{
  "info": {
    "name": "OpenRegister — mcp.ai",
    "description": "REST API for the OpenRegister 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/open_register",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "open_register_get_company_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/company/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "company",
            "data"
          ]
        },
        "description": "Read one company profile, financials, historical ownership, holdings, current owners, or UBOs. Operations cost 10-25 credits; realtime profile/owners cost 20 credits. Historical ownership polls only a",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"export\": false,\n  \"realtime\": false,\n  \"data_type\": \"\",\n  \"company_id\": \"\",\n  \"best_available\": false,\n  \"wait_for_completion\": false,\n  \"poll_timeout_seconds\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "open_register_get_credit_usage",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/credit/usage",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "credit",
            "usage"
          ]
        },
        "description": "Check the connected OpenRegister account's plan, included and used credits, remaining balance, overage, and reset time. This request costs 0 credits.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "open_register_get_document",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/document",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "document"
          ]
        },
        "description": "Fetch an official Handelsregister document in real time for a company or retrieve a stored document by ID. Each request costs 10 credits. The tool returns document metadata and an ephemeral URL withou",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"company_id\": \"\",\n  \"document_id\": \"\",\n  \"document_source\": \"\",\n  \"document_category\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "open_register_get_insolvency",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/insolvency",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "insolvency"
          ]
        },
        "description": "Get one insolvency proceeding and its complete published event history, including linked entities, status, court, case dates, administration, distributions, and event-specific details. Costs 10 OpenRe",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"insolvency_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "open_register_get_person_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/person/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "person",
            "data"
          ]
        },
        "description": "Read a person's profile and management positions or the companies in which they hold ownership stakes. Each request costs 10 credits.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"data_type\": \"\",\n  \"person_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "open_register_list_monitors",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/monitors",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "monitors"
          ]
        },
        "description": "List every company and person monitor for the connected OpenRegister account, including disabled monitors. This unpaginated read costs zero credits and was verified as available on a free account. It ",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "open_register_lookup_company_by_url",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lookup/company/by/url",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lookup",
            "company",
            "by",
            "url"
          ]
        },
        "description": "Resolve a fully qualified company website URL to its OpenRegister company ID and available contact details. Each lookup costs 10 credits.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "open_register_search_companies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/companies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "companies"
          ]
        },
        "description": "Find companies by name or structured criteria. Use autocomplete for a fast 1-credit lookup, or advanced search for filters, location, and paginated results at 10 credits per page.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\",\n  \"filters\": \"\",\n  \"location\": {},\n  \"per_page\": 0,\n  \"next_cursor\": \"\",\n  \"search_mode\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "open_register_search_insolvencies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/insolvencies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "insolvencies"
          ]
        },
        "description": "Search German insolvency proceedings by free text or structured debtor, proceeding, status, date, company, or person criteria. Returns one page at a time; each page costs 10 OpenRegister credits.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\",\n  \"filters\": \"\",\n  \"per_page\": 0,\n  \"next_cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "open_register_search_people",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/people",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "people"
          ]
        },
        "description": "Search natural persons by name, birth date, city, or active status. Each returned page costs 10 credits.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\",\n  \"filters\": \"\",\n  \"per_page\": 0,\n  \"next_cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}