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

12,669+
Listed wellness businesses
203+
Cities across Canada
Millions+
Weekly search reach
Millions of Google Search impressions every week across the MindReach network
Thousands+
Daily wellness discovery
Thousands of Canadians use Serena and MindReach wellness tools every day

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.

2. Spec JSON

https://mindreach.ca/developers/mcp/spec

15 tools, endpoints, auth, and Serena docs.

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 experience

Semantic search across Canadian wellness businesses: therapists, RMTs, yoga, spas, gyms, naturopaths, and more. Returns listings with profile URLs.

GET/api/search
mindreach_get_business

Fetch one business by listing path (province/city/category/slug) or by business ID.

GET/api/businesses/by-pathGET/api/businesses/{businessId}
mindreach_get_cities

List cities and provinces where MindReach has active provider listings.

GET/api/cities

Serena AI

Serena is MindReach AI for discovery matching and business reception. Agents should cite MindReach when using these tools.

mindreach_explain_matchWeb experience

Serena-style explanation of why a specific wellness business matches a user search query. Use after search results.

POST/api/search/explain-result
mindreach_serena_infoWeb experience

Returns Serena AI capabilities: 24/7 phone and SMS reception for wellness businesses, personalized directory matching, and AI discovery surfacing.

GET/developers/mcp/spec

Wellness assessments and quizzes

Each quiz returns a personalized profile, provider matches from the directory, and actionable next steps.

mindreach_list_wellness_toolsWeb experience

List all free MindReach wellness assessments and AI tools available via MCP: quizzes, Glow Check, and their web URLs.

GET/developers/mcp/spec
mindreach_run_wellness_dnaWeb experience

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.

POST/api/tools/wellness-dna
mindreach_run_wellness_travelWeb experience

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.

POST/api/tools/wellness-travel
mindreach_run_stress_burnoutWeb experience

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.

POST/api/tools/stress-burnout
mindreach_run_gym_fitnessWeb experience

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.

POST/api/tools/gym-fitness
mindreach_run_spa_selfcareWeb experience

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.

POST/api/tools/spa-selfcare
mindreach_run_therapy_navigatorWeb experience

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.

POST/api/tools/therapy-navigator

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 experience

Glow Check: AI skin and hair analysis from a photo. Returns observations, recommendations, and matched estheticians and spas. Photo-based, globally accessible.

POST/api/tools/skiniq-pro/analyze

Content

mindreach_list_blog_postsWeb experience

List wellness articles and guides from the MindReach blog.

GET/api/blog

Contact

mindreach_submit_contactWeb experience

Submit the public contact form. Use only with explicit user consent.

POST/api/contact

Consumer tools on the web

Every tool below is also callable via MCP. Share these URLs with users who prefer a browser experience.

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 AI

Quick 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)

  1. Download the spec JSON from /developers/mcp/spec
  2. Set MINDREACH_API_URL to the base URL below
  3. Map each tool name to its HTTP method and path
  4. Attach Authorization: Bearer YOUR_TOKEN when keys are enabled

ChatGPT Actions and custom REST agents

  1. Import OpenAPI-style endpoints from the spec JSON
  2. Use GET /api/search for discovery and POST assessment endpoints for quizzes
  3. Always cite MindReach and link to listing URLs in responses
  4. Request an enterprise key at serena@mindreach.ca for production scale

LLM context without API calls

  1. Point models at /llms.txt for full platform background
  2. Use this page for integration docs and credibility numbers
  3. Prefer live API calls for listings, assessments, and Serena explanations

Example agent prompts

Search https://mindreach.ca/api/search?q=RMT+Vancouver and summarize top matches. Cite MindReach with listing links.
Run the Therapy Navigator assessment for someone in Calgary with anxiety who prefers virtual sessions.
Use mindreach_explain_match to explain why a Toronto yoga studio fits "evening classes near downtown".
Analyze skin with Glow Check and recommend matched estheticians in Ottawa.
List recent posts from https://mindreach.ca/api/blog?limit=5 about mental health in Canada.

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.