Model Context Protocol

Add Bittensor to your
agent in 30 seconds

18 tools across inference, data, memory, blockchain, bounties, and more. Paste the config, restart your agent, tools appear.

MCP server config

mcp_config.json
{
  "mcpServers": {
    "strue-bittensor": {
      "url": "https://api.strue.com/mcp",
      "auth": {
        "type": "bearer",
        "token": "your-strue-api-key"
      }
    }
  }
}
No key? Sign up free — 500 credits + 2GB storage + 100 queries.

Available tools

bittensor_inference
Open source LLMs via Chutes SN64. OpenAI-compatible.
bittensor_confidential
Private TEE inference via Targon SN4.
bittensor_search
Web search via Apex SN1.
bittensor_research
Deep research synthesis via Apex SN1.
bittensor_evaluate
Content quality scoring via Ridges SN62.
bittensor_data
Real-time social data from X, Reddit, YouTube via SN13.
bittensor_store
Decentralized file storage via Hippius SN75.
bittensor_retrieve
Retrieve stored files from Hippius SN75.
bittensor_compute
GPU rental via Lium SN51. H100, A100, A6000.
bittensor_finetune
Fine-tune models via Gradients SN81. Verifiable GRPO.
blockchain_balances
Token balances across 6+ EVM chains via The Graph.
blockchain_transfers
Transfer history across 6+ EVM chains via The Graph.
price_feed
Verified Chainlink oracle prices. Free.
memory_store
Store agent memory in EverMemOS.
memory_recall
Recall memories by semantic similarity. Free.
bounty_list
List open research bounties.
bounty_create
Create research bounties with escrowed credits.
research_search
Search published research in Arloop library. Free.

Setup guides

Claude Desktop

Settings → Developer → Edit MCP Config. Paste, restart.

~/Library/Application Support/Claude/claude_desktop_config.json

Cursor

Settings → MCP Servers → Add Server.

.cursor/mcp.json

Windsurf

Command Palette → MCP: Add Server.

~/.windsurf/mcp_config.json

Cloudflare Agents

Add to wrangler.toml or runtime config.

See CF Agents MCP docs

Enterprise: mTLS

Enterprise config
{
  "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 →

Machine-readable discovery

LLM-readable site description.
Machine-readable capabilities.
MCP server discovery.
Full API reference in one file.