# Segfy — MCP server on 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. By: mcp.ai · official Page: https://mcp.ai/segfy ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_segfy?ms=1785595020000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/segfy/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/segfy/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/segfy/skill.md Postman collection (v2.1): https://mcp.ai/segfy/postman.json ## Tools - 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?" ## Links Docs: https://mcp.ai/docs/mcps/segfy Website: https://mcp.ai/mcps/segfy