# Yandex (verified)

Yandex is a Russian internet services provider offering search, email, navigation, and other web-based solutions, often referred to as “Russia’s Google”

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add yandex

# Browse available tools
npx -y @smithery/cli@latest tool list yandex

# Get full schema for a tool
npx -y @smithery/cli@latest tool get yandex YANDEX_GEOCODER_REVERSE

# Call a tool
npx -y @smithery/cli@latest tool call yandex YANDEX_GEOCODER_REVERSE '{}'
```

## Direct MCP Connection

Endpoint: `https://yandex.run.tools`

## Tools (4)

- `YANDEX_GEOCODER_REVERSE` — Tool to perform reverse geocoding using Yandex Maps HTTP Geocoder API.
- `YANDEX_ORGANIZATION_SEARCH` — Tool to find businesses and organizations by name, address, or TIN. Use when you need to search for companies in a spec…
- `YANDEX_ROUTE` — Tool to generate detailed route for driving, walking, or public transport. Use when planning a route between specified …
- `YANDEX_TILES` — Tool to fetch individual map tile images by x/y coordinates and zoom level. Use after calculating tile indices for cust…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get yandex <tool-name>
```
