INDIVIDUAL MCP TOOL
verify_payment
Check whether a pay-per-request LTC payment has confirmed on-chain.
LIVE ENDPOINT
https://ltc.supply/mcp
Connect to this endpoint to inspect the live schema for verify_payment and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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.ltc-supply]
url = "https://ltc.supply/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ltc-supply": {
"type": "http",
"url": "https://ltc.supply/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ltc-supply
Remote MCP URL: https://ltc.supply/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": {
"ltc-supply": {
"url": "https://ltc.supply/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ltc-supply": {
"type": "http",
"url": "https://ltc.supply/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ltc-supply",
"transport": "streamable-http",
"url": "https://ltc.supply/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_ltc_price— Current Litecoin price and market data (USD, EUR, GBP, JPY, market cap, volume)get_block_height— Current Litecoin block height (chain tip)get_network_stats— Litecoin network statistics: block height, hashrate, difficulty, supplyget_mweb_stats— Current MWEB (MimbleWimble Extension Blocks) privacy layer statisticssearch— Universal search: Litecoin address, transaction hash, block hash, or block heightmweb_locked_history— Full historical MWEB locked-supply dataset (daily snapshots since collection began).mining_pool_history— Full mining pool distribution history (4-hour snapshots since collection began).whale_feed— Recent large MWEB transactions (whale watching feed).