# Zuplo

Retrieve insurance profiles on demand to enrich customer workflows. Access up-to-date account details securely and quickly. Simplify profile lookups across your systems.

## Quick Start

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

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

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

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

## Direct MCP Connection

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

## Tools (1)

- `retrieveInsProfile` — Authenticate using headers:

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