# Agger — how to use (mcp.ai)

Agger, multi-quote and management platform for insurance brokers. Connect your account with your Aggilizador login e-mail and password to bring your brokerage into the assistant.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_agger?ms=1785595140000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `agger_list_accounts`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/agger`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/agger/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/agger/list/accounts` — Conta Agger conectada: e-mail do corretor. Confirma qual login está ativo. Use para validar a conexão antes das demais operações.

## Example prompts
- "Which Agger account is connected?"

## More
- Page: https://mcp.ai/agger
- Agent spec (llms.txt): https://mcp.ai/agger/llms.txt
- Postman collection: https://mcp.ai/agger/postman.json
