Developer Tools
Trust: 32/100 (Limited)io.github.CryptoAPIs-io/mcp-blockchain-fees Guide
MCP server for fee recommendations and gas estimation on EVM, UTXO, XRP via Crypto APIs
by CryptoAPIs-io
Quick Start
Install
npx @cryptoapis-io/mcp-blockchain-feesClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-cryptoapis-io-mcp-blockchain-fees": {
"command": "npx",
"args": [
"@cryptoapis-io/mcp-blockchain-fees"
]
}
}
}