# Consulta de Radar (PSIE/Inmetro) — MCP server on mcp.ai > Look up the metrological status of a city's speed cameras and breathalyzers in Inmetro's official records (PSIE), the same data a citizen accesses: serial number, direction, nominal speed, operator, location, validity date and verification result (approved, failed or repaired). Useful to check whether the speed camera behind a fine was approved and within validity on the ticket date. Platform-hosted, no credentials, pay per query with prepaid credit. By: mcp.ai · official Page: https://mcp.ai/psie ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_psie?ms=1786764840000 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/psie/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/psie/ 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/psie/skill.md Postman collection (v2.1): https://mcp.ai/psie/postman.json ## Tools - psie_consulta_municipio(uf: string, municipio: string, tipo?: integer) — Lista os instrumentos do Inmetro (radares/medidores de velocidade por padrão) de um município e a situação metrológica de cada um: Nº de Série, Sentido, Vel. Nominal, Responsável, Local, Data da Decla ## Example prompts - "Are the speed cameras in Tibagi/PR approved by Inmetro? Any that failed?" - "I got a speed-camera ticket in Curitiba/PR. Check if the device was within validity." - "List the speed meters in city X and each one's verification result." ## Links Docs: https://mcp.ai/docs/mcps/psie Website: https://mcp.ai/mcps/psie