API & MCP
The German Company Data API
Access to over 2.9 million active companies in Germany — updated daily, GDPR-compliant, available directly via API v2 or as an MCP server for AI agents.
Quickstart
100 Implicents included at signup — start right away with a bearer token.
# With a bearer token (API key from your account)
$ curl -X POST "https://api.implisense.com/v2/search" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "Siemens", "size": 10}' Discovery
Company Data
Full reference: api.implisense.com/v2/docs
What's new in API v2
API v2 brings a fully redesigned interface with versioned paths
(/v2/), native multilingual support, and
new query modes.
Multilingual Responses
Localized labels in DE/EN via Accept-Language header
Natural Language Search + Geo
NL query and proximity filter in a single request
Batch Resolution
Resolve hundreds of companies in a single API call
Change Tracking
Fetch only changes since last sync — no more full refreshes
Access the API
Self-service via app.implisense.com, the predecessor API via RapidAPI — or contact us directly.
app.implisense.com
100 Implicents includedSelf-Service
Create an account and start right away — access to API v2 and the MCP server, billed by usage via Implicents.
Create AccountRapidAPI
Predecessor API (v1)v1 Access
Free entry tier for the predecessor version of our API via the RapidAPI marketplace, paid tiers beyond that — no contract required. For the current API v2, use the self-service signup.
Direct Access
CustomEnterprise
Custom volume packages for API v2 and MCP, SLA guarantees, and dedicated support. Talk to us directly — we'll find the right model for your use case.
Get in touchImplicents & Pricing
Implicents are our usage currency for the API. Most endpoints cost 1 Implicent — 100 are included with signup.
0Implicents
Discovery
Resolve (single lookup), suggest, availability check, account info — rate-limited instead of Implicent-metered.
1Implicent
Search & profile
Search, company profile (base fields), changes, nearby, people, announcements.
2Implicents
Analytics
Peers, similar companies, person network — the embedding- and graph-based endpoints.
up to 7Implicents
Full profile
Includes stack on top of the base profile: +1 people, +1 announcements, +4 financials — everything at once is 7.
Includes on GET /v2/companies/{id} stack on top of the
base profile — each one costs its own Implicents rather than a flat bundle price:
include=people +1,
include=announcements +1,
include=financials +4 — 7 Implicents for everything at once.
Batch resolve costs 1 Implicent per 10 companies.
Show full endpoint pricing table
| Endpoint | Credits | Note |
|---|---|---|
| Free (rate-limited) | ||
| POST /v2/resolve | 0 | Single company lookup |
| GET /v2/suggest/{prefix} | 0 | Autocomplete, burst-friendly |
| GET /v2/companies/{id}/availability | 0 | Check what data exists before paying for it |
| GET /v2/account | 0 | — |
| 1 Implicent | ||
| POST /v2/search | 1 | — |
| GET /v2/companies/{id} | 1 | Base profile, no includes |
| GET /v2/companies/{id}/changes | 1 | — |
| GET /v2/companies/{id}/nearby | 1 | — |
| GET /v2/companies/{id}/people | 1 | Standalone (1). As ?include=people on the profile: profile 1 + 1 = 2 |
| GET /v2/companies/{id}/announcements | 1 | Standalone (1). As ?include=announcements on the profile: profile 1 + 1 = 2 |
| 2 Implicents | ||
| GET /v2/companies/{id}/peers | 2 | Comparable companies |
| POST /v2/similar | 2 | Semantic match |
| GET /v2/people/{personId}/companies | 2 | Person network |
| 4 Implicents | ||
| GET /v2/companies/{id}/financials | 4 | Standalone (4). As ?include=financials on the profile: profile 1 + 4 = 5 |
| Batch | ||
| POST /v2/companies/batch/resolve | ⌈n/10⌉ | e.g. 10 companies = 1, 100 companies = 10 |
Rate limits: suggest is tuned for autocomplete bursts, resolve is throttled steadily to keep single-company loops from substituting for batch resolve.
Company Data Directly in Your AI Agent
Our Model Context Protocol (MCP) server is live at
mcp.implisense.com — so AI clients like
Claude, Cursor, or other MCP-capable clients can query German company data
directly. It uses the same bearer token as the REST API.
Example: Claude Desktop
{
"mcpServers": {
"implisense": {
"url": "https://mcp.implisense.com",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
} Available Actions
company_profile
Full profile of a company — master data, financials, and people in one call.
search_companies
Search companies by name, industry, location, or free text.
similar_companies
Find peers or competitors to one or more companies.
recent_changes
Get changes and announcements for a company since a given date.
person_network
Find every company a person is involved in — for compliance and due diligence.
portfolio_risk
Risk check for a list of companies — insolvency, deletion, liquidation at a glance.
No developer setup needed? Our AI Assistants page has free skill templates for Claude and ChatGPT — no account, no API key.
Frequently Asked Questions
Can I test the API for free?
Yes. Creating an account at app.implisense.com comes with 100 Implicents included, no contract and no credit card required. The predecessor API (v1) also offers a free entry tier via RapidAPI, with paid tiers beyond that.
What data does the API provide?
The Implisense API provides access to over 2.9 million active German companies, including master data and address, management and contacts, financial metrics (balance sheets, revenue, headcount), and company events from the trade register, news, and management changes.
How is the API billed?
Via Implicents, our usage currency: 0 for discovery (resolve, suggest, availability, account), 1 for search and the base company profile, 2 for analytics (peers, similar companies, person network). Includes on the company profile stack additively — people +1, announcements +1, financials +4, up to 7 for everything at once. Batch resolve costs 1 Implicent per 10 companies. 100 Implicents are included with signup.
How reliable is the API?
The API is built for production use: 99.99% uptime guarantee and average response times below 180 ms.
Is the API GDPR-compliant?
Yes. All data is collected and processed in compliance with GDPR. Implisense GmbH is a German company based in Berlin and is subject to German and European data protection law.
How complex is the integration?
Integration takes only a few minutes. Full reference and code examples in all major programming languages are available at api.implisense.com/v2/docs.
Can I use the data directly in Claude or ChatGPT?
Yes, our MCP server (mcp.implisense.com) lets you query company data directly from Claude, ChatGPT, and other MCP-capable clients — using the same bearer token as the REST API. For a low-friction start without an account, see our free skill templates: AI Assistants.