# OpenRegistry (verified)

Real-time direct access to unmodified data and raw filings of 30 official government registries via MCP.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add sophymarine/openregistry

# Browse available tools
npx -y smithery tool list sophymarine/openregistry

# Get full schema for a tool
npx -y smithery tool get sophymarine/openregistry list_jurisdictions

# Call a tool
npx -y smithery tool call sophymarine/openregistry list_jurisdictions '{}'
```

## Direct MCP Connection

Endpoint: `https://openregistry--sophymarine.run.tools`

**Optional config:**
- `apiKey` (query) — Optional Bearer API key for higher rate limits and paid-tier features. Leave empty to use the free anonymous tier. Get a key at https://openregistry.sophymarine.com/pricing

## Tools (10)

- `list_jurisdictions` — Per-country reference. Pass EXACTLY ONE of:
- `search_companies` — Search a national company registry by name or keyword. Pass EXACTLY ONE of:
- `search_officers` — Find people holding or who held officer positions (director, secretary, member, partner) in a jurisdiction's registry b…
- `get_company_profile` — Fetch the structured profile of a company by its registry-specific ID. Returns unified top-level fields (company_id, co…
- `list_filings` — Return a company's filing history, newest first. Each filing has `filing_id`, `filing_date`, `category`, `description`,…
- `get_shareholders` — Return the shareholders / members / quota-holders — the legal-statutory equity roster published by the registry, no own…
- `get_officers` — Return a company's officers — current directors, secretaries, members, partners, board members, procurists, liquidators…
- `get_document_metadata` — Retrieve metadata for a filing document by `document_id` (from `list_filings`). Returns available content formats with …
- `fetch_document` — Read a filing's content by `document_id` (from `list_filings`). Filing metadata alone doesn't answer most questions — t…
- `get_document_navigation` — Return a navigation index for a cached document: PDF outline / bookmarks, per-page text previews (~200 chars each), key…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get sophymarine/openregistry <tool-name>
```

## Prompts (5)

- `company_profile` (company_name_or_id, jurisdiction) — Profile, directors, shareholders, charges for one company. Live direct-to-registry; every field source-linked.
- `read_filing` (company_name_or_id, jurisdiction, category) — Pull a specific filing (accounts, annual return, charge, etc.) and extract its contents. iXBRL / PDF / XML supported.
- `industry_scan` (industry_keywords, jurisdictions, active_only) — Find companies in an industry across one or more national registries. Returns live registry candidates, optionally enri…
- `director_search` (person_name, jurisdiction_hint) — Find a person across one or more national officer registers. Returns current officer matches with disambiguation.
- `filing_monitor` (company_name_or_id, jurisdiction, days) — Scan recent filings for a company and surface material events (officers, charges, capital, insolvency).

---

License: Apache-2.0
