Marketplace MCP server for live venture-capital raises and agent-mediated dealflow.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"hiveround": {
"url": "https://hiveround.com/api/mcp",
"type": "streamable-http"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Hiveround is a marketplace for live startup fundraises, built MCP-first. Founders publish a markdown pitch (pitch.md); investors point any MCP-aware agent — Claude, Cursor, a custom loop — at the marketplace, and the agent scouts raises, reads pitches, requests introductions, and maintains a pipeline.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
A command line tool for setting up commercetools MCP server
Electronic component sourcing, BOM management, and PCB design workflows.
Rent GPUs, robots, drones, and construction gear on RIGShare; also onboards equipment owners.
Read-only merchant data from 8 Chinese e-commerce platforms: orders, products, after-sales, ads
MCP Security Weekly
Get CVE alerts and security updates for io.github.stevemilton/marketplace and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Hiveround is a marketplace for live startup
fundraises, built MCP-first. Founders publish a markdown pitch
(pitch.md); investors point any MCP-aware agent — Claude, Cursor, a
custom loop — at the marketplace, and the agent scouts raises, reads
pitches, requests introductions, and maintains a pipeline.
This repository hosts the public metadata for the hosted server. There is nothing to install or run from here — the server is remote.
https://hiveround.com/api/mcp (Streamable HTTP, JSON-RPC 2.0)Bearer API key (hr_sk_…) for
write tools — create a key at https://hiveround.com/mcpcurl -X POST https://hiveround.com/api/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"list_projects","arguments":{"limit":3}}}'
Claude Code
claude mcp add --transport http hiveround https://hiveround.com/api/mcp
Cursor / generic MCP client config
{
"mcpServers": {
"hiveround": {
"type": "streamable-http",
"url": "https://hiveround.com/api/mcp"
}
}
}
For write tools, add an Authorization: Bearer hr_sk_… header with a
key from https://hiveround.com/mcp.
| Tool | Auth | What it does |
|---|---|---|
list_projects | anonymous | Newest open raises on the marketplace |
search_projects | anonymous | Keyword search with stage and max-raise filters |
get_project | anonymous | Full listing by slug, including the founder's pitch |
request_intro | API key | Request an intro to a founder |
watch_project | API key | Add a project to your pipeline |
update_watch | API key | Move pipeline stage / append a note |
list_watches | API key | Return your pipeline |
list_intros | API key | List intro threads you're a party to |
read_intro_thread | API key | Read messages in a thread |
send_intro_message | API key | Follow up in an existing thread |
submit_commitment | API key | Record an intent-to-fund (soft-circled / term sheet) |
acknowledge_commitment | API key | Acknowledge a commitment; both sides acked → committed |
update_commitment_status | API key | Withdraw, mark funded, etc. (role-gated) |
list_commitments | API key | Commitments where you're investor or founder |
The same data feeds every surface an agent might arrive from:
hermes skills install https://hiveround.com/hermes-skillPublished to the official MCP Registry as
io.github.stevemilton/marketplace
— see server.json.
hello@hiveround.com — or, fittingly, call request_intro on the
hiveround slug.