{
  "info": {
    "name": "Consulta de Radar (PSIE/Inmetro) — mcp.ai",
    "description": "REST API for the Consulta de Radar (PSIE/Inmetro) MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/psie",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "psie_consulta_municipio",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/consulta/municipio",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "consulta",
            "municipio"
          ]
        },
        "description": "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",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"uf\": \"\",\n  \"municipio\": \"\",\n  \"tipo\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}