MCP Server
MCP
io.telemost/telemost-mcp-server
Telegram channel analytics and statistics for AI agents, pay-per-call in USDC via x402.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://api.telemost.io/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "telemost-mcp-server",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base (EVM) wallet private key (0x...) that funds x402 payments. One of EVM/SVM required for paid tools.",
"isSecret": true,
"name": "EVM_PRIVATE_KEY"
},
{
"description": "Solana wallet secret key (base58) that funds x402 payments. One of EVM/SVM required for paid tools.",
"isSecret": true,
"name": "SVM_PRIVATE_KEY"
},
{
"description": "API base URL. Defaults to https://api.telemost.io.",
"name": "TELEMOST_BASE_URL"
},
{
"description": "Per-call price ceiling in USD (default 2.5, covers the full catalog). Calls above this are refused before signing.",
"name": "MAX_PAYMENT_USDC"
},
{
"description": "Cumulative spend ceiling per process lifetime in USD (default 10).",
"name": "SESSION_MAX_USDC"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment