# renda_estimada — MCP server on mcp.ai > Estimated socioeconomic level and income of a person from a CPF, based on income, occupation, and education. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/renda_estimada ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_renda_estimada?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/renda_estimada/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/renda_estimada/ 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/renda_estimada/skill.md Postman collection (v2.1): https://mcp.ai/renda_estimada/postman.json ## Tools - renda_estimada_consultar(CPF: string, completo?: boolean) — Estimativa de nível socioeconômico e renda de uma pessoa física a partir do CPF, com base em renda, ocupação e escolaridade. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito ## Example prompts - "What is the estimated income for CPF 12345678909?" - "Socioeconomic level of CPF 12345678909" ## Links Docs: https://mcp.ai/docs/mcps/renda_estimada Website: https://mcp.ai/mcps/renda_estimada