18 tools across inference, data, memory, blockchain, bounties, and more. Paste the config, restart your agent, tools appear.
{
"mcpServers": {
"strue-bittensor": {
"url": "https://api.strue.com/mcp",
"auth": {
"type": "bearer",
"token": "your-strue-api-key"
}
}
}
}Settings → Developer → Edit MCP Config. Paste, restart.
~/Library/Application Support/Claude/claude_desktop_config.jsonSettings → MCP Servers → Add Server.
.cursor/mcp.jsonCommand Palette → MCP: Add Server.
~/.windsurf/mcp_config.jsonAdd to wrangler.toml or runtime config.
See CF Agents MCP docs{
"mcpServers": {
"strue-bittensor": {
"url": "https://mtls.api.strue.com/mcp",
"auth": {
"type": "mtls",
"cert": "/path/to/agent-cert.pem",
"key": "/path/to/agent-key.pem"
}
}
}
}Same tools, cryptographic identity. Learn more →