← Registry

Data Collection

ltc.supply

Provides current Litecoin blockchain and market data including price, block height, network statistics, privacy layer stats, and universal search.

1 endpoint9 known toolsFirst detected July 29, 2026Last detected July 29, 2026

ENDPOINT 1

https://ltc.supply/mcp

No auth detected

MCP server metadata

Name
ltc-supply
Version
1.0.0
Capabilities
tools.listChanged

Known tools 9

get_ltc_price

Current Litecoin price and market data (USD, EUR, GBP, JPY, market cap, volume)

Inferred read-only
get_block_height

Current Litecoin block height (chain tip)

Inferred read-only
get_network_stats

Litecoin network statistics: block height, hashrate, difficulty, supply

Inferred read-only
get_mweb_stats

Current MWEB (MimbleWimble Extension Blocks) privacy layer statistics

Inferred read-only
search

Universal search: Litecoin address, transaction hash, block hash, or block height

Inferred read-only
verify_payment

Check whether a pay-per-request LTC payment has confirmed on-chain.

Potential side effects
mweb_locked_history

Full historical MWEB locked-supply dataset (daily snapshots since collection began).

Inferred read-only
mining_pool_history

Full mining pool distribution history (4-hour snapshots since collection began).

Inferred read-only
whale_feed

Recent large MWEB transactions (whale watching feed).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.