About
Language:
Implisense Search Book demo

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.

2.9M Companies 99.99% Uptime < 180ms Latency GDPR-compliant

Quickstart

100 Implicents included at signup — start right away with a bearer token.

Terminal
# 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

POST
/v2/resolve
Identify a company by name, website, or email
POST
/v2/companies/batch/resolve
Resolve multiple companies in one call
GET
/v2/suggest/{prefix}
Autocomplete suggestions
POST
/v2/search
Full-text search with filters & facets

Company Data

GET
/v2/companies/{id}
Profile incl. ?include=people,financials,announcements
GET
/v2/companies/{id}/changes
Changes since last sync
GET
/v2/companies/{id}/peers
Comparable companies
GET
/v2/companies/{id}/nearby
Nearby companies

Full reference: api.implisense.com/v2/docs

API V2

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

View v2 Documentation

Access the API

Self-service via app.implisense.com, the predecessor API via RapidAPI — or contact us directly.

app.implisense.com

100 Implicents included

Self-Service

Create an account and start right away — access to API v2 and the MCP server, billed by usage via Implicents.

Create Account

RapidAPI

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.

v1 Documentation

Start on RapidAPI

Direct Access

Custom

Enterprise

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 touch

Implicents & Pricing

Implicents are our usage currency for the API. Most endpoints cost 1 Implicent — 100 are included with signup.

0Implicents

Discovery

Resolve, batch resolve, suggest — rate-limited instead of Implicent-metered (20/min on the free tier, 120/min on plus).

1Implicent

Search, profiles & more

Search, company profile (base), changes, peers, nearby, people, announcements — covers nearly every endpoint.

5Implicents

Financials

Financials — standalone or as a surcharge on the company profile (then 5 instead of 1 Implicent for the same call).

Exception: GET /v2/companies/{id} costs 1 Implicent — with ?include=financials the same call rises to 5 Implicents. include=people and include=announcements stay at 1 Implicent.

MCP Server

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.

Access via ChatGPT can be set up on request, just like for Claude.

Example: Claude Desktop

claude_desktop_config.json
{
  "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.

Questions about setup — for Claude or ChatGPT?

Get in touch

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 Implicents for resolution and autocomplete, 1 Implicent for search and company profiles, 5 Implicents for financials. 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 and other MCP-capable clients — using the same bearer token as the REST API. Access via ChatGPT can be set up on request too.

Ready to integrate?

Book a demo — or create an account directly.

Book a Demo