← Registry

API Tools

cuvo.co

Provides programmatic access to Cuvo Health's telehealth platform information, including overview, pricing, competitor comparisons, and blog articles.

2 endpoints15 known toolsFirst detected August 23, 2026Last detected September 6, 2026

ENDPOINT 1

https://cuvo.co/mcp

No auth detected

MCP server metadata

Name
cuvo-health-site
Version
1.0.0
Capabilities
tools
Server instructions

Tools over Cuvo Health's published site content, plus live discovery-call booking. Read: get_overview and get_pricing for the platform and its published pricing, list_comparisons/get_comparison for Cuvo-vs-competitor pages, list_articles/get_article for the blog. Book: get_availability to fetch open slots in the user's timezone, then book_discovery_call once the user explicitly confirms a slot, their full name, and their email (the calendar invite goes there); request_callback captures a phone callback instead. Never book without the user's consent.

Known tools 9

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.

Inferred read-only
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.

Inferred read-only
list_comparisons

List every Cuvo-vs-competitor comparison page (slug, competitor name, one-line summary, facts-reviewed date).

Inferred read-only
get_comparison

Full text (markdown) of one Cuvo-vs-competitor comparison page, by slug from list_comparisons.

Inferred read-only
list_articles

List every published article on the Cuvo blog (slug, title, excerpt, date, category): telehealth compliance, pharmacy, and growth guides.

Inferred read-only
get_article

Full text (markdown) of one published article, by slug from list_articles.

Inferred read-only
get_availability

Next open 30-minute discovery-call slots on the Cuvo team's calendar, in the user's timezone.

Inferred read-only
book_discovery_call

Book a real 30-minute Cuvo discovery call for the user.

Inferred read-only
request_callback

Ask the Cuvo team to phone the user back, when live booking is unavailable or the user prefers a callback.

Inferred read-only

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.

ENDPOINT 2

https://cuvo.co/docs/mcp

No auth detected

MCP server metadata

Name
cuvo-health-docs
Version
1.0.0
Capabilities
tools
Server instructions

Read-only tools over Cuvo Health's published documentation: get_overview and get_pricing for the platform and its published pricing, list_comparisons/get_comparison for Cuvo-vs-competitor pages, list_articles/get_article for the blog. This server cannot book calls or take any action; for live booking use the product server at https://cuvo.co/mcp.

Known tools 6

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.

Inferred read-only
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.

Inferred read-only
list_comparisons

List every Cuvo-vs-competitor comparison page (slug, competitor name, one-line summary, facts-reviewed date).

Inferred read-only
get_comparison

Full text (markdown) of one Cuvo-vs-competitor comparison page, by slug from list_comparisons.

Inferred read-only
list_articles

List every published article on the Cuvo blog (slug, title, excerpt, date, category): telehealth compliance, pharmacy, and growth guides.

Inferred read-only
get_article

Full text (markdown) of one published article, by slug from list_articles.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for cuvo.co was fetched 2026-08-24T06:33:00.698Z.

Trust status Trusted

cuvo.co is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.