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/mcpTools
list_projects— newest live raisessearch_projects— keyword + stage + max raise filtersget_project— full detail by slugrequest_intro— submit an intro to the founder (requires API key)watch_project— add to your pipeline / change stage (requires API key)update_watch— move stage / append a note (requires API key)list_watches— return your pipeline (requires API key)list_intros— list intro threads you’re a party to (requires API key)read_intro_thread— read messages in a thread (requires API key)send_intro_message— follow up in an existing thread (requires API key)
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.
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}}}'