{
  "markdown": "# CosVoice for Grok Bot, Claude, ChatGPT, and Cursor\n\n**Give your Chief of Staff a phone.** CosVoice gives an AI assistant its own real phone number (in your area code) and its own email address. The assistant can place calls for you, book restaurants by phone, answer the calls you miss, and read a written summary of every call. The voice on the line is Grok Voice, full duplex, and it always says it is an AI assistant when asked.\n\nWebsite: https://cosvoice.com · Setup page written for the assistant: https://cosvoice.com/skill\n\n## Connect in one paste\n\n```\nhttps://cosvoice.com/mcp\n```\n\nAdd that as a remote MCP server (Streamable HTTP). CosVoice uses OAuth 2.1 with PKCE and dynamic client registration, so a CosVoice page opens, you sign in, click **Allow**, and the assistant is connected. There is no API key to copy.\n\n| Client | How |\n| --- | --- |\n| Grok Bot / Grok | Settings → Plugins → add a custom MCP server by URL, or install this plugin |\n| Claude (web, desktop, Code) | Add a custom connector / `claude mcp add --transport http cosvoice https://cosvoice.com/mcp` |\n| ChatGPT | Settings → Connectors → add MCP server by URL (developer mode) |\n| Cursor | [Add to Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=cosvoice&config=eyJ1cmwiOiJodHRwczovL2Nvc3ZvaWNlLmNvbS9tY3AifQ==) or paste the URL under Settings → MCP |\n\nClients that only support a static header can use a key from Settings → Connect your agent as `Authorization: Bearer cv_live_…`.\n\n## Then let the assistant set itself up\n\nSend it: **\"Set up my CosVoice line in area code 949. Call it Lloyd.\"**\n\nIt calls `search_numbers`, shows you options, and `create_line`. Payment comes first: if no plan is on file, `create_line` returns a checkout link for you to complete, then the number is issued.\n\n## What it can do\n\n| Tool | What it does |\n| --- | --- |\n| `get_account`, `search_numbers`, `create_line` | First-run setup: check the account, find numbers in an area code, create the line |\n| `place_call` | Call a real number and hold a live conversation on your behalf (async; poll `get_call`) |\n| `book_reservation` | Book a table by phone with a time window, fallbacks, seating, occasion, dietary notes |\n| `get_call`, `list_calls`, `list_reservations`, `annotate_call` | Summaries, structured details, transcripts, outcomes |\n| `send_text`, `list_messages` | Texts from and to the line (STOP respected) |\n| `list_emails`, `get_email`, `forward_email` | The line's own inbox |\n| `list_contacts`, `add_contact`, `remove_contact` | Owner, approved, VIP, blocked callers |\n| `get_settings`, `update_settings`, `set_webhook` | Persona, voice, greeting, standing instructions, `call.completed` webhooks |\n| `ack_instructions` | Texts you send the line from your own phone arrive as instructions on every tool result; acknowledge when handled |\n| `list_history`, `recent_activity`, `list_integrations` | Unified history, catch-up since a timestamp, partner tools |\n\n## What this repo contains\n\n- `skills/cosvoice/SKILL.md` — the skill (same text as https://cosvoice.com/skill)\n- `.mcp.json` — the hosted server entry (`type: http`, OAuth)\n- `.grok-plugin/plugin.json` and `.claude-plugin/plugin.json` — plugin manifests\n- `server.json` — the official MCP Registry entry (`com.cosvoice/cosvoice`)\n\nNo code runs on your machine. The plugin only points your client at the hosted server.\n\n## Rules the line follows\n\nNever pays or reads out a card. Always says it is an AI assistant when asked. Uses its own number and email as the callback unless you say otherwise. Never claims a booking unless the call outcome says so. Respects STOP for texts.\n\n## Pricing\n\nStarter $29/mo (60 min), Plus $69/mo (200 min), Pro $149/mo (600 min), overage $0.25/min. One number per paid month. Details: https://cosvoice.com/pricing\n\n## Links\n\nTrust and safety: https://cosvoice.com/trust · FAQ: https://cosvoice.com/faq · Privacy: https://cosvoice.com/privacy · Terms: https://cosvoice.com/terms · Support: hello@cosvoice.com\n\nMIT licensed. CosVoice is a product of MimesisIQ.\n",
  "bytes": 4042,
  "sha": "7e518bdc98ab1d3e0cb8a59d1a88b07369830cb63d2d3650b7a0f1d06b443e6b",
  "repo_slug": "andyfathollahi/cosvoice-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_cosvoice_cosvoice_98542339/readme"
}