# enriquecimento_lead — MCP server on mcp.ai > Enriches a contact from a mobile number and email, returning the associated registration data. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/enriquecimento_lead ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_enriquecimento_lead?ms=1787191380000 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/enriquecimento_lead/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/enriquecimento_lead/ 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/enriquecimento_lead/skill.md Postman collection (v2.1): https://mcp.ai/enriquecimento_lead/postman.json ## Tools - enriquecimento_lead_consultar(Celular: string, Email: string, completo?: boolean) — Enriquece um contato a partir do celular e do email, retornando os dados cadastrais associados. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação ## Example prompts - "Enrich the lead with mobile 11999998888 and email john@example.com" - "Who is the contact for email john@example.com?" ## Links Docs: https://mcp.ai/docs/mcps/enriquecimento_lead Website: https://mcp.ai/mcps/enriquecimento_lead