← hiveround.com

INDIVIDUAL MCP TOOL

list_projects

List the newest open projects raising on Hiveround.

hiveround.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

hiveround.com

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-com]
url = "https://hiveround.com/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: hiveround-com
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-com": {
      "url": "https://hiveround.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_projects — Search open projects by keyword across name, one-liner, description, and sector.
  • 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.
  • watch_project — Add a project to your pipeline (or update its stage).
  • update_watch — Move a watched project to a new pipeline stage and/or append a note.
  • list_watches — Return your pipeline — every project you're watching, with stage, tags, raise size, and last-updated timestamp.
  • list_intros — List the intro threads you're a party to (sent as an investor or received as a founder).
  • read_intro_thread — Read all messages in a specific intro thread you're a party to.