fuel-map-mcp
Related Servers
Alternatives to fuel-map-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceProvides access to Korea Petroleum Corporation's Opinet fuel price API for South Korea. Enables querying of current national and regional fuel averages, recent price trends, lowest-price stations, and nearby gas station details through natural language.MIT
- FlicenseAqualityCmaintenanceProvides destination-based public parking lot recommendations in Seoul. It converts destinations to coordinates, finds nearby public parking lots, and estimates wait times using real-time availability and historical statistics.6-
- FlicenseNot gradedqualityCmaintenanceEnables to generate day trip itineraries in Korea using real-time public data from Korea Tourism Organization, weather, and congestion APIs.-
- FlicenseNot gradedqualityDmaintenancePlans meetups with driving-time-balanced area suggestions and place recommendations using Kakao Local and Mobility APIs.-
- AlicenseAqualityDmaintenanceIntegrates Korean APIs (Naver, Kakao, TMAP) into LLM applications for search, maps, and directions.110MIT
- AlicenseNot gradedqualityDmaintenancekakao navigation mcp server using kakao mobility & kakao map api11MIT
TDQS
Scored across 3 tools
The three tools have distinct purposes: route retrieval, station search near a point, and station search along a route. The two station-finding tools could be momentarily confused, but the 'nearby' vs 'on_route' naming and the differing required arguments (location vs origin/destination) clearly delineate them.
Naming is mixed: 'get_route' uses a verb_noun pattern, while the other two are long descriptive phrases starting with 'find_'. The inconsistency is readable but breaks a predictable convention.
Three tools is borderline thin for a fuel-mapping service. It covers core needs, but adding tools like price alerts or station details would likely be expected.
The surface covers route retrieval and finding cheap stations both nearby and along a route. Missing are operations like getting station details, user preferences, or fuel price trends, but the core workflow is complete.