kukapay/blocknative-mcp
An MCP server that provides real-time gas price predictions across multiple blockchains.
Platform-specific configuration:
{
"mcpServers": {
"blocknative-mcp": {
"command": "npx",
"args": [
"-y",
"blocknative-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP server that provides real-time gas price predictions across multiple blockchains, powered by Blocknative.
predict_gas_price: Fetches gas price predictions for a specified chain (default: Ethereum Mainnet, chain_id=1), including base fee and a table with confidence levels, price, max priority fee, and max fee.estimate_gas_cost: Estimates transaction costs based on gas limit, confidence level, and chain ID, returning costs in Gwei and ETH.get_supported_chains: Lists supported blockchains in a table with chain ID, system, and network.gas_price_query: A prompt template for querying gas prices at a specific confidence level and chain ID.httpx for non-blocking HTTP requests to Blocknative's Gas Price and Chains APIs.BLOCKNATIVE_API_KEY. git clone https://github.com/kukapay/blocknative-mcp.git
cd blocknative-mcp uv sync export BLOCKNATIVE_API_KEY="your-api-key-here"The serv
Loading reviews...