← cuvo.co

INDIVIDUAL MCP TOOL

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.

cuvo.conone authenticationAvailability not checked

LIVE ENDPOINT

https://cuvo.co/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_pricing 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-site]
url = "https://cuvo.co/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: cuvo-health-site
Remote MCP URL: https://cuvo.co/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-site": {
      "url": "https://cuvo.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • 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.
  • 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.
  • get_availability — Next open 30-minute discovery-call slots on the Cuvo team's calendar, in the user's timezone.
  • book_discovery_call — Book a real 30-minute Cuvo discovery call for the user.
  • request_callback — Ask the Cuvo team to phone the user back, when live booking is unavailable or the user prefers a callback.