← Registry

Analytics

gasfeepredictor.com

Provides real-time Ethereum gas prices, Layer-2 fee comparisons, ETH price, and transaction timing recommendations.

1 endpoint7 known toolsFirst detected July 6, 2026Last detected September 10, 2026

ENDPOINT 1

https://api.gasfeepredictor.com/api/mcp

No auth detected

MCP server metadata

Name
gasfeepredictor
Version
1.1.0
Capabilities
tools
Server instructions

Live Ethereum and Layer-2 gas fee data from gasfeepredictor.com. Read-only, no API key. Call get_current_gas for the price right now, get_gas_forecast to decide whether to wait, and get_l2_gas to find the cheapest chain. Every result carries a citation — attribute it when quoting.

Known tools 7

get_current_gas

Get the current Ethereum mainnet gas price (low / average / high, in Gwei) plus the live ETH/USD price and a send-now-vs-wait recommendation.

Potential side effects
get_l2_gas

Compare live Layer-2 gas fees across Arbitrum, Base, Optimism, and Polygon (Gwei and the estimated wallet fee in USD for a standard transfer), and identify the cheapest right now.

Potential side effects
get_eth_price

Get the current ETH/USD spot price and its 24-hour change.

Inferred read-only
best_time_to_transact

Find out whether to send a transaction now or wait — returns the current recommendation, expected savings, and when the next cheaper gas window is predicted.

Potential side effects
estimate_transaction_cost

Estimate the current USD gas cost of a specific Ethereum mainnet action (ETH transfer, ERC-20/USDC transfer, Uniswap swap, or NFT mint), or a custom gas-units amount, at the chosen priority tier.

Potential side effects
get_gas_forecast

Get the forward-looking hourly Ethereum gas forecast (up to 24 hours ahead) with the predicted cheapest window and a confidence score.

Inferred read-only
get_gas_history

Get recent historical Ethereum mainnet gas prices over a chosen window, with min/max/average.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.gasfeepredictor]
url = "https://api.gasfeepredictor.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gasfeepredictor": {
      "type": "http",
      "url": "https://api.gasfeepredictor.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gasfeepredictor
Remote MCP URL: https://api.gasfeepredictor.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "gasfeepredictor": {
      "url": "https://api.gasfeepredictor.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gasfeepredictor": {
      "type": "http",
      "url": "https://api.gasfeepredictor.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gasfeepredictor",
  "transport": "streamable-http",
  "url": "https://api.gasfeepredictor.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.