{
  "markdown": "# Hiveround — MCP server for live venture-capital raises\n\n[Hiveround](https://hiveround.com) is a marketplace for live startup\nfundraises, built MCP-first. Founders publish a markdown pitch\n(`pitch.md`); investors point any MCP-aware agent — Claude, Cursor, a\ncustom loop — at the marketplace, and the agent scouts raises, reads\npitches, requests introductions, and maintains a pipeline.\n\nThis repository hosts the public metadata for the hosted server. There\nis nothing to install or run from here — the server is remote.\n\n- **Endpoint:** `https://hiveround.com/api/mcp` (Streamable HTTP, JSON-RPC 2.0)\n- **Documentation:** https://hiveround.com/mcp\n- **Auth:** anonymous for read tools; `Bearer` API key (`hr_sk_…`) for\n  write tools — create a key at https://hiveround.com/mcp\n\n## Try it (no API key needed)\n\n```bash\ncurl -X POST https://hiveround.com/api/mcp \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Accept: application/json, text/event-stream\" \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/call\",\n       \"params\":{\"name\":\"list_projects\",\"arguments\":{\"limit\":3}}}'\n```\n\n## Connect a client\n\n**Claude Code**\n\n```bash\nclaude mcp add --transport http hiveround https://hiveround.com/api/mcp\n```\n\n**Cursor / generic MCP client config**\n\n```json\n{\n  \"mcpServers\": {\n    \"hiveround\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://hiveround.com/api/mcp\"\n    }\n  }\n}\n```\n\nFor write tools, add an `Authorization: Bearer hr_sk_…` header with a\nkey from https://hiveround.com/mcp.\n\n## Tools (14)\n\n| Tool | Auth | What it does |\n|------|------|--------------|\n| `list_projects` | anonymous | Newest open raises on the marketplace |\n| `search_projects` | anonymous | Keyword search with stage and max-raise filters |\n| `get_project` | anonymous | Full listing by slug, including the founder's pitch |\n| `request_intro` | API key | Request an intro to a founder |\n| `watch_project` | API key | Add a project to your pipeline |\n| `update_watch` | API key | Move pipeline stage / append a note |\n| `list_watches` | API key | Return your pipeline |\n| `list_intros` | API key | List intro threads you're a party to |\n| `read_intro_thread` | API key | Read messages in a thread |\n| `send_intro_message` | API key | Follow up in an existing thread |\n| `submit_commitment` | API key | Record an intent-to-fund (soft-circled / term sheet) |\n| `acknowledge_commitment` | API key | Acknowledge a commitment; both sides acked → committed |\n| `update_commitment_status` | API key | Withdraw, mark funded, etc. (role-gated) |\n| `list_commitments` | API key | Commitments where you're investor or founder |\n\n## Discovery surfaces\n\nThe same data feeds every surface an agent might arrive from:\n\n- Server card: https://hiveround.com/.well-known/mcp/server-card.json\n- Skills index: https://hiveround.com/.well-known/skills/index.json\n- Claude Code skill (one command): `hermes skills install https://hiveround.com/hermes-skill`\n- Plain-text site index: https://hiveround.com/llms.txt · https://hiveround.com/llms-full.txt\n\n## Registry\n\nPublished to the official MCP Registry as\n[`io.github.stevemilton/marketplace`](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.stevemilton/marketplace)\n— see [`server.json`](./server.json).\n\n## Contact\n\nhello@hiveround.com — or, fittingly, call `request_intro` on the\n`hiveround` slug.\n",
  "bytes": 3340,
  "sha": "93afe615c2d3c35124338cf012f733993612d82481ea9fe20ddab7f41eafbe06",
  "repo_slug": "stevemilton/hiveround",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_stevemilton_marketplace_ee0564e2/readme"
}