{
  "info": {
    "name": "jucesp_nire_socio — mcp.ai",
    "description": "REST API for the jucesp_nire_socio 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/jucesp_nire_socio",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "jucesp_nire_socio_consultar",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/consultar",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "consultar"
          ]
        },
        "description": "Encontra empresas na JUCESP a partir de um sócio (nome, CPF ou CNPJ), retornando o NIRE de cada participação. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consu",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"login_cpf\": \"\",\n  \"login_senha\": \"\",\n  \"pkcs12_cert\": \"\",\n  \"pkcs12_pass\": \"\",\n  \"socio_nome\": \"\",\n  \"socio_cpf\": \"\",\n  \"socio_cnpj\": \"\",\n  \"inclui_inativas\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}