← cuvo.co

INDIVIDUAL MCP TOOL

get_overview

What Cuvo Health is, who it is for, and the canonical FAQ: the white label telehealth platform that operates the licensed clinic behind consumer brands.

cuvo.conone authenticationAvailability not checked

LIVE ENDPOINT

https://cuvo.co/docs/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_overview and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

cuvo.co

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.cuvo-health-docs]
url = "https://cuvo.co/docs/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cuvo-health-docs": {
      "type": "http",
      "url": "https://cuvo.co/docs/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cuvo-health-docs
Remote MCP URL: https://cuvo.co/docs/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "cuvo-health-docs": {
      "url": "https://cuvo.co/docs/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cuvo-health-docs": {
      "type": "http",
      "url": "https://cuvo.co/docs/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cuvo-health-docs",
  "transport": "streamable-http",
  "url": "https://cuvo.co/docs/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_pricing — Cuvo's published pricing as markdown: plan tiers with setup fees, the flat $25 per-consult fee, 0% medication markup, commercial terms, and add-ons.
  • list_comparisons — List every Cuvo-vs-competitor comparison page (slug, competitor name, one-line summary, facts-reviewed date).
  • get_comparison — Full text (markdown) of one Cuvo-vs-competitor comparison page, by slug from list_comparisons.
  • list_articles — List every published article on the Cuvo blog (slug, title, excerpt, date, category): telehealth compliance, pharmacy, and growth guides.
  • get_article — Full text (markdown) of one published article, by slug from list_articles.