API Tools
cuvo.co
Provides programmatic access to Cuvo Health's telehealth platform information, including overview, pricing, competitor comparisons, and blog articles.
ENDPOINT 1
https://cuvo.co/mcp
MCP server metadata
- Name
- cuvo-health-site
- Version
- 1.0.0
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_overviewWhat 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-onlyget_pricingCuvo'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-onlylist_comparisonsList every Cuvo-vs-competitor comparison page (slug, competitor name, one-line summary, facts-reviewed date).
Inferred read-onlyget_comparisonFull text (markdown) of one Cuvo-vs-competitor comparison page, by slug from list_comparisons.
Inferred read-onlylist_articlesList every published article on the Cuvo blog (slug, title, excerpt, date, category): telehealth compliance, pharmacy, and growth guides.
Inferred read-onlyget_articleFull text (markdown) of one published article, by slug from list_articles.
Inferred read-onlyget_availabilityNext open 30-minute discovery-call slots on the Cuvo team's calendar, in the user's timezone.
Inferred read-onlyrequest_callbackAsk the Cuvo team to phone the user back, when live booking is unavailable or the user prefers a callback.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- cuvo-health-docs
- Version
- 1.0.0
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_overviewWhat 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-onlyget_pricingCuvo'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-onlylist_comparisonsList every Cuvo-vs-competitor comparison page (slug, competitor name, one-line summary, facts-reviewed date).
Inferred read-onlyget_comparisonFull text (markdown) of one Cuvo-vs-competitor comparison page, by slug from list_comparisons.
Inferred read-onlylist_articlesList every published article on the Cuvo blog (slug, title, excerpt, date, category): telehealth compliance, pharmacy, and growth guides.
Inferred read-onlyget_articleFull text (markdown) of one published article, by slug from list_articles.
Inferred read-onlyCONNECT 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.
cuvo.co is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.