π¦ ClawHub
mcp-crypto-data
by @haveblue997
Real-time cryptocurrency prices, network fee estimates, and Lightning Network statistics via L402 API. Use when agents need crypto market data, fee planning,...
TERMINAL
clawhub install mcp-crypto-dataπ About This Skill
name: mcp-crypto-data description: Real-time cryptocurrency prices, network fee estimates, and Lightning Network statistics via L402 API. Use when agents need crypto market data, fee planning, or Lightning network health checks. version: 1.0.0 metadata: openclaw: requires: bins: - npx env: - L402_API_BASE_URL emoji: βΏ
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
β‘ When to Use
βοΈ Configuration
{
"mcpServers": {
"crypto-data": {
"command": "npx",
"args": ["-y", "@vbotholemu/mcp-crypto-data"],
"env": {
"L402_API_BASE_URL": "https://api.nautdev.com"
}
}
}
}