Odel
cryptoapis mcp blockchain fees

cryptoapis mcp blockchain fees

Local
@cryptoapis-ioTypeScriptUpdated 1mo ago

MCP server for fee recommendations and gas estimation on EVM, UTXO, XRP, Tezos, Solana

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@cryptoapis-io/mcp-blockchain-feesv0.4.0

Run

npx -y @cryptoapis-io/mcp-blockchain-fees

MCP client config

{
  "mcpServers": {
    "cryptoapis-mcp-blockchain-fees": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-blockchain-fees"
      ]
    }
  }
}