Docs

dossaro docs

Research MCP reference

Tools, workflows, source coverage and jurisdiction limits for the dossaro MCP.

Updated 2026-06-26

Connect dossaro to your research workflow

Add dossaro to Claude or ChatGPT and run source-backed register research from your own workspace.

dossaro exposes a read-only Model Context Protocol server for source-backed private-market, company-register and document research. It gives supported agent hosts a stable tool layer for searching registers, resolving entities, listing public documents and parsing readable text where the underlying source allows it.

Endpoint and auth

Use this MCP server URL in supported connector hosts:

text
https://mcp.dossaro.com/mcp

Authentication is OAuth. The connector host opens a dossaro authorization screen, the user signs in, and dossaro grants the host access to the MCP tools for that account. Tool calls are account-scoped and may consume credits or hit subscription limits.

The MCP does not receive the user's ChatGPT or Claude password. Connector setup is controlled by the host, while dossaro controls account authorization, credit limits and source access.

For the full signup, organization, employee join and OAuth approval flow, see Account, organization and OAuth flow.

How agents should use it

Use the MCP as a register evidence layer, not as an autonomous legal or investment decision maker.

For one company:

  1. Call search_entities first, preferably with exact register identifiers when the user provides them.
  2. Keep the returned entityRef. Use it for follow-up calls instead of reconstructing source-native identifiers.
  3. Call get_entity_details for one-hop evidence surfaces such as profile, officers, documents, financials and insolvency.
  4. Call list_documents before parse_document when readable source text is needed.
  5. Keep the returned documentRef. Pass that handle to parse_document instead of rebuilding row keys, publication IDs or register fields.
  6. Treat partial, blocked, unavailable or credential-gated source responses as review reasons, not as negative evidence.

For longlists, use the batch primitives for repeated independent searches, but keep the row composition in the calling agent. render_research_table is for presenting already-researched rows; it does not query registers or validate facts.

Tool reference

GroupToolsUse
Discovery and accountget_capabilities, get_usage_limits, submit_feedbackInspect coverage, source operations, account credits and report source/tool issues.
Entity researchsearch_entities, search_entities_batch, resolve_entity, get_entity_profile, get_entity_detailsFind candidates, normalize one selected result and fetch source-backed profile or detail evidence.
Evidence and documentssearch_evidence, search_evidence_batch, search_relationships, list_documents, list_documents_batch, parse_documentSearch filings/notices/regulatory evidence, list public document refs and parse readable text, OCR or tables where available.
Advanced and outputsource_raw, render_research_tableRun allowlisted source-native inspection operations, or render final agent-composed research rows as a read-only table.

Important limits

  • dossaro is not legal, tax, financial, investment, compliance or official registry advice.
  • The MCP does not synthesize shareholder rows, cap tables, beneficial-ownership conclusions, structured revenue, EBITDA or other financial facts.
  • China core coverage currently means Shenzhen SZCredit only, not national GSXT access or nationwide China register coverage.
  • Relationship surfaces are source-backed one-hop evidence only. Empty officers, PSC/control or relationship arrays must not be treated as proof that no ownership or control relationship exists.
  • Public/free source limits apply. Some registers expose only search/profile data, some documents are paid, login-bound or credential-gated, and some parsers only work for selected public artifacts.
  • source_raw is allowlisted source-native inspection, not arbitrary URL fetching.
  • Parsed text, OCR and tables are evidence aids. Human review is required before relying on source material.

Jurisdiction coverage summary

The coverage overview below shows the default core suite plus promoted extended adapters. Experimental and excluded adapters are not listed here.

Default scope

Core coverage

The sources agents see by default for company, document, filing, regulatory and notice research.

United Kingdom

3 sources

3 src
CompanyDocumentsFilingsInsolvencyRegulatory

Companies House, Gazette and FCA evidence for company, control, notice and regulatory research.

Document parsing is source-dependent.

Germany

4 sources

4 src
CompanyDocumentsFilingsInsolvencyRegulatory

Handelsregister, Unternehmensregister, insolvency notices and BaFin fund or regulatory evidence.

Shareholder relationships require explicit document parsing.

Belgium

2 sources

2 src
CompanyDocumentsFilings

CBE/KBO company profiles, NBB account refs and Belgian Moniteur publication evidence.

Shareholders and beneficial owners are not exposed.

France

3 sources

3 src
CompanyDocumentsFilingsRegulatory

Recherche Entreprises, Data INPI/RNE metadata, BODACC notices and AMF fund evidence.

RNE document parse depends on configured access.

Luxembourg

2 sources

2 src
CompanyRegulatory

LBR/RCS search signals plus CSSF supervised-entity, AIFM and fund relationship evidence.

Normal filing detail is auth-bound in the public-free path.

Switzerland

1 sources

1 src
CompanyDocuments

Zefix company identity, cantonal excerpt links and SOGC/SHAB publication references.

No general shareholder or beneficial-owner data.

Austria

6 sources

6 src
CompanyDocumentsFilingsInsolvencyRegulatory

Firmenbuch, EVI company/publication paths, Ediktsdatei, FMA and GISA evidence.

Paid extracts and WiEReG/UBO are outside public-free coverage.

Poland

1 sources

1 src
CompanyDocuments

KRS company identity, current/full extracts, RAR document refs and register-document evidence.

Financial documents may be source-blocked.

China - Shenzhen

1 sources

1 src
CompanyDocumentsFilings

Shenzhen SZCredit identity, registered-shareholder rows, public-credit and annual-report HTML evidence.

Shenzhen only, not national GSXT coverage.

Promoted suite

Promoted adapters

Validated extended adapters exposed outside the default core scope, separated from experimental or excluded sources.

Liechtenstein

li_handelsregister

LI
CompanyDocuments

Handelsregister profile and Teilauszug-style document evidence.

Legal blocking can apply to some document paths.

France IP

fr_inpi_ip

FR
IP

INPI IP-rights evidence for trademark, patent, design and metadata research.

Some searches can return source-unavailable limitations.

United States

us_iapd

US
Fund adviserDocuments

IAPD adviser relationships, ADV report and adviser-document evidence.

Coverage can be partial or no-result by source.

Latvia

lv_ur

LV
CompanyDocuments

UR public portal evidence for company lookup, documents and ownership research.

Promoted for validated ownership evidence paths.

Czechia

cz_ares

CZ
CompanyFilings

ARES and VR evidence for company lookup, filings and ownership research.

Promoted for validated VR ownership evidence paths.

Greece

gr_gemi

GR
CompanyDocuments

GEMI publicity evidence for company lookup and document roundtrips.

Promoted for validated document evidence paths.

Spain

es_borme

ES
FilingsDocuments

BORME publication evidence for filing and document research.

Register extracts remain paid/account product flows.

Portugal

pt_publicacoes

PT
FilingsDocuments

Publicacoes publication evidence for filing and document research.

Company-file certificates remain account/payment-centered flows.

Use precise prompts that ask for evidence and source trails:

text
Find register evidence for Atlas Beteiligungen GmbH and list source limitations separately.
text
Research this longlist of private companies. For each row, resolve the entity, collect profile, documents, financial publication metadata and insolvency evidence, then render a research table with manual review reasons.