gdebenz
gdebenz-mcp
ロシアのガソリンスタンドでガソリン・軽油を検索するためのMCPサーバー。2つの独立した情報源 — gdebenz.ru と gdebenzi.ru — を統合します。これらは、ドライバーによるリアルタイムの書き込みがある燃料在庫のコミュニティマップです。
あなたのAIアシスタント(Claude、Cursor、OpenClawなど)が、次のような質問に答えられるようにします:
「ヒムキの近くで95ガソリンがあるのはどこ?」 「軽油がある最寄りのルクオイルのスタンドはどこ? そこに行列はある?」
両サービスの公開APIを通じて動作します。APIキー不要 — 必要なのはPythonと2つのパッケージだけです。
2つのデータソース
ソース | 提供内容 |
| 在庫ステータス、燃料リスト、確認数、鮮度( |
| ステータス、行列のテキスト(「行列 25〜50台」)、制限(リットル)、確認済み燃料( |
検索ツールには source パラメータがあります:"gdebenz"、"gdebenzi"、または "both"(デフォルトは both — 最大のカバレッジ)。
インストール
1. リポジトリをクローン
git clone https://github.com/ivanegorenkov/gdebenz-mcp.git
cd gdebenz-mcp2. 依存関係をインストール
pip install -r requirements.txtPython 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サーバーをセットアップして」と頼んだ場合、次の手順を実行します:
git clone https://github.com/ivanegorenkov/gdebenz-mcp.gitcd gdebenz-mcp && pip install -r requirements.txtユーザーのMCPホスト(Claude Desktop / Cursor / OpenClaw)を特定し、上記のように
gdebenzエントリをその設定ファイルに追加します(server.pyへの絶対パスを使用)。ホスト/アプリケーションを再起動します。
サーバーが表示されることを確認します(OpenClawの場合:
openclaw mcp probe gdebenz)。
stdioサーバーで、外部キーは不要です。
機能(9つのツール)
ツール | 機能 |
| メイン。 場所の近くで燃料があるスタンド(名前または座標で指定)。フィルター:燃料、ブランド、ステータス、半径、 |
| 地点周辺のスタンド(lat/lon + 半径 + |
| エリア内のスタンド + 価格(bbox + |
| 名前/住所でスタンドを検索。 |
| 場所の名前 → 座標。 |
| IPによる現在地。 |
| 座標による都市。 |
| 燃料グレード:92 / 95 / 98 / 100 / 軽油。 |
| よくあるガソリンスタンドチェーン(フィルターは任意の文字列を受け付けます)。 |
アシスタントへのリクエスト例: 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_at、confirmations、confidence(0..1);gdebenzi ではlast_mark(書き込み時刻)、confidence_pct、marks、reports。両ソースともage_minutesとfreshness(「たった今」、「3時間前」)を返します。行列/制限(gdebenzi):
queue(「行列 25〜50台」)、limits(グレードごとのリットル制限)。価格:gdebenz では
prices_now[fuel].t(価格レポートの時刻);gdebenzi ではprices(キー:ai92/ai95/ai98/ai100/dt/gas)とregional_prices(地域平均)。
API(データの取得元)
gdebenz.ru
エンドポイント | 用途 |
| 地点周辺のスタンド |
| bbox内のスタンド + 価格 |
| テキスト検索 |
| ジオコーディング |
| IPによる位置情報 |
| 座標による都市 |
gdebenzi.ru
エンドポイント | 用途 |
| bbox内のスタンド(ステータス、行列、制限、価格、書き込み) |
ライセンス
MIT
This server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityCmaintenanceEnables 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
- 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
- AlicenseNot gradedqualityDmaintenanceEnables querying global EV charging station data from Open Charge Map through natural language, accessing real-time station information via the Pipeworx gateway.8MIT
- FlicenseAqualityDmaintenanceProvides map services such as geocoding, POI search, and route planning through the Amap API, enabling AI applications to interact with map data via natural language.12
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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