Hiveround — MCP server for live venture-capital raises

MCP serverAI & models

Marketplace is an app that connects your AI to live venture-capital raises. Once it is added, your AI can browse current funding rounds and act as a go-between in deal flow, moving opportunities along on your behalf.

Available today. Use it from your connected AI after setup.

Add the app, then ask your AI to look up live venture-capital raises or handle deal flow for you. Details are available at github.com/stevemilton/hiveround.

Then ask your AI: use Hiveround — MCP server for live venture-capital raises to list projects

What your AI can do with it

  • See venture-capital raises that are live right now
  • Browse funding opportunities in one marketplace
  • Have your AI act as a go-between in deal flow
  • Move deal flow forward through your AI

From the project's README

As published by stevemilton/hiveround in README.md.

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.

Try it (no API key needed)

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

Connect a client

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.

Tools (14)

ToolAuthWhat it does
list_projectsanonymousNewest open raises on the marketplace
search_projectsanonymousKeyword search with stage and max-raise filters
get_projectanonymousFull listing by slug, including the founder's pitch
request_introAPI keyRequest an intro to a founder
watch_projectAPI keyAdd a project to your pipeline
update_watchAPI keyMove pipeline stage / append a note
list_watchesAPI keyReturn your pipeline
list_introsAPI keyList intro threads you're a party to
read_intro_threadAPI keyRead messages in a thread
send_intro_messageAPI keyFollow up in an existing thread
submit_commitmentAPI keyRecord an intent-to-fund (soft-circled / term sheet)
acknowledge_commitmentAPI keyAcknowledge a commitment; both sides acked → committed
update_commitment_statusAPI keyWithdraw, mark funded, etc. (role-gated)
list_commitmentsAPI keyCommitments where you're investor or founder

Discovery surfaces

The same data feeds every surface an agent might arrive from:

Registry

Published to the official MCP Registry as io.github.stevemilton/marketplace — see server.json.

Contact

hello@hiveround.com — or, fittingly, call request_intro on the hiveround slug.

Tools it offers (14)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • list_projects
  • search_projects
  • get_project
  • request_intro
  • watch_project
  • update_watch
  • list_watches
  • list_intros
  • read_intro_thread
  • send_intro_message
  • submit_commitment
  • acknowledge_commitment
  • update_commitment_status
  • list_commitments

Signals

Last commit
Jun 2026
Advanced
Delivery
marketplace MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-stevemilton-marketplace
Source
github.com/stevemilton/hiveround
Hosted endpoint
https://hiveround.com/api/mcp