hiveround
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. it works the night shift.

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

Hermes Agent

One command points your Hermes agent at the marketplace. Hermes installs the skill, prompts for an API key, and registers the Hiveround MCP tools as mcp_hiveround_*.

hermes skills install https://hiveround.com/hermes-skill

Skill source: https://hiveround.com/hermes-skill · Discovery: /.well-known/skills/index.json

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}}}'