Connect a client

How to connect an MCP client like Claude Code to AxHub MCP

AxHub MCP is a standard Streamable HTTP MCP server. Any OAuth-capable MCP client connects to the same endpoint (https://mcp.axhub.ai/mcp). The primary verified client is Claude Code.

Claude Code

Add it in one line.

claude mcp add --transport http --scope user axhub https://mcp.axhub.ai/mcp

On the first tool call a browser opens for login and consent, and you're connected. You don't create a client_id or secret — the client handles it via automatic registration (DCR).

Other MCP clients

Any MCP client that supports Streamable HTTP (POST/JSON, no SSE) and OAuth automatic registration (DCR) + PKCE can connect. The only value you configure is the endpoint.

FieldValue
Endpointhttps://mcp.axhub.ai/mcp
TransportStreamable HTTP (POST/JSON)

The rest — authorization server, client registration, resource indicator — is handled by the client through standard discovery. Metadata is advertised at https://mcp.axhub.ai/.well-known/oauth-protected-resource/mcp.

Verify the connection

Once connected, the tool list shows all 5 tools (catalog_kinds, catalog_connectors, catalog_resources, resource_read, data_read). In Claude Code you can just ask in natural language.

What connectors do I have?

This calls catalog_connectors, confirming the connection and your access in one step.