{
  "info": {
    "name": "Investigação Cadastral — mcp.ai",
    "description": "REST API for the Investigação Cadastral 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/investigacao",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "investigacao_aml",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/aml",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "aml"
          ]
        },
        "description": "Rede de vínculos societários para prevenção à lavagem de dinheiro, por CPF.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"CPF\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "investigacao_beneficiario_final",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/beneficiario/final",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "beneficiario",
            "final"
          ]
        },
        "description": "Beneficiário final (UBO) de uma empresa ou pessoa.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"CNPJ\": \"\",\n  \"CPF\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "investigacao_beneficios_sociais",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/beneficios/sociais",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "beneficios",
            "sociais"
          ]
        },
        "description": "Benefícios sociais recebidos por um CPF (Bolsa Família, BPC, etc.).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"CPF\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "investigacao_cnh",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cnh",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cnh"
          ]
        },
        "description": "Dados da CNH (Carteira Nacional de Habilitação) por CPF.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"CPF\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "investigacao_enriquecimento",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/enriquecimento",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "enriquecimento"
          ]
        },
        "description": "Descobre a pessoa por trás de um celular e/ou email (enriquecimento reverso).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"CELULAR\": \"\",\n  \"EMAIL\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "investigacao_historico_veicular",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/historico/veicular",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "historico",
            "veicular"
          ]
        },
        "description": "Histórico veicular (SP) por CPF ou CNPJ.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"CPF\": \"\",\n  \"CNPJ\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "investigacao_localizacao",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/localizacao",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "localizacao"
          ]
        },
        "description": "Localização de uma pessoa (nome, endereço, telefone, email).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"CPF\": \"\",\n  \"NAME\": \"\",\n  \"SURNAME\": \"\",\n  \"DOB\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "investigacao_obito",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/obito",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "obito"
          ]
        },
        "description": "Verificação de óbito por CPF.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"CPF\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "investigacao_participacoes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/participacoes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "participacoes"
          ]
        },
        "description": "QSA + participações societárias de um CNPJ (sócios e empresas ligadas).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"CNPJ\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "investigacao_pessoa_fisica",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pessoa/fisica",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pessoa",
            "fisica"
          ]
        },
        "description": "Dados cadastrais completos de um CPF: nome, contato (telefone/email), endereço, renda estimada e faixa salarial.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"CPF\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "investigacao_pessoa_juridica",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pessoa/juridica",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pessoa",
            "juridica"
          ]
        },
        "description": "Dados cadastrais completos de um CNPJ.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"CNPJ\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "investigacao_pis",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pis",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pis"
          ]
        },
        "description": "PIS vinculado a um CPF.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"CPF\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "investigacao_prf_infracoes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/prf/infracoes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "prf",
            "infracoes"
          ]
        },
        "description": "Infrações da Polícia Rodoviária Federal por placa + RENAVAM.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"PLACA\": \"\",\n  \"RENAVAM\": \"\",\n  \"TIPO\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "investigacao_propriedade_veicular",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/propriedade/veicular",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "propriedade",
            "veicular"
          ]
        },
        "description": "Veículos no nome de uma pessoa ou empresa (frota) por CPF/CNPJ.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"CPF\": \"\",\n  \"CNPJ\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "investigacao_renda",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/renda",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "renda"
          ]
        },
        "description": "Nível socioeconômico e renda estimada de um CPF.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"CPF\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "investigacao_situacao_eleitoral",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/situacao/eleitoral",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "situacao",
            "eleitoral"
          ]
        },
        "description": "Situação eleitoral de uma pessoa (TSE).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"NOME\": \"\",\n  \"CPF\": \"\",\n  \"NUMEROTITULOELEITORAL\": \"\",\n  \"DATANASCIMENTO\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "investigacao_titulo_eleitoral",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/titulo/eleitoral",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "titulo",
            "eleitoral"
          ]
        },
        "description": "Título e local de votação (TSE).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"NOME\": \"\",\n  \"CPF\": \"\",\n  \"NUMEROTITULOELEITORAL\": \"\",\n  \"DATANASCIMENTO\": \"\",\n  \"NOMEMAE\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "investigacao_veiculo_placa",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/veiculo/placa",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "veiculo",
            "placa"
          ]
        },
        "description": "Dados e débitos de um veículo pela placa (não exige RENAVAM).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"PLACA\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "investigacao_vinculo_empregaticio",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vinculo/empregaticio",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vinculo",
            "empregaticio"
          ]
        },
        "description": "Vínculos empregatícios.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"CNPJ\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "investigacao_vinculos_societarios",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/vinculos/societarios",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "vinculos",
            "societarios"
          ]
        },
        "description": "Vínculos/relacionamentos societários de uma pessoa ou empresa.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"CNPJ\": \"\",\n  \"CPF\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}