INDIVIDUAL MCP TOOL
bittensor_registration_cost_history
Hourly Bittensor subnet registration activity (NeuronRegistered event count per subnet) + current burn-cost per subnet.
LIVE ENDPOINT
https://api.carbon-cashmere.de/mcp
Connect to this endpoint to inspect the live schema for bittensor_registration_cost_history and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.carbon-cashmere]
url = "https://api.carbon-cashmere.de/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"carbon-cashmere": {
"type": "http",
"url": "https://api.carbon-cashmere.de/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: carbon-cashmere
Remote MCP URL: https://api.carbon-cashmere.de/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"carbon-cashmere": {
"url": "https://api.carbon-cashmere.de/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"carbon-cashmere": {
"type": "http",
"url": "https://api.carbon-cashmere.de/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "carbon-cashmere",
"transport": "streamable-http",
"url": "https://api.carbon-cashmere.de/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
kaspa_toccata_status— Kaspa Toccata hardfork tracker: live activation distance, network-measured ETA, post-fork parameter reference.kaspa_fee_regime— Kaspa fee-market regime: fee-bucket distribution incl.kaspa_throughput_health— Kaspa throughput & DAG-width: chain-block rate, estimated total DAG rate, TPS vs multi-month pre-fork baseline - hardfork impact tracking.kaspa_timeseries— Historical Kaspa network metric as aggregated timeseries (max 1000 points).bittensor_subnet_stake_flows— dTAO stake-flow microstructure per subnet: per-neuron accumulation/distribution, net flow, concentration trend from months of continuous high-cadence snapshots.bittensor_subnet_coordination— Neutral Bittensor subnet concentration & synchrony metrics: stake/emission concentration, validator dominance, update-synchrony with 7d comparison.btc_miner_attribution— Bitcoin mining-pool hashrate share derived from coinbase scriptSig parsing.btc_ordinals_flow— Hourly Bitcoin Ordinals inscriptions + OP_RETURN byte volume.