Install
openclaw skills install mcp-crypto-dataReal-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.
openclaw skills install mcp-crypto-dataReal-time cryptocurrency data — prices, fees, and Lightning Network stats.
{
"mcpServers": {
"crypto-data": {
"command": "npx",
"args": ["-y", "@vbotholemu/mcp-crypto-data"],
"env": {
"L402_API_BASE_URL": "https://api.nautdev.com"
}
}
}
}
get_crypto_priceReal-time price for any supported cryptocurrency.
get_network_feesCurrent transaction fee estimates for Bitcoin and other networks.
get_lightning_statsLightning Network statistics — node count, channel count, total capacity.