INDIVIDUAL MCP TOOL
get_fuel_prices
Актуальные цены на топливо в России: медианы АИ-92, АИ-95, АИ-98, АИ-100, дизеля и газа.
LIVE ENDPOINT
https://eh-ai.ru/mcp
Connect to this endpoint to inspect the live schema for get_fuel_prices and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ehai-fuel-prices]
url = "https://eh-ai.ru/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ehai-fuel-prices": {
"type": "http",
"url": "https://eh-ai.ru/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ehai-fuel-prices
Remote MCP URL: https://eh-ai.ru/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ehai-fuel-prices": {
"url": "https://eh-ai.ru/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ehai-fuel-prices": {
"type": "http",
"url": "https://eh-ai.ru/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ehai-fuel-prices",
"transport": "streamable-http",
"url": "https://eh-ai.ru/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_regions— Список регионов с ценой АИ-95, отсортированный от дешёвых к дорогим.list_cities— Цены по городам: список городов с медианой АИ-95, от дешёвых к дорогим.get_brand_prices— Цены по сетям АЗС (Газпромнефть, Лукойл и другие) — медианы по каждой сети.get_price_trend— Как менялись цены: динамика медиан по стране за последние дни.