dossaro docs
Research MCP reference
Tools, workflows, source coverage and jurisdiction limits for the dossaro MCP.
Updated 2026-06-26
On this page
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:
https://mcp.dossaro.com/mcpAuthentication 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:
- Call
search_entitiesfirst, preferably with exact register identifiers when the user provides them. - Keep the returned
entityRef. Use it for follow-up calls instead of reconstructing source-native identifiers. - Call
get_entity_detailsfor one-hop evidence surfaces such asprofile,officers,documents,financialsandinsolvency. - Call
list_documentsbeforeparse_documentwhen readable source text is needed. - Keep the returned
documentRef. Pass that handle toparse_documentinstead of rebuilding row keys, publication IDs or register fields. - 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
| Group | Tools | Use |
|---|---|---|
| Discovery and account | get_capabilities, get_usage_limits, submit_feedback | Inspect coverage, source operations, account credits and report source/tool issues. |
| Entity research | search_entities, search_entities_batch, resolve_entity, get_entity_profile, get_entity_details | Find candidates, normalize one selected result and fetch source-backed profile or detail evidence. |
| Evidence and documents | search_evidence, search_evidence_batch, search_relationships, list_documents, list_documents_batch, parse_document | Search filings/notices/regulatory evidence, list public document refs and parse readable text, OCR or tables where available. |
| Advanced and output | source_raw, render_research_table | Run 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_rawis 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
Companies House, Gazette and FCA evidence for company, control, notice and regulatory research.
Document parsing is source-dependent.
Germany
4 sources
Handelsregister, Unternehmensregister, insolvency notices and BaFin fund or regulatory evidence.
Shareholder relationships require explicit document parsing.
Belgium
2 sources
CBE/KBO company profiles, NBB account refs and Belgian Moniteur publication evidence.
Shareholders and beneficial owners are not exposed.
France
3 sources
Recherche Entreprises, Data INPI/RNE metadata, BODACC notices and AMF fund evidence.
RNE document parse depends on configured access.
Luxembourg
2 sources
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
Zefix company identity, cantonal excerpt links and SOGC/SHAB publication references.
No general shareholder or beneficial-owner data.
Austria
6 sources
Firmenbuch, EVI company/publication paths, Ediktsdatei, FMA and GISA evidence.
Paid extracts and WiEReG/UBO are outside public-free coverage.
Poland
1 sources
KRS company identity, current/full extracts, RAR document refs and register-document evidence.
Financial documents may be source-blocked.
China - Shenzhen
1 sources
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
Handelsregister profile and Teilauszug-style document evidence.
Legal blocking can apply to some document paths.
France IP
fr_inpi_ip
INPI IP-rights evidence for trademark, patent, design and metadata research.
Some searches can return source-unavailable limitations.
United States
us_iapd
IAPD adviser relationships, ADV report and adviser-document evidence.
Coverage can be partial or no-result by source.
Latvia
lv_ur
UR public portal evidence for company lookup, documents and ownership research.
Promoted for validated ownership evidence paths.
Czechia
cz_ares
ARES and VR evidence for company lookup, filings and ownership research.
Promoted for validated VR ownership evidence paths.
Greece
gr_gemi
GEMI publicity evidence for company lookup and document roundtrips.
Promoted for validated document evidence paths.
Spain
es_borme
BORME publication evidence for filing and document research.
Register extracts remain paid/account product flows.
Portugal
pt_publicacoes
Publicacoes publication evidence for filing and document research.
Company-file certificates remain account/payment-centered flows.
Recommended prompts
Use precise prompts that ask for evidence and source trails:
Find register evidence for Atlas Beteiligungen GmbH and list source limitations separately.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.