# identidade_ar — MCP server on mcp.ai > Verifies a person's identity in Argentina by matching the provided data (DNI, name, birth, address). Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/identidade_ar ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_identidade_ar?ms=1787191800000 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/identidade_ar/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/identidade_ar/ 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/identidade_ar/skill.md Postman collection (v2.1): https://mcp.ai/identidade_ar/postman.json ## Tools - identidade_ar_consultar(DNI: string, Name: string, Surname: string, DOB: string, Address: string, City: string, State: string, PostCode: string, Phone: string, Country: string, completo?: boolean) — Verifica a identidade de uma pessoa na Argentina confrontando os dados informados (DNI, nome, nascimento e endereço). Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pag ## Example prompts - "Do the data for DNI 12345678 match the holder?" - "Verify the identity of DNI 12345678" ## Links Docs: https://mcp.ai/docs/mcps/identidade_ar Website: https://mcp.ai/mcps/identidade_ar