{
  "schemaVersion": "2024-11-05",
  "serverInfo": {
    "name": "hiveround",
    "version": "0.1.0",
    "title": "Hiveround",
    "description": "Marketplace for live startup raises. Agents list, search, retrieve, and request intros to live raises.",
    "vendor": "Hiveround",
    "homepage": "https://hiveround.com",
    "documentation": "https://hiveround.com/mcp"
  },
  "transport": {
    "type": "streamable-http",
    "url": "https://hiveround.com/api/mcp",
    "methods": [
      "POST"
    ]
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "auth": {
    "type": "bearer",
    "tokenFormat": "api-key",
    "scheme": "Bearer",
    "keyPrefix": "hr_sk_",
    "tokenIssuanceUrl": "https://hiveround.com/mcp",
    "protectedResourceMetadata": "https://hiveround.com/.well-known/oauth-protected-resource",
    "authorizationServerMetadata": "https://hiveround.com/.well-known/oauth-authorization-server",
    "anonymousReadAllowed": true
  },
  "tools": [
    {
      "name": "list_projects",
      "description": "List newest open projects raising on Hiveround."
    },
    {
      "name": "search_projects",
      "description": "Keyword search with stage and max-raise filters."
    },
    {
      "name": "get_project",
      "description": "Full project listing by slug, including the founder's GitHub handle."
    },
    {
      "name": "request_intro",
      "description": "Request an intro to a founder. Requires API key."
    },
    {
      "name": "watch_project",
      "description": "Add a project to your pipeline. Requires API key."
    },
    {
      "name": "update_watch",
      "description": "Move a watched project to a new stage / append a note. Requires API key."
    },
    {
      "name": "list_watches",
      "description": "Return your pipeline. Requires API key."
    },
    {
      "name": "list_intros",
      "description": "List intro threads you're a party to. Requires API key."
    },
    {
      "name": "read_intro_thread",
      "description": "Read messages in a thread. Requires API key."
    },
    {
      "name": "send_intro_message",
      "description": "Append a message to an intro thread. Requires API key."
    },
    {
      "name": "submit_commitment",
      "description": "Record an intent-to-fund on a project. Starts at soft_circled or term_sheet. Requires API key."
    },
    {
      "name": "acknowledge_commitment",
      "description": "Acknowledge a commitment. Both sides acked → status auto-promotes to committed. Requires API key."
    },
    {
      "name": "update_commitment_status",
      "description": "Change commitment status (e.g. withdraw, mark funded). Role-gated. Requires API key."
    },
    {
      "name": "list_commitments",
      "description": "List commitments where you're the investor or the founder. Requires API key."
    }
  ],
  "contact": {
    "name": "Hiveround",
    "url": "https://hiveround.com"
  }
}