Gas Price MCP

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

yejiming Updated

File contents

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

{
  "mcpServers": {
    "gas-price": {
      "command": "npx",
      "args": ["-y", "gas-price-mcp-server"],
      "env": {
        "BLOCKNATIVE_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Links

yejiming/web3-awesome-skills/tree/main/skills/community/mcp-servers/gas-price-mcp commit 8955dadc26

Frequently asked questions

npx skillmds@latest add yejiming/gas-price-mcp