Gas Price Check
Live US gas-price tools for AI agents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Find Brand Locations: Look up gas-station locations for a major US fuel brand (Buc-ee's, Costco, Sam's Club). Optionally filter to one state by 2-letter code. Returns city, state, ZIP (when known), an
- Get National Average: Get the current US national average retail gasoline price in dollars per gallon, sourced from the EIA weekly retail series and cached for 24 hours.
- Get State Average: Get the current average retail gasoline price for a US state. Returns dollars per gallon and a freshness/source indicator. States without their own EIA series fall back to their PAD
What data it sees
Do you need an account
No: the server works without sign-in
Live US gas-price tools for AI agents. Six read-only tools backed by station-level data from gas-price-check.com and the US Energy Information Administration weekly retail series.
Tools
get_gas_prices_by_zip— top stations near any US ZIP, sorted by priceget_national_average— current US national average ($/gal)get_state_average— per-state average with PADD region fallbackcompare_states— multi-state comparison, ranked cheapest to most expensiveget_price_trend— day-by-day price trend over the last 30 daysfind_brand_locations— Buc-ee's, Costco, and Sam's Club locations by state
Features
- No authentication, no API key, no payment
- Cache-only ZIP queries (no scraping triggered from MCP calls)
- 30 requests per IP per minute rate limit
- Backed by gas-price-check.com (50,000+ US stations, daily refresh)
Example queries
- "What's the cheapest gas near ZIP 77386?"
- "Which US state has the cheapest gas this week?"
- "How have Illinois gas prices moved over the last 14 days?"
- "Where are the Buc-ee's locations in Texas?"
Full documentation at gas-price-check.com/mcp.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| find_brand_locations | Look up gas-station locations for a major US fuel brand (Buc-ee's, Costco, Sam's Club). Optionally filter to one state by 2-letter code. Returns city, state, ZIP (when known), and warehouse count for warehouse chains. |
| get_national_average | Get the current US national average retail gasoline price in dollars per gallon, sourced from the EIA weekly retail series and cached for 24 hours. |
| get_state_average | Get the current average retail gasoline price for a US state. Returns dollars per gallon and a freshness/source indicator. States without their own EIA series fall back to their PADD region average. |
| compare_states | Compare current average gasoline prices across up to 10 US states. Useful for "which state has the cheapest gas right now" style queries. |
| get_price_trend | Get the day-by-day gas-price trend for a US state over the last N days (max 30). Returns a time series of daily snapshots. This is a unique capability. Most public gas-price APIs only expose the freshest value, not history. |
| get_gas_prices_by_zip | Get current gas-station prices near a US ZIP code. Returns the top stations sorted by price. CACHE-ONLY: if the ZIP has not been queried recently from the website, returns a hint URL to warm the cache instead of triggering a scrape. Fresh data is typically <24 hours old. |