handelsregister-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HANDELSREGISTER_OCR | No | OCR for scanned PDFs: auto (only when the text layer is empty), always, or off. | auto |
| HANDELSREGISTER_OCR_LANG | No | Tesseract language(s), e.g. deu+eng. | deu |
| HANDELSREGISTER_DOWNLOAD_DIR | No | Where downloaded documents are written. | system temp dir |
| HANDELSREGISTER_MAX_PER_HOUR | No | Hourly request cap. Do not exceed the portal limit. | 60 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_companyA | Search the German commercial register (Handelsregister) for companies. Args:
keywords: Company name or search terms. Wildcards Returns a dict with the query echo, a result count, the remaining hourly request
budget, and |
| get_companyA | Look up a company by name and return the best match — or suggestions. Tries an exact match first, then falls back to fuzzy + phonetic search. If the
name is precise enough it returns the company; if it's ambiguous or only close,
it returns |
| fetch_documentA | Retrieve a register document/extract for a company and return its text. Runs a search, picks Returns the local file |
| list_filed_documentsB | List the documents filed for a company in the DK document register. Returns the filed documents grouped by category — e.g. "List of shareholders",
"Articles of Association / Rules / Statute", "Annual accounts / balance sheet" —
each with the available dated entries. Use the category + |
| get_shareholdersA | Retrieve a company's shareholders (Gesellschafterliste) as a structured table. Resolves the company name (exact → fuzzy → phonetic; returns Extraction is deterministic and layered: a coordinate-aware table parser (handles
complex/bilingual cap tables), then a text heuristic. Shareholders are NOT in the register extract for a GmbH/UG — this filed list is the authoritative source. |
| fetch_filed_documentA | Download a filed document of a given category from the DK document register.
|
| rate_limit_statusA | Report the remaining handelsregister.de request budget for this hour. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lexdoudkin/handelsregister-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server