← hiveround.com

INDIVIDUAL MCP TOOL

send_intro_message

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

hiveround.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://hiveround.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for send_intro_message and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

Parent server

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]
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.

Related tools

  • list_projects — List the newest open projects raising on Hiveround.
  • 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).