eCommerce
tgpaybot.com
Provides an interface to the TgPay Merchant API for payment operations, including token connection, status polling, and balance checks.
ENDPOINT 1
https://crypto.tgpaybot.com/mcp
MCP server metadata
- Name
- tgpay
- Version
- c6957ebb
TgPay Merchant API — crypto payments inside Telegram (CryptoBot-compatible). Read get_docs('quickstart') before integrating. No API token yet? Call connect — the human approves once in Telegram — then poll connect_status; afterwards pass the token via the 'TgCryptoPay-API-Token' header on this MCP server, or as an extra 'api_token' argument on any tool. Amounts are decimal strings in major units; user_id is the Telegram user id.
Known tools 24
connectStart token issuance WITHOUT the Mini App UI: creates a merchant-app request and returns a t.
Inferred read-onlyrefundInvoiceRefund a paid invoice (moves money app→payer; partial refunds accumulate up to the face amount).
Potential side effectscreateSubscriptionPlanCreate an IMMUTABLE recurring-billing plan; send payers to result.
Potential side effectsarchiveSubscriptionPlanStop new signups for a plan (live subscriptions keep renewing).
Inferred read-onlyCONNECT 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.tgpay]
url = "https://crypto.tgpaybot.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tgpay": {
"type": "http",
"url": "https://crypto.tgpaybot.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tgpay
Remote MCP URL: https://crypto.tgpaybot.com/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": {
"tgpay": {
"url": "https://crypto.tgpaybot.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tgpay": {
"type": "http",
"url": "https://crypto.tgpaybot.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tgpay",
"transport": "streamable-http",
"url": "https://crypto.tgpaybot.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.