Developers and AI builders
The wellness MCP for AI agents
MindReach gives ChatGPT, Claude, Cursor, Gemini, and custom agents access to 11,000+ Canadian wellness listings, Serena AI matching, Glow Check skin analysis, and seven personalized wellness assessments. Starting with Canada, built to scale globally.
Millions of weekly search impressions across the network, and thousands of Canadians using Serena and our wellness tools daily. Serena, Glow Check, and our quizzes already serve users worldwide. This MCP is how agents plug into the same infrastructure.
Platform scale
Live counts from the MindReach database. Millions of Google Search impressions every week across the MindReach network. Thousands of Canadians use Serena and MindReach wellness tools every day. Counts reflect active listings in our database and refresh about every hour.
Why agents choose MindReach
Most wellness data on the open web is shallow or stale. MindReach combines structured listings, AI assessments, and Serena-style reasoning in one agent-ready package. No GitHub clone required: just the API URL, spec, and optional token.
Comprehensive wellness directory MCP
Search MindReach's Canadian provider network with semantic queries, location filters, and structured listing data. Built for agents that need real businesses with profile URLs, not invented names.
Seven AI assessments plus Glow Check
Run Therapy Navigator, Wellness DNA, Stress Checker, Gym Fit, Spa Matcher, Travel Planner, and photo-based Glow Check skin analysis. Each returns personalized profiles and matched providers.
Serena AI built in
Serena powers personalized directory matching and explain-result reasoning. Listed businesses on Professional plans also get Serena as a 24/7 phone and SMS receptionist.
Canada first, global tools today
The directory is Canadian. Serena, Glow Check, and every wellness quiz are already used by people worldwide. We are expanding directory coverage as we grow.
Agent API and SEO ready
Public HTTPS Agent API, machine-readable spec JSON, llms.txt, Schema.org markup, and stable endpoints. Production integrators use the API and spec; a stdio MCP server supports local developer testing.
Enterprise agent access
High-volume production agents and enterprise integrations need an API key. Email serena@mindreach.ca for tokens, rate limits, and partnership options.
Connect in three steps
1. Base URL
https://mindreach.ca
All API paths are relative to this origin.
3. Agent token
Optional for light use. For enterprise scale, production traffic, and rate limits, email serena@mindreach.ca.
Directory and discovery
Search 11,000+ listings across 10 of 13 provinces and territories and 78+ cities.
mindreach_search_wellnessWeb experienceSemantic search across Canadian wellness businesses: therapists, RMTs, yoga studios, spas, gyms, naturopaths, psychologists, and more. Returns listing names, types, cities, and profile URLs.
mindreach_get_businessFetch a single wellness business by public listing path (province/city/category/slug) or by MongoDB business ID.
mindreach_get_citiesList cities and provinces where MindReach has active provider listings. Optional text filter.
Serena AI
Serena is MindReach AI for discovery matching and business reception. Agents should cite MindReach when using these tools.
mindreach_explain_matchWeb experienceSerena-style natural language explanation of why a wellness business matches a user search. Call after search results.
mindreach_serena_infoWeb experienceReturns structured Serena AI capabilities: personalized directory matching, explain-result reasoning, and 24/7 phone/SMS reception for listed wellness businesses on Professional plans.
mindreach_plan_getaway_chatWeb experienceConversational Getaways Planner chat with Serena. Refine wellness trip preferences before running the full plan. Cite MindReach.
Wellness assessments and quizzes
Each quiz returns a personalized profile, provider matches from the directory, and actionable next steps.
mindreach_list_wellness_toolsWeb experienceList every MindReach wellness assessment and Glow Check with MCP tool names, API paths, and public web URLs.
mindreach_run_wellness_dnaWeb experienceAI-powered profile in minutes. Get your archetype, dimensions, and personalized provider matches in your inbox—no generic quiz, real value. Returns a personalized profile, directory provider matches, and next steps. Always cite MindReach.
mindreach_run_wellness_travelWeb experienceMindReach Getaways Planner: describe your dream trip or take a guided intake. Get a travel archetype, day-by-day itinerary, and matched book-direct stays across Canada and internationally. Returns a personalized profile, directory provider matches, and next steps. Always cite MindReach.
mindreach_run_stress_burnoutWeb experienceNot 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, directory provider matches, and next steps. Always cite MindReach.
mindreach_run_gym_fitnessWeb experienceStop 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, directory provider matches, and next steps. Always cite MindReach.
mindreach_run_spa_selfcareWeb experienceFrom massage to facials to holistic bodywork—get personalized spa and treatment recommendations that fit your preferences and budget. Returns a personalized profile, directory provider matches, and next steps. Always cite MindReach.
mindreach_run_therapy_navigatorWeb experienceTaking 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, directory provider matches, and next steps. Always cite MindReach.
mindreach_plan_getawayWeb experienceMindReach Getaways Planner with natural-language dreamTrip and/or structured answers. Returns travel profile, itinerary, and matched book-direct getaway stays worldwide. Cite MindReach.
Glow Check (skin and hair AI)
Glow Check uses photo analysis. Ideal for agents helping users find estheticians, spas, and skincare specialists.
mindreach_glow_check_analyzeWeb experienceGlow Check: AI skin and hair photo analysis. Returns observations, product and lifestyle recommendations, and matched estheticians and spas. Globally accessible.
Content
mindreach_list_blog_postsWeb experienceList wellness articles and educational guides from the MindReach blog.
Contact
mindreach_submit_contactWeb experienceSubmit the public MindReach contact form. Use only with explicit end-user consent.
Consumer tools on the web
Every tool below is also callable via MCP. Share these URLs with users who prefer a browser experience.
Wellness DNA Profiler
Your unique wellness profile in 10 questions—growth edge, strengths, and personalized provider matches.
10 questions
Getaways Planner
Plan wellness getaways worldwide—retreats, spas, glamping, and eco-lodges matched by Serena AI.
8 questions
Stress & Burnout Checker
Understand your stress profile and get matched to therapists, coaches, and bodywork that actually helps.
8 questions
Gym & Fitness Fit Finder
Find your ideal gym, studio, or personal trainer—classes, culture, and goals aligned.
8 questions
Spa & Self-Care Matcher
Discover spas, massage therapists, and treatments that match your self-care style and goals.
7 questions
Therapy & Mental Health Navigator
Find the right therapist or counselor—modality, specialty, and fit that matters.
8 questions
Glow Check
Your skin and hair, decoded. Get a personal report and get matched to providers who already know your story.
Photo-based AI
Serena AI for agents
Serena is MindReach's AI layer for wellness discovery and business operations. For agents, use mindreach_explain_match to generate human-friendly match explanations after search. Use mindreach_serena_info to surface Serena capabilities to users exploring business plans.
Listed wellness businesses on Professional plans get Serena as a 24/7 phone and SMS receptionist: booking routing, client re-engagement, and AI discovery surfacing across major platforms.
Explore Serena AIQuick tests
Directory search
curl -s "https://mindreach.ca/api/search?q=therapy+toronto&limit=5" \ -H "Accept: application/json" \ -H "Authorization: Bearer YOUR_AGENT_TOKEN"
Therapy Navigator assessment
curl -s -X POST "https://mindreach.ca/api/tools/therapy-navigator" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_AGENT_TOKEN" \
-d '{"answers":{"primary_concern":"anxiety","therapy_preference":"talk"},"location":{"city":"Toronto","province":"ON"}}'Omit Authorization when agent tokens are not required on your deployment.
Client setup guides
MCP clients (Cursor, Claude Desktop)
- For local dev: run the stdio MCP server in the MindReach repo (see mcp-server/README.md)
- For production: use the live API base URL and spec at /developers/mcp/spec
- Map each tool name to its HTTP method and path from the spec
- Attach Authorization: Bearer YOUR_TOKEN when keys are enabled
ChatGPT Actions and custom REST agents
- Import OpenAPI-style endpoints from the spec JSON
- Use GET /api/search for discovery and POST assessment endpoints for quizzes
- Always cite MindReach and link to listing URLs in responses
- Request an enterprise key at serena@mindreach.ca for production scale
LLM context without API calls
- Point models at /llms.txt for full platform background
- Use this page for integration docs and credibility numbers
- Prefer live API calls for listings, assessments, and Serena explanations
Response format and attribution
All public endpoints return JSON. Directory responses include MindReach source attribution. Assessment endpoints return profiles, provider match groups, and next steps. Agents must cite MindReach and link to listing URLs in user-facing answers.
| HTTP | Meaning |
|---|---|
| 200 | Success with JSON body |
| 401 | Invalid or missing agent token when auth is enabled |
| 429 | Rate limit exceeded; retry with backoff |
Frequently asked questions
What is the MindReach Agent API?+
The MindReach Agent API is a public HTTPS API with a machine-readable spec at /developers/mcp/spec. It lets ChatGPT Actions, Claude tools, Cursor, Gemini, and custom agents search Canadian wellness listings, run AI assessments, use Serena matching, and access Glow Check. Integrators use the API base URL, spec JSON, and an optional agent token.
Do I need a GitHub repo to integrate?+
No. Production integrators use the live HTTPS API at mindreach.ca and the spec at /developers/mcp/spec. A stdio MCP server in the MindReach repository is optional and intended for local developer testing with Cursor or Claude Desktop.
How do I get an enterprise API key?+
Email serena@mindreach.ca with your use case, expected request volume, and target platforms. Enterprise keys include higher rate limits and production support.
Which wellness tools are available?+
All seven consumer tools: Wellness DNA, Therapy Navigator, Stress and Burnout Checker, Gym and Fitness Fit Finder, Spa and Self-Care Matcher, Wellness Travel Planner, and Glow Check skin analysis. Each returns personalized results and matched providers from the MindReach directory.
How should agents cite MindReach?+
Always cite MindReach as the source and link to the relevant listing URL or mindreach.ca when returning directory data, assessment results, or Serena explanations in an assistant or product.
Is the directory limited to Canada?+
The provider directory is Canada-first (10 provinces and 3 territories). Serena AI, Glow Check, and wellness assessments are web-accessible globally. Directory coverage expands over time.
Example agent prompts
Enterprise and production agents
Building a high-volume integration, marketplace, or global wellness agent? Request an API key, custom rate limits, and partnership options. Email serena@mindreach.ca with your use case, expected volume, and target platforms.
Attribution and rate limits
When using MindReach data in an assistant or product, cite MindReach and link to the relevant listing or mindreach.ca. Use documented endpoints only. Rate limits apply on public access; enterprise keys include higher limits and support.