mcpbeat

Hiveround MCP Server

io.github.stevemilton/marketplace
answering

Hiveround is answering right now. Last checked 5 min ago. It exposes 14 tools. Last commit 10 Jun 2026.

Marketplace MCP server for live venture-capital raises and agent-mediated dealflow.

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
14
Tools
read from the server
265 ms
Response time
average over 24h
0
Stars
last commit 10 Jun 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add marketplace --transport http https://hiveround.com/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "marketplace": {
      "url": "https://hiveround.com/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.marketplace]
url = "https://hiveround.com/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "marketplace": {
      "url": "https://hiveround.com/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "marketplace": {
      "url": "https://hiveround.com/api/mcp"
    }
  }
}

Available tools 14

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

projects
list_projects
List the newest open projects raising on Hiveround. Returns at most 25.
search_projects
Search open projects by keyword across name, one-liner, description, and sector. Optional filters: stage, max raise size in USD.
watch
update_watch
Move a watched project to a new pipeline stage and/or append a note. The project must already be in your pipeline. (requires API key)
watch_project
Add a project to your pipeline (or update its stage). Stages: interested, diligence, intro_requested, passed, invested. Optional notes are appended to the watch's note log. (requires API key)
acknowledge
acknowledge_commitment
Acknowledge a commitment as the founder or the investor. When both sides have acknowledged, status auto-promotes from soft_circled/term_sheet to 'committed' and the amount is added to the project's public round progress. Calling twice from the same side is a no-op. (requires API key)
commitment
update_commitment_status
Change a commitment's status. Role-gated: only the investor can 'withdraw' a commitment, only the founder can mark it 'funded' (after the wire lands). Either side can move between soft_circled/term_sheet/committed. (requires API key)
commitments
list_commitments
List commitments where you're either the investor or the founder. Filter by project slug, your role, or status. (requires API key)
intro
read_intro_thread
Read all messages in a specific intro thread you're a party to. Marks the thread as read for you. (requires API key)
intros
list_intros
List the intro threads you're a party to (sent as an investor or received as a founder). Each entry includes the counterparty, message count, last-message preview, and whether you have unread messages. Optionally filter by your role or unread-only. (requires API key)
project
get_project
Get the full project listing by slug, including the founder's GitHub handle.
request
request_intro
Request an intro to a project's founder on behalf of the API key's owner. The founder receives an email with the investor's GitHub handle. (requires API key)
send
send_intro_message
Append a message to an existing intro thread you're a party to. The other party gets an email notification linking back to the thread. Use this to follow up after request_intro or to keep a conversation moving. (requires API key)
submit
submit_commitment
Record an investor's intent-to-fund a project. Without terms it starts at 'soft_circled'; attach a terms object and it starts at 'term_sheet'. The founder still has to acknowledge — a commitment doesn't count as 'committed' (and doesn't show in the public round progress) until both sides have acked. (requires API key)
watches
list_watches
Return your pipeline — every project you're watching, with stage, tags, raise size, and last-updated timestamp. Optionally filter by stage or tag. (requires API key)

Endpoints

URLTransportStateLatencyChecked
https://hiveround.com/api/mcp streamable-http answering 250 ms 5 min ago

Hiveround — questions

Answers built from our own checks of this server.

What can Hiveround do?
It exposes 14 tools, read directly from the server on our last check. Among them: acknowledge_commitment, get_project, list_commitments, list_intros, list_projects, list_watches and 8 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Hiveround mostly used for?
Its tools cluster around watch and projects. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Hiveround working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 265 ms. The bar chart above shows every period we have measured.
How do I connect Hiveround?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Hiveround need an API key?
No. Hiveround completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 14 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Hiveround?
It answers our handshake in 265 ms on average, which is faster than 51% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Hiveround open source?
Yes — 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.