MCP
Connect an MCP client to AIXBT
AIXBT exposes one Streamable HTTP MCP server at
https://api.aixbt.tech/mcp. Only the Topic tools, list_topics and
get_topic, work without credentials; calling a protected tool returns an
OAuth 2.1 challenge so an interactive client can ask the user to sign in.
Connect
For app-specific setup, see ChatGPT, Claude, Grok Bot, or Hermes Agent.
In other interactive clients, add the server URL above with no headers.
For non-interactive use, create an API key in Developer access, 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"
}
}
}
}Add the research skill
The connector exposes AIXBT data and tools. Add the research skill for the research workflow when your client supports skills.
Discover tools
Your client discovers the current tools and input/output schemas through the
MCP handshake and tools/list, without signing in. Treat that response, not
a copied tool inventory, as the contract.
The tools expose the same resources and access rules as API v3. Use the discovered schemas for current filters and response shapes.