Developers

MCP

HiveBase exposes one hosted MCP endpoint for AI apps that need the same company context, trust envelope, and write-back path.

https://mcp.hivebase.ai/
Install URL

Use the root endpoint. The v2 Platform API is behind the hosted MCP surface.

OAuth 2.1
Auth

Dynamic Client Registration, PKCE, browser consent, refresh tokens.

tools/list
Discovery

Tools expose descriptions, schemas, scopes, cost metadata, and read/write hints.

Claude Code

claude mcp add hivebase \
  --transport http \
  https://mcp.hivebase.ai/

Cursor

{
  "mcpServers": {
    "hivebase": {
      "url": "https://mcp.hivebase.ai/",
      "transport": "http"
    }
  }
}

Codex

mcp_servers:
  - name: hivebase
    url: https://mcp.hivebase.ai/
    transport: http