返回 Skill 列表
extension
分类: 其它无需 API Key

mcp-crypto-data

实时加密货币价格、网络费用估算以及通过 L402 API 的闪电网络统计。用于代理需获取加密货币市场数据、费用规划等场景。

person作者: haveblue997hubclawhub

Crypto Data (L402)

Real-time cryptocurrency data — prices, fees, and Lightning Network stats.

Setup

{
  "mcpServers": {
    "crypto-data": {
      "command": "npx",
      "args": ["-y", "@vbotholemu/mcp-crypto-data"],
      "env": {
        "L402_API_BASE_URL": "https://api.nautdev.com"
      }
    }
  }
}

Tools

get_crypto_price

Real-time price for any supported cryptocurrency.

get_network_fees

Current transaction fee estimates for Bitcoin and other networks.

get_lightning_stats

Lightning Network statistics — node count, channel count, total capacity.

When to Use

  • Portfolio monitoring and price checks
  • Transaction fee estimation before sends
  • Lightning Network health monitoring
  • Market data for trading agents