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.
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 + subsidiaries
validate_vat_number— Validate EU VAT numbers, get company name & address
search_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 |
- Due Diligence — Verify company identity, check corporate structure, search insolvencies
- KYC (Know Your Customer) — Validate company registration, VAT, and beneficial owners
- AML (Anti-Money Laundering) — Screen against sanctions lists, check ownership structures
- Market Research — Compare EU economies, industry statistics by NACE code
- Compliance — Verify VAT numbers, sanctions screening for cross-border transactions
- Export Control — Check if trading partners are on EU/US/UN sanctions lists
| 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