← Registry

Data Collection

hiveround.com

Discover and manage open projects from Hiveround, including searching, viewing details, requesting introductions, and tracking pipeline.

1 endpoint14 known toolsFirst detected May 28, 2026Last detected September 22, 2026

ENDPOINT 1

https://hiveround.com/api/mcp

No auth detected

MCP server metadata

Name
hiveround
Version
0.1.0
Capabilities
tools

Known tools 14

list_projects

List the newest open projects raising on Hiveround.

Inferred read-only
search_projects

Search open projects by keyword across name, one-liner, description, and sector.

Inferred read-only
get_project

Get the full project listing by slug, including the founder's GitHub handle.

Inferred read-only
request_intro

Request an intro to a project's founder on behalf of the API key's owner.

Inferred read-only
watch_project

Add a project to your pipeline (or update its stage).

Potential side effects
update_watch

Move a watched project to a new pipeline stage and/or append a note.

Inferred read-only
list_watches

Return your pipeline — every project you're watching, with stage, tags, raise size, and last-updated timestamp.

Inferred read-only
list_intros

List the intro threads you're a party to (sent as an investor or received as a founder).

Inferred read-only
read_intro_thread

Read all messages in a specific intro thread you're a party to.

Inferred read-only
send_intro_message

Append a message to an existing intro thread you're a party to.

Potential side effects
submit_commitment

Record an investor's intent-to-fund a project.

Inferred read-only
acknowledge_commitment

Acknowledge a commitment as the founder or the investor.

Inferred read-only
update_commitment_status

Change a commitment's status.

Inferred read-only
list_commitments

List commitments where you're either the investor or the founder.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hiveround]
url = "https://hiveround.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hiveround": {
      "type": "http",
      "url": "https://hiveround.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hiveround
Remote MCP URL: https://hiveround.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "hiveround": {
      "url": "https://hiveround.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hiveround": {
      "type": "http",
      "url": "https://hiveround.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hiveround",
  "transport": "streamable-http",
  "url": "https://hiveround.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for hiveround.com was fetched 2026-08-08T23:06:16.304Z and is being refreshed.

Trust status Neutral

hiveround.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.