Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Handelsregister (handelsregister.ai) in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Search the German Handelsregister from AI agents via MCP. Pre-built handelsregister.ai adapter in AnythingMCP — companies, shareholders, documents, in one click.
Try asking
Example prompts for Handelsregister (handelsregister.ai)
Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.
Claude is AI and can make mistakes. Please double-check responses.
Query the German Commercial Register with AI Agents
The Handelsregister is the official record of every German company — legal name, address, registration court, managing directors, Prokuristen, and shareholders. Through the handelsregister.ai REST API, AnythingMCP exposes this data to your AI agent so you can run KYC checks, supplier due-diligence, or sales-prospect enrichment with a single prompt.
Quick Setup with Built-in Adapter
AnythingMCP includes a pre-configured Handelsregister adapter. You only need an API key.
Step 1: Deploy AnythingMCP
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Step 2: Get Your API Key
Sign up at handelsregister.ai and generate a personal API key.
Step 3: Import the Adapter
In the AnythingMCP dashboard at http://localhost:3000/connectors/store, click Import on Handelsregister. Paste your API key into the HANDELSREGISTER_API_KEY field — the form opens automatically when the adapter requires credentials.
Step 4: Connect to Your AI Agent
{
"mcpServers": {
"handelsregister": {
"url": "http://localhost:4000/mcp"
}
}
}
Available Tools
| Tool | Description |
|---|---|
hr_search_companies | Search by name or keyword — returns company_id, court, Registernummer |
hr_get_company | Full record: legal name, address, capital, Geschäftsführer, Gegenstand |
hr_get_documents | List SHD/AD/CD/HD documents attached to a company |
hr_get_shareholders | Latest Gesellschafterliste with names and share percentages |
AI Agent Use Cases
- "Find all companies in the Handelsregister with 'Bauhaus' in the name"
- "Who are the managing directors of HRB 12345 München?"
- "List the shareholders of this GmbH and their share percentages"
- "Pull the current address and Registernummer for SAP SE"
Pricing Notes
handelsregister.ai bills per detailed lookup. Searches are typically free; full-record fetches and document downloads consume credits. Set spending limits in your account to avoid surprises.
Next Steps
- VIES VAT Validation MCP Guide — Complement Handelsregister checks with EU VAT validation
- DATEV MCP Guide — Connect German accounting workflows to AI
Was this guide helpful?