Data Collection
hiveround.com
Discover and manage open projects from Hiveround, including searching, viewing details, requesting introductions, and tracking pipeline.
ENDPOINT 1
https://hiveround.com/api/mcp
MCP server metadata
- Name
- hiveround
- Version
- 0.1.0
Known tools 14
search_projectsSearch open projects by keyword across name, one-liner, description, and sector.
Inferred read-onlyget_projectGet the full project listing by slug, including the founder's GitHub handle.
Inferred read-onlyrequest_introRequest an intro to a project's founder on behalf of the API key's owner.
Inferred read-onlylist_watchesReturn your pipeline — every project you're watching, with stage, tags, raise size, and last-updated timestamp.
Inferred read-onlylist_introsList the intro threads you're a party to (sent as an investor or received as a founder).
Inferred read-onlysend_intro_messageAppend a message to an existing intro thread you're a party to.
Potential side effectsCONNECT 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.
hiveround.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.