MCP Blockchain Fees
Rank #31,963io.github.CryptoAPIs-io/mcp-blockchain-fees
MCP server for fee recommendations and gas estimation on EVM, UTXO, XRP, Tezos, Solana
MCP Blockchain Fees is a Model Context Protocol (MCP) server published by cryptoapis-io. It ranks #31,963 of 115,460 servers tracked on MCP Toplist. MCP Blockchain Fees is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Mar 2, 2026 and most recently updated on Aug 4, 2026.
Ranks ahead of 83,497 of 115,460 servers on MCP Toplist.
Use MCP Blockchain Fees
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-blockchain-fees -e "CRYPTOAPIS_API_KEY=<your CRYPTOAPIS_API_KEY>" -- npx -y @cryptoapis-io/mcp-blockchain-feesReplace each placeholder with your own value before saving.
[mcp_servers.mcp-blockchain-fees]
command = "npx"
args = ["-y", "@cryptoapis-io/mcp-blockchain-fees"]
[mcp_servers.mcp-blockchain-fees.env]
CRYPTOAPIS_API_KEY = "<your CRYPTOAPIS_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-blockchain-fees": {
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-blockchain-fees"
],
"env": {
"CRYPTOAPIS_API_KEY": "<your CRYPTOAPIS_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-blockchain-fees": {
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-blockchain-fees"
],
"env": {
"CRYPTOAPIS_API_KEY": "<your CRYPTOAPIS_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-blockchain-fees": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-blockchain-fees"
],
"env": {
"CRYPTOAPIS_API_KEY": "<your CRYPTOAPIS_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-blockchain-fees": {
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-blockchain-fees"
],
"env": {
"CRYPTOAPIS_API_KEY": "<your CRYPTOAPIS_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-blockchain-fees": {
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-blockchain-fees"
],
"env": {
"CRYPTOAPIS_API_KEY": "<your CRYPTOAPIS_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.CryptoAPIs-io%2Fmcp-blockchain-fees)<a href="https://mcptoplist.com/server/io.github.CryptoAPIs-io%2Fmcp-blockchain-fees"><img src="https://mcptoplist.com/badge/io.github.CryptoAPIs-io%2Fmcp-blockchain-fees.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
cryptoapis-io
Other servers by cryptoapis-io
- MCP Address Latest#24,131 · 5 vers
- MCP Broadcast#24,132 · 5 vers
- MCP Simulate#24,133 · 5 vers
- MCP Block Data#26,046 · 4 vers
- MCP Contracts#26,047 · 4 vers
- MCP Transactions Data#26,048 · 4 vers
- MCP Address History#31,961 · 5 vers
- MCP Blockchain Events#31,962 · 5 vers
- MCP Hd Wallet#31,964 · 5 vers
- MCP Prepare Transactions#31,965 · 5 vers
- MCP Market Data#35,442 · 4 vers
- MCP Signer#35,443 · 4 vers
Available versions (5)
| Version | Published |
|---|---|
| 0.4.0 | Aug 4, 2026 |
| 0.3.0 | Mar 13, 2026 |
| 0.2.4 | Mar 6, 2026 |
| 0.2.3 | Mar 5, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Blockchain Fees?
- MCP Blockchain Fees is maintained by cryptoapis-io, which publishes 17 MCP servers (69 total versions) tracked on MCP Toplist.
- Is MCP Blockchain Fees listed on the Official MCP Registry?
- Yes — MCP Blockchain Fees is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Blockchain Fees have?
- MCP Toplist tracks 5 versions of MCP Blockchain Fees, most recently published on Aug 4, 2026.
- Where can I find the source code for MCP Blockchain Fees?
- The source code for MCP Blockchain Fees is hosted at github.com/cryptoapis-io/cryptoapis-mcp-blockchain-fees.