
Mcp Blockchain Fees
Surface fee recommendations and gas estimates on EVM, UTXO, and XRP through your agent when crafting sends, sweeps, or batch payouts.
Overview
io.github.CryptoAPIs-io/mcp-blockchain-fees is a MCP server for the Build phase that provides fee recommendations and gas estimation on EVM, UTXO, and XRP via Crypto APIs.
What is this MCP server?
- Fee recommendations and gas estimation for EVM, UTXO, and XRP
- @cryptoapis-io/mcp-blockchain-fees v0.3.0 stdio MCP server
- Agent-queryable fee guidance without manual gas station tabs
- CRYPTOAPIS_API_KEY authentication
- GitHub: CryptoAPIs-io/cryptoapis-mcp-blockchain-fees
- Server version 0.3.0
- Supported fee families: EVM, UTXO, XRP
- Package @cryptoapis-io/mcp-blockchain-fees on npm
What problem does it solve?
Agents guessing gas and network fees leads to stuck transactions, overpayment, or failed sends when builders integrate multi-chain payouts.
Who is it for?
Builders integrating sends, sweeps, or automated payouts who want agent-assisted fee quotes from Crypto APIs.
Skip if: Workflows on Solana or Kaspa fees only, or teams that require private mempool simulation without an API vendor.
What do I get? / Deliverables
Fee and gas tools are available over MCP so your agent can recommend practical limits while you code transaction flows.
- MCP tools returning fee recommendations and gas estimates for supported chains
- Agent-ready fee context for transaction-building workflows
Recommended MCP Servers
Journey fit
Fee logic belongs in integration work while you build transaction flows and agent-assisted signing prep, before Ship hardening. Gas and fee endpoints are third-party API integrations—placed under build.integrations alongside other CryptoAPIs-io MCP servers.
How it compares
API-backed fee estimation MCP, not a local hardhat gas reporter or wallet browser extension.
Common Questions / FAQ
Who is mcp-blockchain-fees for?
Solo builders and developers using MCP agents to implement crypto transaction UIs, bots, or backend send pipelines on EVM, UTXO, or XRP.
When should I use mcp-blockchain-fees?
Use it during Build when your agent or app needs current fee tiers or gas estimates before constructing or reviewing transactions.
How do I add mcp-blockchain-fees to my agent?
Configure @cryptoapis-io/mcp-blockchain-fees as an MCP stdio server and set CRYPTOAPIS_API_KEY in the server environment before launching your agent.