Analytics
gasfeepredictor.com
Provides real-time Ethereum gas prices, Layer-2 fee comparisons, ETH price, and transaction timing recommendations.
ENDPOINT 1
https://api.gasfeepredictor.com/api/mcp
MCP server metadata
- Name
- gasfeepredictor
- Version
- 1.1.0
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_gasGet 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 effectsget_l2_gasCompare 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 effectsbest_time_to_transactFind 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 effectsestimate_transaction_costEstimate 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 effectsget_gas_forecastGet the forward-looking hourly Ethereum gas forecast (up to 24 hours ahead) with the predicted cheapest window and a confidence score.
Inferred read-onlyget_gas_historyGet recent historical Ethereum mainnet gas prices over a chosen window, with min/max/average.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.