MCP server for the Cardinal universal entity data API. Drop-in for Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP-aware AI agent.
Project description
cardinal-mcp
Drop-in MCP server for the Cardinal universal entity data API. Plug Cardinal into any MCP-aware AI agent — Claude Desktop, Claude Code, Cursor, Windsurf, custom agents — and they can query Europe's entity universe natively without writing a line of HTTP code.
Install
pip install cardinal-mcp
Configure
Set two env vars and point your MCP client at the binary.
export CARDINAL_API_KEY="cardinal_live_..." # get one at cardinal.dev
export CARDINAL_BASE_URL="https://api.cardinal.dev" # optional, default
Claude Desktop / Claude Code
~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"cardinal": {
"command": "cardinal-mcp",
"env": {
"CARDINAL_API_KEY": "cardinal_live_...",
"CARDINAL_BASE_URL": "https://api.cardinal.dev"
}
}
}
}
Cursor / Windsurf
Add the same mcpServers block to your editor's MCP config. Both editors
read the same shape as Claude Desktop.
Custom agent
Run cardinal-mcp as a stdio subprocess and speak JSON-RPC 2.0 over its
stdin/stdout. Wire-compatible with MCP 2025-06-18.
Tools exposed
| Tool | What it does |
|---|---|
search_entities |
Search by name + country + status + kind |
get_entity |
Full entity record by Cardinal ID |
lookup_by_registry |
Lookup by native registry id (orgnr, business id, ...) |
get_entity_risk_summary |
AI-generated compliance briefing |
search_court_records |
Bankruptcies, judgments, enforcement actions |
search_officers |
Cross-entity officer / director / owner search |
natural_language_query |
Plain-English question → structured query → rows + summary |
License
MIT.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cardinal_mcp-0.2.0.tar.gz.
File metadata
- Download URL: cardinal_mcp-0.2.0.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02e612b0abe649b411a77bb06b82fe6d257ac7b250f3c4cfdc87621c9412e10e
|
|
| MD5 |
26541f0236e960006471fb1bfb31d44e
|
|
| BLAKE2b-256 |
565049dcc9ea86a0d7ff155fb9926a7c996d11747f3623e49bfcc083c95fff44
|
File details
Details for the file cardinal_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: cardinal_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
354a8affc36b4c0eb5bb92a5b2e3511627a8b58d5ae373e1636e5e4f83b761fc
|
|
| MD5 |
39855aac3634ee677c2c20b7aaa0dbf3
|
|
| BLAKE2b-256 |
15fad323b9135ad843271e9726aa51c1c7a20f25705f4e496f87de83911ac587
|