AIXBT Docs

MCP

Connect an MCP client to AIXBT

AIXBT exposes one Streamable HTTP MCP server at https://api.aixbt.tech/mcp. It requires OAuth 2.1 or an account-backed API key.

Connect

Create an API key in Integrations, then keep it in your client's secret or environment-variable store:

{
  "mcpServers": {
    "aixbt": {
      "type": "streamable-http",
      "url": "https://api.aixbt.tech/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Interactive clients can instead add https://api.aixbt.tech/mcp and complete the discovered OAuth sign-in.

Discover tools

Your client discovers the current tools and input/output schemas through the MCP handshake and tools/list. Treat that response, not a copied tool inventory, as the contract.

On this page