
Hiveround
Marketplace MCP server for live venture-capital raises and agent-mediated dealflow.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Marketplace MCP server for live venture-capital raises and agent-mediated dealflow.
Список инструментов сервера (14)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |
| get_project | Get the full project listing by slug, including the founder's GitHub handle. |
| 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) |
| 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) |
| 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) |
| 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) |
| 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) |
| 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) |
| 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_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) |
| 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) |
| 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) |
| list_commitments | List commitments where you're either the investor or the founder. Filter by project slug, your role, or status. (requires API key) |