loading…
Search for a command to run...
loading…
MCP server for EU company and business data. 9 tools: company search (GLEIF, 2M+ entities), LEI lookup, corporate structures (parent/subsidiaries), trade regist
MCP server for EU company and business data. 9 tools: company search (GLEIF, 2M+ entities), LEI lookup, corporate structures (parent/subsidiaries), trade register search, EU VAT validation (VIES), GDP, unemployment, inflation, and business demography (Eurostat). All APIs free, no keys required.
MCP server providing AI agents with European company data — company search, corporate structures, VAT validation, sanctions screening, insolvency search, beneficial ownership, and EU economic statistics.
eu-company-mcp-server MCP server
company_search — Search 2M+ companies worldwide by name, filter by countrycompany_by_lei — Look up company details by LEI codecompany_by_register — Find company by trade register number (e.g. HRB)company_structure — Get corporate structure: parent company + subsidiariesvalidate_vat_number — Validate EU VAT numbers, get company name & addresssearch_insolvencies — Search company insolvencies/bankruptcies across EU countriesget_beneficial_owners — Look up beneficial ownership (EU Anti-Money Laundering Directive)check_sanctions — Screen against EU/US/UN sanctions lists (90+ datasets via OpenSanctions)eu_gdp — GDP for EU countries (in million EUR)eu_unemployment — Monthly unemployment rates (seasonally adjusted)eu_inflation — Monthly inflation rates (HICP)eu_business_demography — Business births, deaths, and active enterprisesget_industry_statistics — Industry-level stats by NACE code (enterprises, turnover, employment)pip install eu-company-mcp-server
.mcp.json:
{
"mcpServers": {
"eu-company": {
"type": "stdio",
"command": "python",
"args": ["-m", "src.server"]
}
}
}
All APIs are free and require no API key:
| API | Data |
|---|---|
| GLEIF | Company search, LEI codes, corporate structures (2M+ entities) |
| VIES | EU VAT number validation with company details |
| Eurostat | GDP, unemployment, inflation, business demography, industry statistics |
| OpenSanctions | EU/US/UN sanctions lists, beneficial ownership (90+ datasets) |
| Insolvenzbekanntmachungen.de | German insolvency filings + EU E-Justice Portal links |
| Category | Servers |
|---|---|
| 🔗 Blockchain | Solana |
| 🌍 Data | Weather · Germany · Agriculture · Space · Aviation · EU Companies |
| 🔒 Security | Cybersecurity · Policy Gateway · Audit Trail |
| 🤖 Agent Infra | Memory · Directory · Hub · Reputation |
| 🔬 Research | Academic · LLM Benchmark · Legal |
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"eu-company-mcp-server": {
"command": "npx",
"args": []
}
}
}