{
  "info": {
    "name": "cadin_estadual — mcp.ai",
    "description": "REST API for the cadin_estadual 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/cadin_estadual",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "cadin_estadual_consultar",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/consultar",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "consultar"
          ]
        },
        "description": "Situação de um CPF ou CNPJ no Cadastro Informativo de Inadimplência (CADIN) das secretarias estaduais de fazenda, por UF. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"Cpf\": \"\",\n  \"Cnpj\": \"\",\n  \"Uf\": \"\",\n  \"completo\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}