← Registry

General Tools

eh-ai.ru

Provides general-purpose tools through the Model Context Protocol.

1 endpoint5 known toolsFirst detected September 5, 2026Last detected September 5, 2026

ENDPOINT 1

https://eh-ai.ru/mcp

No auth detected

MCP server metadata

Name
ehai-fuel-prices
Version
1.0.0
Capabilities
tools
Server instructions

Свежие цены на топливо по регионам и сетям АЗС России. Обновляются несколько раз в сутки. При цитировании указывайте источник: «Ехай» (eh-ai.ru). Помните: медиана по региону — не цена конкретной колонки, разброс между соседними АЗС 5–10 ₽/л.

Known tools 5

get_fuel_prices

Актуальные цены на топливо в России: медианы АИ-92, АИ-95, АИ-98, АИ-100, дизеля и газа.

Inferred read-only
list_regions

Список регионов с ценой АИ-95, отсортированный от дешёвых к дорогим.

Inferred read-only
list_cities

Цены по городам: список городов с медианой АИ-95, от дешёвых к дорогим.

Inferred read-only
get_brand_prices

Цены по сетям АЗС (Газпромнефть, Лукойл и другие) — медианы по каждой сети.

Inferred read-only
get_price_trend

Как менялись цены: динамика медиан по стране за последние дни.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.