# stm_certidao — MCP server on mcp.ai > Issues the clearance certificate from the Superior Military Court (STM) for a person from the name, CPF, date of birth, and mother's name. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/stm_certidao ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_stm_certidao?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/stm_certidao/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/stm_certidao/ 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/stm_certidao/skill.md Postman collection (v2.1): https://mcp.ai/stm_certidao/postman.json ## Tools - stm_certidao_consultar(Nome: string, CPF: string, DataNascimento: string, NomeMae: string, completo?: boolean) — Emite a certidão negativa do Superior Tribunal Militar (STM) para uma pessoa a partir do nome, CPF, data de nascimento e nome da mãe. Hospedado pela plataforma, sem credenciais, pague por consulta com ## Example prompts - "STM clearance for CPF 12345678909" - "Does CPF 12345678909 have a military court case?" ## Links Docs: https://mcp.ai/docs/mcps/stm_certidao Website: https://mcp.ai/mcps/stm_certidao