# enriquecimento_lead — how to use (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.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_enriquecimento_lead?ms=1787191380000`
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. `enriquecimento_lead_consultar`).

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

### Endpoints
- `POST https://api.mcp.ai/api/enriquecimento_lead/consultar` — 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
  - body: { Celular: string, Email: string, completo?: boolean }

## Example prompts
- "Enrich the lead with mobile 11999998888 and email john@example.com"
- "Who is the contact for email john@example.com?"

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