BittensorMCP
BittensorMCP
Live, selbstverwahrter Bittensor-Chain-Zugriff für KI-Agenten über MCP.
Was ist BittensorMCP?
BittensorMCP ist ein gehosteter Model Context Protocol (MCP)-Server, der KI-Agenten Live-Zugriff auf die Bittensor-Blockchain bietet. Verbinden Sie jeden MCP-Client – Claude, Cursor, ChatGPT, VS Code, Windsurf, Zed, Codex – und fragen Sie in Echtzeit Kontostände, Subnets, Metagraphen, Validatoren und Alpha-Preise ab.
Kostenlose Lesevorgänge: 17 Tools, keine Anmeldung, kein API-Schlüssel
Premium-Schreibvorgänge: 17 On-Chain-Aktionen (Staken, Transfer, Registrierung, Gewichte) über selbstverwahrte Signierung
Ein Endpunkt:
https://bittensormcp.com/api/mcpmit Streamable-HTTP-Transport
Related MCP server: thegraph-mcp
Warum selbstverwahrt?
Ihr privater Schlüssel verlässt niemals Ihr Gerät.
BittensorMCP verwendet ein A2-Zwei-Schritt-Signierungsprotokoll: Der Server gibt ein UNSIGNED_PAYLOAD plus intent_id zurück, Sie signieren es lokal mit Ihrem sr25519-Schlüssel, und nur die Signatur wird zurückgesendet. Der Server sendet die signierte Extrinsic – er sieht, speichert oder verarbeitet niemals Ihren privaten Schlüssel.
┌─────────────┐ unsigned payload ┌─────────────┐
│ Your Key │ <─────────────────────── │ Bittensor │
│ (local) │ sign locally │ MCP │
│ │ ───────────────────────> │ Server │
└─────────────┘ signature only └──────┬──────┘
│
broadcast to
▼
┌─────────────┐
│ Bittensor │
│ Finney │
└─────────────┘Schnellstart
1. SDK installieren
npm install @bittensormcp/sign2. Authentifizieren (Selbstverwahrung)
import { generateWallet, authenticate } from '@bittensormcp/sign';
const wallet = await generateWallet();
const { token } = await authenticate({
endpoint: 'https://bittensormcp.com',
ss58: wallet.ss58,
signer: wallet.sign
});3. MCP-Client verbinden
Claude Code:
claude mcp add --transport http bittensormcp \
https://bittensormcp.com/api/mcp \
--header "Authorization: Bearer YOUR_JWT"Claude Desktop / Cursor / VS Code:
{
"mcpServers": {
"bittensormcp": {
"url": "https://bittensormcp.com/api/mcp",
"headers": { "Authorization": "Bearer YOUR_JWT" }
}
}
}Clients ohne natives Streamable HTTP:
{
"mcpServers": {
"bittensormcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://bittensormcp.com/api/mcp",
"--header", "Authorization:${AUTH_HEADER}"
],
"env": { "AUTH_HEADER": "Bearer YOUR_JWT" }
}
}
}Schritt-für-Schritt-Verbindungsanleitungen für jeden Client finden Sie im Connect Guide.
Tools auf einen Blick
Kategorie | Anzahl | Beispiele |
Kostenlose Lesevorgänge | 17 |
|
Premium-Schreibvorgänge | 17 |
|
Alle Schreib-Tools verwenden den A2-Selbstverwahrungs-Signierungsablauf. Die Premium-Aktivierung erfordert das Senden von TAO an die Treasury-Adresse (überprüfen Sie bittensor_premium_status für den aktuellen Satz).
Lizenz
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseCqualityCmaintenanceAn MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.37178GPL 3.0- AlicenseAqualityDmaintenanceAn MCP server that powers AI agents with indexed blockchain data from The Graph.3MIT
- FlicenseAqualityCmaintenanceProduction MCP server giving AI agents metered access to live Hedera blockchain data. Query token prices, screen identities, monitor governance, write tamper-evident HCS compliance records, and analyze smart contracts — all paid in HBAR micropayments per call.2021
- Alicense-qualityDmaintenanceAn MCP server that gives AI agents real-time access to DeFi across multiple chains, enabling non-custodial crypto trading, portfolio queries, and transaction execution.97MIT
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Cloud-hosted MCP server for durable AI memory
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/btmcp/pub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server