Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🚆 Travel & Transportation
  3. Gasolineras MCP
Gasolineras MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 1:20:07 PM

Gasolineras MCP

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
fuel-pricesspainopen-datamcp

Queries Spain’s public fuel-price data to find municipalities and list stations ordered by price.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "gregoriofraile-gasolineras-mcp": {
      "command": "uvx",
      "args": [
        "Con"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🚆 More in Travel & Transportation

Overview

The gregoriofraile/gasolineras-mcp MCP server connects an MCP client to Spain’s public fuel-price API. It provides one tool to find a municipality and another to return its petrol stations sorted by price. Use it when an agent needs current Spanish fuel-station pricing without an API key or persistent state. It runs locally over stdio and does not collect telemetry.

Use cases

•Find the cheapest fuel stations in a Spanish municipality
•Look up a municipality before querying its fuel prices
•Ask an MCP client for stations sorted by price
•Connect Claude Desktop to Spain’s public fuel data

Key features

•Searches for Spanish municipalities
•Lists fuel stations by price
•Uses Spain’s public government API
•Runs locally over stdio
•Requires no API key or telemetry

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Gasolineras MCP.

Extracted Tool Capabilities
Searches for Spanish municipalities
Lists fuel stations by price
Uses Spain’s public government API
Runs locally over stdio
Requires no API key or telemetry

How Gasolineras MCP works

What gregoriofraile/gasolineras-mcp MCP server does

The gregoriofraile/gasolineras-mcp MCP server exposes Spanish government fuel-price data to MCP-compatible AI clients. Its purpose is to let an agent answer questions about petrol stations and prices in Spain using public information from the Ministry for the Ecological Transition’s fuel-price API.

The server supports a municipality-based lookup flow. An agent can first identify a municipality, then request the fuel stations associated with it and receive the results ordered by price. This makes it suitable for questions such as finding the least expensive fuel in a particular Spanish municipality.

No API credential is required. The project does not retain user state, personal data, or telemetry according to the supplied documentation.

How it works

The server is a local Python MCP process that the client starts and communicates with over stdio. It does not operate as a centrally installed service. Instead, the MCP client launches the command configured by the user, and the process retrieves public fuel data when the agent invokes a tool.

The documented tools are:

  • buscar_municipio: helps locate a municipality.
  • precios_carburantes: returns stations with prices sorted by price.

The repository describes the server as a thin interface around the Spanish government’s public API. It is useful when the selected AI client cannot directly use a terminal or make the required API requests itself, including Claude Desktop.

Setup and configuration

The recommended installation uses uvx, which downloads and runs the Python package from PyPI:

bash
uvx gasolineras-mcp

Install uv first if it is not already available. For Claude Desktop, add a server entry with uvx as the command and gasolineras-mcp as its argument, then restart the application. Claude Code, Codex CLI, Gemini CLI, and opencode are also documented with client-specific registration examples.

A manual installation is available for users who want to clone the repository. It requires Python 3.10 or newer, after which the package can be installed into a virtual environment with pip install .. The client configuration must then point to the resulting gasolineras-mcp executable.

Tools and capabilities

The gregoriofraile/gasolineras-mcp MCP server provides two documented capabilities:

  • Municipality discovery through buscar_municipio.
  • Price-based station results through precios_carburantes.

Together, these tools support municipality-specific fuel-price searches rather than a general-purpose location or routing service. The available material does not describe fuel types, distance calculations, route planning, historical prices, or booking features.

Limitations and notes

Results depend on the data exposed by the Spanish government’s public fuel-price API. The documentation does not specify update frequency, geographic coverage outside Spain, response fields, or filtering options beyond municipality lookup and price ordering.

After registering the server, start a new client session so the MCP tools are loaded. The README recommends checking the client’s server list and confirming that a request visibly invokes precios_carburantes; otherwise, an AI client may answer without using the server. The project is released under the MIT license and requires no API key, application state, or telemetry configuration.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Travel & Transportation View all alternatives
  • Timetable API Node logoTimetable API Node

    Real-time Lviv (Ukraine) public transport: stop arrivals, live vehicle positions, route geometry, and nearby stop discovery. No API key required.

    🚆 Travel & Transportation2 views
    Compare vs Timetable API Node →
  • Wanderlog MCP logoWanderlog MCP

    MCP server for Wanderlog that lets AI clients read and edit trip itineraries through natural language, including trips, places, notes, hotels, checklists, and date updates.

    🚆 Travel & Transportation3 views
    Compare vs Wanderlog MCP →
  • MCP Server Airbnb logoMCP Server Airbnb

    Provides tools to search Airbnb and get listing details.

    🚆 Travel & Transportation3 views
    Compare vs MCP Server Airbnb →
  • MCP Server Nationalparks logoMCP Server Nationalparks

    National Park Service API integration providing latest information of park details, alerts, visitor centers, campgrounds, and events for U.S. National Parks

    🚆 Travel & Transportation3 views
    Compare vs MCP Server Nationalparks →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

Last commit
1mo ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Gasolineras MCP

Install uv, then run `uvx gasolineras-mcp` or register that command with your MCP client. The repository also documents manual installation from source with Python 3.10 or newer.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGasolineras MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/gregoriofraile-gasolineras-mcp?style=directory)](https://allmcps.com/mcp/gregoriofraile-gasolineras-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/gregoriofraile-gasolineras-mcp"><img src="https://allmcps.com/api/badge/gregoriofraile-gasolineras-mcp?style=directory" alt="Gasolineras MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🚆Travel & Transportation
PricingFree
More technical detailsExpand ▾
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 6, 2026
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 17, 2026
49Quality signal: Fair · 49/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity2/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 16d ago via OSV.dev · Con (PyPI)

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🚆 Travel & Transportation →Best MCP servers for Travel & Transportation →Alternatives to Gasolineras MCP →Install in Claude DesktopInstall in CursorInstall in VS Code