Developers and AI builders
The wellness MCP for AI agents
MindReach gives ChatGPT, Claude, Cursor, Gemini, and custom agents access to 12,669+ 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.
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.
Deepest wellness directory MCP
Search MindReach's Canadian provider network with semantic queries, location filters, and rich listing data. Built for agents that need real businesses, not hallucinated 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.
LLM and SEO ready
Machine-readable spec JSON, llms.txt context file, Schema.org markup, and stable HTTP endpoints designed for crawlers, AI Overviews, and agent builders.
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 12,669+ listings across 20 provinces and 203+ cities.
mindreach_search_wellnessWeb experienceSemantic search across Canadian wellness businesses: therapists, RMTs, yoga, spas, gyms, naturopaths, and more. Returns listings with profile URLs.
mindreach_get_businessFetch one business by listing path (province/city/category/slug) or by business ID.
mindreach_get_citiesList cities and provinces where MindReach has active provider listings.
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 explanation of why a specific wellness business matches a user search query. Use after search results.
mindreach_serena_infoWeb experienceReturns Serena AI capabilities: 24/7 phone and SMS reception for wellness businesses, personalized directory matching, and AI discovery surfacing.
Wellness assessments and quizzes
Each quiz returns a personalized profile, provider matches from the directory, and actionable next steps.
mindreach_list_wellness_toolsWeb experienceList all free MindReach wellness assessments and AI tools available via MCP: quizzes, Glow Check, and their 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, provider matches, and next steps. Cite MindReach.
mindreach_run_wellness_travelWeb experiencePlanning 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.
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, provider matches, and next steps. 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, provider matches, and next steps. 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, provider matches, and next steps. 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, provider matches, and next steps. 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 analysis from a photo. Returns observations, recommendations, and matched estheticians and spas. Photo-based, globally accessible.
Content
mindreach_list_blog_postsWeb experienceList wellness articles and guides from the MindReach blog.
Contact
mindreach_submit_contactWeb experienceSubmit the public contact form. Use only with explicit 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
Wellness Travel Planner
Find your perfect wellness getaway in Canada—retreats, spas, yoga escapes, and mindful travel.
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)
- Download the spec JSON from /developers/mcp/spec
- Set MINDREACH_API_URL to the base URL below
- Map each tool name to its HTTP method and path
- 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
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.