Skip to main content
Glama

gdebenz-mcp

ロシアのガソリンスタンドでガソリン・軽油を検索するためのMCPサーバー。2つの独立した情報源gdebenz.rugdebenzi.ru — を統合します。これらは、ドライバーによるリアルタイムの書き込みがある燃料在庫のコミュニティマップです。

あなたのAIアシスタント(Claude、Cursor、OpenClawなど)が、次のような質問に答えられるようにします:

「ヒムキの近くで95ガソリンがあるのはどこ?」 「軽油がある最寄りのルクオイルのスタンドはどこ? そこに行列はある?」

両サービスの公開APIを通じて動作します。APIキー不要 — 必要なのはPythonと2つのパッケージだけです。

2つのデータソース

ソース

提供内容

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 Desktopclaude_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)を特定し、上記のように gdebenz エントリをその設定ファイルに追加します(server.py への絶対パスを使用)。

  4. ホスト/アプリケーションを再起動します。

  5. サーバーが表示されることを確認します(OpenClawの場合:openclaw mcp probe gdebenz)。

stdioサーバーで、外部キーは不要です。


機能(9つのツール)

ツール

機能

find_fuel

メイン。 場所の近くで燃料があるスタンド(名前または座標で指定)。フィルター:燃料、ブランド、ステータス、半径、source。距離順にソート。

nearby_stations

地点周辺のスタンド(lat/lon + 半径 + 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