{
  "markdown": "# cuvo-health\n\nThe official CLI for [Cuvo Health](https://cuvo.co), the white label telehealth platform. It scripts the same free, no-auth machine interface that cuvo.co publishes for AI agents: published pricing, platform comparisons, articles, live discovery-call booking, and the site's MCP server.\n\nNo API keys, no signup, no build step, zero dependencies. Requires Node 18.17+.\n\n## Install\n\n```sh\nnpx cuvo-health --help     # one-off\nnpm install -g cuvo-health # installs the `cuvo` and `cuvo-health` commands\n```\n\n## Read commands\n\n```sh\ncuvo overview              # site summary, key facts, and FAQ (llms.txt)\ncuvo pricing               # published pricing as markdown\ncuvo compare               # list every Cuvo-vs-competitor page\ncuvo compare cuvo-vs-wheel # print one comparison as markdown\ncuvo articles              # list published articles\ncuvo articles <slug>       # print one article as markdown\ncuvo openapi               # the OpenAPI 3.1 contract for the whole API\ncuvo health                # liveness; exit 0 when the deployment is serving\n```\n\nAdd `--json` to `compare`, `articles`, `availability`, and `health` for raw JSON.\n\n## Booking commands\n\nThese contact a real sales team and write to a real calendar. Use real contact details, and only book on behalf of someone who asked you to.\n\n```sh\ncuvo availability --timezone America/Chicago\ncuvo book --name \"Ada Lovelace\" --email ada@example.com \\\n  --slot 2026-08-25T14:00:00-05:00 --timezone America/Chicago\ncuvo callback --name \"Ada Lovelace\" --phone \"+1 555 010 0000\"\n```\n\n## MCP for stdio-only clients\n\ncuvo.co serves MCP over streamable HTTP at `https://cuvo.co/mcp`. If your MCP client only speaks stdio, run the CLI as a local proxy:\n\n```json\n{\n  \"mcpServers\": {\n    \"cuvo\": { \"command\": \"npx\", \"args\": [\"-y\", \"cuvo-health\", \"mcp\"] }\n  }\n}\n```\n\nClients with native HTTP support should connect directly instead, e.g. Claude Code:\n\n```sh\nclaude mcp add --transport http cuvo https://cuvo.co/mcp\n```\n\n## Conventions\n\nErrors from the API are RFC 9457 `application/problem+json`; the CLI prints their `detail` and `hint` fields and honors `Retry-After` messaging on 429s. The full conventions (rate limits, `API-Version` header, deprecation policy) are documented at [cuvo.co/developers](https://cuvo.co/developers) with a markdown mirror at [cuvo.co/developers.md](https://cuvo.co/developers.md).\n\n`--base <url>` (or `CUVO_BASE_URL`) points the CLI at a different deployment; you will not normally need it.\n\n## License\n\nMIT. (c) Medstra Inc., DBA Cuvo Health.",
  "bytes": 2538,
  "sha": "01beab4a6fb21fc629267b3739d8c0df1096132816f647a0edd1210ea409c793",
  "repo_slug": "",
  "fonte": "npm",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_co_cuvo_website_bc68ef88/readme"
}