# Hiveround MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-stevemilton-marketplace
- Repository: https://github.com/stevemilton/hiveround

## Install
- Endpoint: https://hiveround.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://hiveround.com/api/mcp

## Tools
- list_projects - List the newest open projects raising on Hiveround. Returns at most 25. Endpoint: https://hiveround.com/api/mcp
- search_projects - Search open projects by keyword across name, one-liner, description, and sector. Optional filters: stage, max raise size in USD. Endpoint: https://hiveround.com/api/mcp
- get_project - Get the full project listing by slug, including the founder's GitHub handle. Endpoint: https://hiveround.com/api/mcp
- 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) Endpoint: https://hiveround.com/api/mcp
- 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) Endpoint: https://hiveround.com/api/mcp
- 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) Endpoint: https://hiveround.com/api/mcp
- 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) Endpoint: https://hiveround.com/api/mcp
- 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) Endpoint: https://hiveround.com/api/mcp
- 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) Endpoint: https://hiveround.com/api/mcp
- 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) Endpoint: https://hiveround.com/api/mcp
- 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) Endpoint: https://hiveround.com/api/mcp
- 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) Endpoint: https://hiveround.com/api/mcp
- 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) Endpoint: https://hiveround.com/api/mcp
- list_commitments - List commitments where you're either the investor or the founder. Filter by project slug, your role, or status. (requires API key) Endpoint: https://hiveround.com/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.stevemilton
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 10, 2026
- Source: https://registry.modelcontextprotocol.io
