# Gas Price MCP

> Real-time Ethereum gas price predictions and fee estimates. Provides accurate gas pricing from Blocknative for optimal transaction timing.

- Skill: `jiayaoqijia/gas-price-mcp` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add jiayaoqijia/gas-price-mcp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jiayaoqijia/gas-price-mcp/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: jiayaoqijia (https://skillmd.com/u/jiayaoqijia)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jiayaoqijia/gas-price-mcp

---


# 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

