Decentralized AI inference (weather, deepfake detection, LLMs) with x402 USDC micropayments.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
telegraph-protocol-mcp · npm · 1.0.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.telegraphprotocol/telegraph",
"description": "Decentralized AI inference (weather, deepfake detection, LLMs) with x402 USDC micropayments.",
"repository": {
"url": "https://github.com/telegraphprotocol/telegraph-mcp",
"source": "github"
},
"version": "1.0.0",
"packages": [
{
"registryType": "npm",
"identifier": "telegraph-protocol-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Telegraph node public API URL (e.g. http://13.237.89.59:7044)",
"isRequired": true,
"format": "string",
"name": "TELEGRAPH_NODE_URL"
},
{
"description": "Telegraph Engine inference server URL (e.g. http://13.237.89.59:8080)",
"isRequired": true,
"format": "string",
"name": "TELEGRAPH_ENGINE_URL"
},
{
"description": "Telegraph Daemon signal API URL (e.g. http://13.237.89.59:8081)",
"isRequired": true,
"format": "string",
"name": "TELEGRAPH_DAEMON_URL"
},
{
"description": "EVM private key (0x-prefixed hex) of a USDC-funded burner wallet used to sign x402 payments. At least one of TELEGRAPH_EVM_PRIVATE_KEY or TELEGRAPH_SOLANA_PRIVATE_KEY is required.",
"format": "string",
"isSecret": true,
"name": "TELEGRAPH_EVM_PRIVATE_KEY"
},
{
"description": "Solana private key (base58) for SVM x402 payments. Optional alternative to TELEGRAPH_EVM_PRIVATE_KEY.",
"format": "string",
"isSecret": true,
"name": "TELEGRAPH_SOLANA_PRIVATE_KEY"
},
{
"description": "CAIP-2 network identifier for EVM payments. Defaults to eip155:*.",
"format": "string",
"name": "EVM_NETWORK"
},
{
"description": "CAIP-2 network identifier for Solana payments. Defaults to solana:*.",
"format": "string",
"name": "SVM_NETWORK"
},
{
"description": "Dynamic miner-tool refresh interval in milliseconds. Defaults to 300000 (5 min). Set to 0 to disable.",
"format": "string",
"name": "REFRESH_INTERVAL_MS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-30T18:33:14.518781Z",
"publishedAt": "2026-06-30T18:33:14.518781Z",
"updatedAt": "2026-06-30T18:33:14.518781Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.0.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.