# apteka-cis

CIS pharmacy aggregator — search medicines, compare prices, and find pharmacies across Kazakhstan, Belarus, Kyrgyzstan, Russia, Ukraine, Georgia, Armenia, and Azerbaijan.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list apteka-health/apteka-cis

# Get full schema for a tool
npx -y @smithery/cli@latest tool get apteka-health/apteka-cis search_by_symptom

# Call a tool
npx -y @smithery/cli@latest tool call apteka-health/apteka-cis search_by_symptom '{}'
```

## Direct MCP Connection

Endpoint: `https://apteka-cis--apteka-health.run.tools`

## Tools (4)

- `search_by_symptom`
- `search_by_product_name`
- `get_medicine_offers`
- `get_nearest_pharmacies`

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