# Greek Insurance Registry

Locate and verify insurance intermediaries registered in Greece using various search parameters. Retrieve detailed professional information through VAT numbers, registration codes, or geographic loca…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list christos/eoa-intermediaries

# Get full schema for a tool
npx -y @smithery/cli@latest tool get christos/eoa-intermediaries search_intermediaries

# Call a tool
npx -y @smithery/cli@latest tool call christos/eoa-intermediaries search_intermediaries '{}'
```

## Direct MCP Connection

Endpoint: `https://eoa-intermediaries--christos.run.tools`

## Tools (5)

- `search_intermediaries` — Search Greek insurance intermediaries by query and filters (name, VAT, GEMI, categories, license status, legal type, et…
- `get_intermediary_by_vat` — Get a single insurance intermediary by VAT number (9 digits)
- `get_intermediary_by_gemi` — Get a single insurance intermediary by GEMI registration number
- `search_intermediaries_in_bbox` — Search insurance intermediaries within a geographic bounding box (latitude/longitude bounds)
- `list_legal_types` — Return the mapping of legal type IDs to Greek descriptions. No inputs.

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