Skip to main content
Glama

gdebenz-mcp

用于搜索俄罗斯加油站汽油和柴油的MCP服务器。整合了两个独立信源——gdebenz.rugdebenzi.ru——即由驾驶员实时标记的民间燃料供应地图。

它可以让您的AI助手(Claude、Cursor、OpenClaw等)回答诸如以下问题:

「希姆基附近哪里能加到95号汽油?」 「最近的卢克石油加油站在哪,有柴油吗,排队吗?」

通过两个服务的公开API运行。无需API密钥——只需要Python和两个包。

两个数据源

信源

提供内容

gdebenz

供应状态、燃料列表、确认次数、新鲜度(last_at)、置信度、价格

gdebenzi

状态、排队文本(「排队25–50辆车」)、限购(升)、已确认的燃料(fuels_yes/no)、区域平均价格、标记/报告

搜索工具带有 source 参数:"gdebenz""gdebenzi""both"(默认 both——覆盖面最大化)。


安装

1. 克隆仓库

git clone https://github.com/ivanegorenkov/gdebenz-mcp.git
cd gdebenz-mcp

2. 安装依赖

pip install -r requirements.txt

需要Python 3.10+。

3. 将服务器连接到您的助手

Claude Desktop — 打开/创建 claude_desktop_config.json

{
  "mcpServers": {
    "gdebenz": {
      "command": "python3",
      "args": ["/АБСОЛЮТНЫЙ/ПУТЬ/gdebenz-mcp/server.py"]
    }
  }
}

Cursor — 在项目的 .cursor/mcp.json 中(或全局 ~/.cursor/mcp.json):

{
  "mcpServers": {
    "gdebenz": {
      "command": "python3",
      "args": ["/АБСОЛЮТНЫЙ/ПУТЬ/gdebenz-mcp/server.py"]
    }
  }
}

OpenClaw

openclaw mcp add gdebenz --command python3 --arg /АБСОЛЮТНЫЙ/ПУТЬ/gdebenz-mcp/server.py

⚠️ 请将 /绝对/路径/ 替换为克隆仓库的实际路径(可以在文件夹内用 pwd 命令查看)。


Related MCP server: opinet-mcp

面向AI代理的说明

如果用户要求「安装这个MCP服务器」——请执行以下操作:

  1. git clone https://github.com/ivanegorenkov/gdebenz-mcp.git

  2. cd gdebenz-mcp && pip install -r requirements.txt

  3. 确定用户的MCP宿主(Claude Desktop / Cursor / OpenClaw),按照上述方式(使用指向 server.py 的绝对路径)将 gdebenz 条目添加到其配置中。

  4. 重启宿主/应用程序。

  5. 确认服务器可见(在OpenClaw中:openclaw mcp probe gdebenz)。

服务器采用stdio,无需外部密钥。


功能(9个工具)

工具

功能

find_fuel

主要工具。 附近有燃料的加油站(按名称或坐标)。筛选条件:燃料、连锁品牌、状态、半径、source。按距离排序。

nearby_stations

某点周围的加油站(经纬度 + 半径 + source)。

stations_with_prices

区域内的加油站及其价格(bbox + source)。

search_stations

按名称/地址搜索加油站。

resolve_location

地点名称 → 坐标。

get_geoip_location

通过IP获取我的位置。

get_city_by_coords

按坐标获取城市。

list_fuels

燃料标号:92 / 95 / 98 / 100 / 柴油。

list_brands

常见加油站连锁(过滤器接受任意字符串)。

向助手发起请求的示例: find_fuel(location="希姆基", fuel="95", brand="卢克石油", source="both")

语义

  • 燃料92, 95, 98, 100, 柴油。gdebenz中为fuels_now(逗号分隔的字符串);gdebenzi中为fuels_yes / fuels_no / fuels_maybe(俄语名称数组,例如["АИ-95", "ДТ"])。

  • 状态yes — 有货,queue — 有货/排队,low — 少量,no — 无货,unknown — 未知,changing — 更新中,dtonly — 仅柴油。

  • 时效性:gdebenz — last_atconfirmationsconfidence(0..1);gdebenzi — last_mark(标记时间)、confidence_pctmarksreports。两个来源都返回 age_minutesfreshness(「刚刚」「3小时前」)。

  • 排队/限购(gdebenzi):queue(「排队25–50辆车」)、limits(每种燃料的限购升数)。

  • 价格:gdebenz — prices_now[fuel].t(价格报告时间);gdebenzi — prices(键为 ai92/ai95/ai98/ai100/dt/gas)和 regional_prices(区域均价)。

API(数据来源)

gdebenz.ru

接口

用途

GET /api/nearby?lat=&lon=&radius_km=

点周围的站点

GET /api/stations?lat1=&lon1=&lat2=&lon2=

bbox内的站点 + 价格

GET /api/search?q=

文本搜索

GET /api/cities?q=

地理编码

GET /api/geoip

按IP定位

GET /api/reverse-city?lat=&lon=

按坐标获取城市

gdebenzi.ru

接口

用途

GET /api/stations.php?bbox=lon1,lat1,lon2,lat2

bbox内的站点(状态、排队、限购、价格)

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables location-aware AI agents to search for nearby places, get detailed place information including hours and ratings, and calculate routes with turn-by-turn directions using Google Maps APIs.
    21
  • A
    license
    A
    quality
    D
    maintenance
    Provides 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

View all related MCP servers

Related MCP Connectors

  • Live Google Maps business search, review, and photo data for AI agents over MCP.

  • Find EV charging stations, detail, and reliability check-ins via the global Open Charge Map.

  • Vanlife & RV travel data. Fuel, weather, currency, events, news. https://openvan.camp/en/developers

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ivanegorenkov/gdebenz-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server