Gas and fuel prices by station and area, as structured data via a hosted MCP server.
Gas and fuel prices by station and area, as structured data via a hosted MCP server. The fuel mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 1 defined tool rather than through you.
The Fuel Prices API returns live, crowd-reported gas station prices and station metadata for any US location (with some Canadian coverage) as clean, structured JSON. Search by ZIP code, city name, or GPS coordinates and get one record per station: name, full address, distance from your search point, cash and credit prices with posting timestamps, price unit, and ratings. Choose the fuel type (regular, midgrade, premium, diesel, E85, or unleaded 88) and filter by data freshness.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Everything the assistant can do here goes through one of these:
Prerequisites — 1. Clone the repository bash git clone https://github.com/johnisanerd/Apify-Fuel-Prices-Scraper.git cd Apify-Fuel-Prices-ScraperYou will need 2 environment variables: APIFY_API_TOKEN, YOUR_APIFY_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Fuel's toolset — Prerequisites — is a fair guide to whether it matches your workflow. It is maintained by johnisanerd; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Fuel's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Prerequisites | 1. **Clone the repository** bash git clone https://github.com/johnisanerd/Apify-Fuel-Prices-Scraper.git cd Apify-Fuel-Prices-Scraper |
| Variable | Description | Required |
|---|---|---|
| APIFY_API_TOKEN | Credential the server authenticates with. | Yes |
| YOUR_APIFY_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.