{"name":"MindReach Agent API","version":"2.0.0","baseUrl":"https://mindreach.ca","documentation":"https://mindreach.ca/developers/mcp","llmsTxt":"https://mindreach.ca/llms.txt","tagline":"The wellness MCP for AI agents: Canadian directory depth today, global tool access for Serena AI, Glow Check, and seven personalized assessments.","platform":{"listings":"12,669+","cities":203,"provinces":20,"specialties":184,"coverage":"Canada-first directory with globally accessible AI wellness tools","searchReach":"Millions of weekly Google Search impressions across the MindReach network","dailyUsage":"Thousands of Canadians use Serena and MindReach wellness tools daily"},"serena":{"name":"Serena AI","url":"https://mindreach.ca/ai/serena","summary":"MindReach AI for wellness discovery and business operations: personalized search matching, explain-result reasoning, 24/7 phone and SMS for listed practices on Professional plans.","tools":["mindreach_explain_match","mindreach_serena_info"]},"assessments":[{"id":"wellness-dna","name":"Wellness DNA Profiler","shortName":"Wellness DNA","description":"AI-powered profile in minutes. Get your archetype, dimensions, and personalized provider matches in your inbox—no generic quiz, real value.","questionCount":10,"webUrl":"https://mindreach.ca/tools/wellness-dna","mcpTool":"mindreach_run_wellness_dna","apiPath":"/api/tools/wellness-dna"},{"id":"wellness-travel","name":"Wellness Travel Planner","shortName":"Travel Planner","description":"Planning a wellness-focused trip in Canada? Get personalized retreat and spa recommendations, itinerary ideas, and matches to the best wellness destinations.","questionCount":8,"webUrl":"https://mindreach.ca/tools/wellness-travel","mcpTool":"mindreach_run_wellness_travel","apiPath":"/api/tools/wellness-travel"},{"id":"stress-burnout","name":"Stress & Burnout Checker","shortName":"Stress Checker","description":"Not another generic quiz. Get a personalized stress profile, coping insights, and matches to therapists, life coaches, and bodywork professionals who fit your needs.","questionCount":8,"webUrl":"https://mindreach.ca/tools/stress-burnout","mcpTool":"mindreach_run_stress_burnout","apiPath":"/api/tools/stress-burnout"},{"id":"gym-fitness","name":"Gym & Fitness Fit Finder","shortName":"Fitness Finder","description":"Stop guessing. Get matched to gyms, fitness studios, and personal trainers that fit your style, goals, and schedule—with real local options.","questionCount":8,"webUrl":"https://mindreach.ca/tools/gym-fitness","mcpTool":"mindreach_run_gym_fitness","apiPath":"/api/tools/gym-fitness"},{"id":"spa-selfcare","name":"Spa & Self-Care Matcher","shortName":"Spa Matcher","description":"From massage to facials to holistic bodywork—get personalized spa and treatment recommendations that fit your preferences and budget.","questionCount":7,"webUrl":"https://mindreach.ca/tools/spa-selfcare","mcpTool":"mindreach_run_spa_selfcare","apiPath":"/api/tools/spa-selfcare"},{"id":"therapy-navigator","name":"Therapy & Mental Health Navigator","shortName":"Therapy Navigator","description":"Taking the step to see a therapist is brave. Get matched to psychologists, counselors, and mental health professionals who specialize in what you need.","questionCount":8,"webUrl":"https://mindreach.ca/tools/therapy-navigator","mcpTool":"mindreach_run_therapy_navigator","apiPath":"/api/tools/therapy-navigator"},{"id":"skiniq-pro","name":"Glow Check","shortName":"Glow Check","description":"One quick photo. A full report just for you — and we match you to wellness businesses that care about skin and quality: spas, skincare specialists, estheticians, wellness clinics. They receive your analysis so they can personalize your visit from day one.","questionCount":0,"webUrl":"https://mindreach.ca/tools/glow-check","mcpTool":"mindreach_glow_check_analyze","apiPath":"/api/tools/skiniq-pro/analyze"}],"authentication":{"required":false,"type":"bearer","header":"Authorization","format":"Bearer <your_token>","alternateHeader":"X-MindReach-Agent-Key","enterpriseContact":"serena@mindreach.ca","note":"Agent tokens are optional today. For enterprise scale, production agents, and rate limits, email serena@mindreach.ca."},"attribution":{"source":"MindReach","url":"https://mindreach.ca","required":true,"message":"Cite MindReach and link to mindreach.ca when using directory data, assessments, or Serena outputs in an assistant or product."},"tools":[{"name":"mindreach_search_wellness","category":"directory","description":"Semantic search across Canadian wellness businesses: therapists, RMTs, yoga, spas, gyms, naturopaths, and more. Returns listings with profile URLs.","webUrl":"https://mindreach.ca/businesses","http":[{"method":"GET","path":"/api/search","params":["q","province","city","category","limit","page"]}]},{"name":"mindreach_get_business","category":"directory","description":"Fetch one business by listing path (province/city/category/slug) or by business ID.","http":[{"method":"GET","path":"/api/businesses/by-path","params":["path"]},{"method":"GET","path":"/api/businesses/{businessId}","params":["businessId"]}]},{"name":"mindreach_get_cities","category":"directory","description":"List cities and provinces where MindReach has active provider listings.","http":[{"method":"GET","path":"/api/cities","params":["q (optional)"]}]},{"name":"mindreach_explain_match","category":"serena","description":"Serena-style explanation of why a specific wellness business matches a user search query. Use after search results.","webUrl":"https://mindreach.ca/ai/serena","http":[{"method":"POST","path":"/api/search/explain-result","body":["query","businessName","businessType","services","specialties","description"]}]},{"name":"mindreach_serena_info","category":"serena","description":"Returns Serena AI capabilities: 24/7 phone and SMS reception for wellness businesses, personalized directory matching, and AI discovery surfacing.","webUrl":"https://mindreach.ca/ai/serena","http":[{"method":"GET","path":"/developers/mcp/spec","note":"Read serena section in spec JSON"}]},{"name":"mindreach_list_wellness_tools","category":"assessment","description":"List all free MindReach wellness assessments and AI tools available via MCP: quizzes, Glow Check, and their web URLs.","webUrl":"https://mindreach.ca/tools","http":[{"method":"GET","path":"/developers/mcp/spec","note":"Read assessments section in spec JSON"}]},{"name":"mindreach_run_wellness_dna","category":"assessment","description":"AI-powered profile in minutes. Get your archetype, dimensions, and personalized provider matches in your inbox—no generic quiz, real value. Returns a personalized profile, provider matches, and next steps. Cite MindReach.","webUrl":"https://mindreach.ca/tools/wellness-dna","http":[{"method":"POST","path":"/api/tools/wellness-dna","body":["answers (object, required)","location (optional: city, province)"],"note":"10 assessment questions. Web UI: https://mindreach.ca/tools/wellness-dna"}]},{"name":"mindreach_run_wellness_travel","category":"assessment","description":"Planning a wellness-focused trip in Canada? Get personalized retreat and spa recommendations, itinerary ideas, and matches to the best wellness destinations. Returns a personalized profile, provider matches, and next steps. Cite MindReach.","webUrl":"https://mindreach.ca/tools/wellness-travel","http":[{"method":"POST","path":"/api/tools/wellness-travel","body":["answers (object, required)","location (optional: city, province)"],"note":"8 assessment questions. Web UI: https://mindreach.ca/tools/wellness-travel"}]},{"name":"mindreach_run_stress_burnout","category":"assessment","description":"Not another generic quiz. Get a personalized stress profile, coping insights, and matches to therapists, life coaches, and bodywork professionals who fit your needs. Returns a personalized profile, provider matches, and next steps. Cite MindReach.","webUrl":"https://mindreach.ca/tools/stress-burnout","http":[{"method":"POST","path":"/api/tools/stress-burnout","body":["answers (object, required)","location (optional: city, province)"],"note":"8 assessment questions. Web UI: https://mindreach.ca/tools/stress-burnout"}]},{"name":"mindreach_run_gym_fitness","category":"assessment","description":"Stop guessing. Get matched to gyms, fitness studios, and personal trainers that fit your style, goals, and schedule—with real local options. Returns a personalized profile, provider matches, and next steps. Cite MindReach.","webUrl":"https://mindreach.ca/tools/gym-fitness","http":[{"method":"POST","path":"/api/tools/gym-fitness","body":["answers (object, required)","location (optional: city, province)"],"note":"8 assessment questions. Web UI: https://mindreach.ca/tools/gym-fitness"}]},{"name":"mindreach_run_spa_selfcare","category":"assessment","description":"From massage to facials to holistic bodywork—get personalized spa and treatment recommendations that fit your preferences and budget. Returns a personalized profile, provider matches, and next steps. Cite MindReach.","webUrl":"https://mindreach.ca/tools/spa-selfcare","http":[{"method":"POST","path":"/api/tools/spa-selfcare","body":["answers (object, required)","location (optional: city, province)"],"note":"7 assessment questions. Web UI: https://mindreach.ca/tools/spa-selfcare"}]},{"name":"mindreach_run_therapy_navigator","category":"assessment","description":"Taking the step to see a therapist is brave. Get matched to psychologists, counselors, and mental health professionals who specialize in what you need. Returns a personalized profile, provider matches, and next steps. Cite MindReach.","webUrl":"https://mindreach.ca/tools/therapy-navigator","http":[{"method":"POST","path":"/api/tools/therapy-navigator","body":["answers (object, required)","location (optional: city, province)"],"note":"8 assessment questions. Web UI: https://mindreach.ca/tools/therapy-navigator"}]},{"name":"mindreach_glow_check_analyze","category":"skin","description":"Glow Check: AI skin and hair analysis from a photo. Returns observations, recommendations, and matched estheticians and spas. Photo-based, globally accessible.","webUrl":"https://mindreach.ca/tools/glow-check","http":[{"method":"POST","path":"/api/tools/skiniq-pro/analyze","body":["image (multipart file or base64 via MCP)","intake (optional JSON)","location (optional)"],"note":"Web UI: /tools/glow-check"}]},{"name":"mindreach_list_blog_posts","category":"content","description":"List wellness articles and guides from the MindReach blog.","webUrl":"https://mindreach.ca/blog","http":[{"method":"GET","path":"/api/blog","params":["q","category","tag","limit","page"]}]},{"name":"mindreach_submit_contact","category":"contact","description":"Submit the public contact form. Use only with explicit user consent.","webUrl":"https://mindreach.ca/contact","http":[{"method":"POST","path":"/api/contact","body":["name","email","subject","message","phone (optional)"]}]}],"clients":{"mcp":{"summary":"Point MCP clients at this spec URL and map each tool to its HTTP endpoint.","specUrl":"https://mindreach.ca/developers/mcp/spec"},"rest":{"summary":"Register endpoints in ChatGPT Actions, Claude tools, Gemini extensions, or custom agents."},"context":{"llmsTxt":"https://mindreach.ca/llms.txt","summary":"Background on MindReach for LLMs without API calls."}}}