# Segfy — how to use (mcp.ai)

Segfy, multi-quote and management platform for insurance brokers. Connect your account with your Segfy 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_segfy?ms=1785594960000`
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. `segfy_list_accounts`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/segfy`
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/segfy/_endpoints`

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

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

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