# Yandex — MCP server on mcp.ai > Yandex is a Russian internet services provider offering search, email, navigation, and other web-based solutions, often referred to as “Russia’s Google” By: mcp.ai · official Page: https://mcp.ai/yandex ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_yandex?ms=1781542800000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/yandex/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/yandex/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/yandex/skill.md Postman collection (v2.1): https://mcp.ai/yandex/postman.json ## Tools - yandex_organization_search(ll?: string, spn?: string, uri?: string, bbox?: string, lang: string, rspn?: boolean, skip?: integer, text: string, type?: string, apikey: string, results?: integer) — Tool to find businesses and organizations by name, address, or tin. use when you need to search for companies in a specific region or text query. - yandex_yandex_geocoder_reverse(kind?: string, lang?: string, apikey: string, format?: string, latitude: number, longitude: number) — Tool to perform reverse geocoding using yandex maps http geocoder api. - yandex_yandex_route(mode?: string, width?: number, apikey: string, height?: number, length?: number, levels?: string, weight?: number, payload?: number, traffic?: string, eco_class?: integer, waypoints: string, max_weight?: number, avoid_tolls?: boolean, avoid_zones?: string[], axle_weight?: number, has_trailer?: boolean, departure_time?: integer) — Tool to generate detailed route for driving, walking, or public transport. use when planning a route between specified geographic points. - yandex_yandex_tiles(l: string, x: integer, y: integer, z: integer, lang: string, scale?: number, apikey: string, maptype?: string, projection?: string) — Tool to fetch individual map tile images by x/y coordinates and zoom level. use after calculating tile indices for custom map rendering. ## Links Docs: https://mcp.ai/docs/mcps/yandex Website: https://mcp.ai/mcps/yandex