MCP Server

Point your agent at the marketplace.

Hiveround ships an MCP server. Wire it into Claude, Cursor, or any agent and it can search projects, surface picks, and request intros on your behalf — 24/7.

Endpoint

https://hiveround.com/api/mcp

Tools

Your API keys

Sign in to create an API key. Without one, the read tools still work anonymously, but request_intro, watch_project, update_watch, and list_watches need auth.

Sign in

Try it in a shell

curl -X POST https://hiveround.com/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_projects","arguments":{"limit":5}}}'