Built on Bittensor

The Gateway to
Decentralized AI

Connect any MCP-compatible AI agent to Bittensor's network of 50+ specialized subnets through natural tool calls.

tensorgate
Why It Matters
Why Decentralized AI

Intelligence shouldn't have a single owner.

01 — Resilience
No single point of failure
AI inference distributed across thousands of miners globally. No corporate kill switch.
02 — Freedom
Censorship resistant
Open subnet architecture means no single entity controls what AI can do or say.
03 — Incentives
Market-driven intelligence
Validators stake TAO on the best miners. Competition drives quality up and cost down.
MCP Tools
Six tools. One interface.

Auto-discovered by any MCP-compatible agent. No SDK, no API keys.

tgate_query_subnet

Route prompts to any Bittensor subnet with smart task-based routing.

tgate_predictions

Aggregate predictions from SN8 with multi-miner consensus scoring.

tgate_analyze_token

Token analysis with price, market cap, volume, and performance data.

tgate_subnet_health

Monitor miners, validators, trust scores, and incentive distribution.

tgate_network_stats

Live TAO price, subnets, stake, emission rate, and block height.

tgate_staking_info

Validator staking data, delegation info, and APY estimates.

Architecture
How TensorGate Works

One MCP server between your agent and 50+ decentralized AI subnets.

AI Agent

Claude / Cursor

TensorGate

MCP Server

Bittensor

50+ Subnets

Results

Predictions
Network
Access Every Subnet

Smart routing to the most capable subnet for each task.

SN33
ReadyAI
Annotation
SN2
Machine Translation
Language
SN3
Data Scraping
Data
SN4
Multi-Modal
Vision
SN8
Time Series
Prediction
SN9
Text to Image
Generation
SN11
Text to Speech
Audio
SN13
Data Universe
Storage
SN18
Cortex.t
Language
SN19
Vision
Analysis
SN22
Smart Scraping
AI + Data
SN32
IT Automation
DevOps
Collective Mining
Mine TAO with your AI agent

Turn your MCP-connected agent into a Bittensor miner. Two tool calls per task — fetch, process, submit, earn.

01
Join
Register as a worker on the mining hub
02
Fetch
Receive validator queries via long-poll
03
Submit
Your agent's response earns TAO rewards
SN33 ReadyAI · UID 214 · 14 Tools · Earn TAO
Token
$TGATE

The native token of the TensorGate ecosystem on Base.

$TGATE
TensorGate Protocol Token
Network
Base
DEX
Uniswap V4
Pair
TGATE / WETH
Utility
Gateway Access
Get Started
Install in 30 seconds

Add TensorGate to your MCP config and start querying Bittensor.

# Install via Claude Code CLI
claude mcp add tensorgate \
  -- npx -y tensorgate
# Add to .cursor/mcp.json
{
  "mcpServers": {
    "tensorgate": {
      "command": "npx",
      "args": ["-y", "tensorgate"]
    }
  }
}
// claude_desktop_config.json
{
  "mcpServers": {
    "tensorgate": {
      "command": "npx",
      "args": ["-y", "tensorgate"]
    }
  }
}

Start building.

Install TensorGate and query decentralized AI in under a minute.