Real-time Ethereum gas price predictions and fee estimates. Provides accurate gas pricing from Blocknative for optimal transaction timing.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add jiayaoqijia/cryptoskill --skill gas-price-mcp --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gas Price Mcp?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jiayaoqijia-gas-price-mcp)More formats (shields.io, HTML) on the badges page.
---
name: gas-price-mcp
description: "Real-time Ethereum gas price predictions and fee estimates. Provides accurate gas pricing from Blocknative for optimal transaction timing."
version: 1.0.0
metadata:
openclaw:
tags: [mcp, gas, ethereum, blocknative, fee-estimation, transactions]
official: false
source: "https://www.blocknative.com"
---
# Gas Price MCP
MCP server for real-time Ethereum gas price predictions.
Provides real-time Ethereum gas price predictions and fee estimates using Blocknative's gas estimation API. Enables AI agents to recommend optimal gas prices for transactions, predict confirmation times, and help users time their transactions for lower fees.
## Installation
```json
{
"mcpServers": {
"gas-price": {
"command": "npx",
"args": ["-y", "gas-price-mcp-server"],
"env": {
"BLOCKNATIVE_API_KEY": "YOUR_API_KEY"
}
}
}
}
```
## Links
- **Blocknative**: https://www.blocknative.com
- **Gas Estimator**: https://www.blocknative.com/gas-estimator
- **Documentation**: https://docs.blocknative.com
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!