EU Company MCP Server

Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1

Set the server up locally

Run this once to clone and prepare the server before adding it to Claude Code.

Run in terminal
pip install eu-company-mcp-server
2

Register it in Claude Code

After the local setup is done, run this command to point Claude Code at the built server.

Run in terminal
claude mcp add eu-company -- node "<FULL_PATH_TO_EU_COMPANY_MCP_SERVER>/dist/index.js"

Replace <FULL_PATH_TO_EU_COMPANY_MCP_SERVER>/dist/index.js with the actual folder you prepared in step 1.

README.md

MCP server providing AI agents with European company and economic data

EU Company MCP Server

MCP server providing AI agents with European company data — company search, corporate structures, VAT validation, and EU economic statistics.

9 Tools in 3 Categories

Company Data (GLEIF)

  • company_search — Search 2M+ companies worldwide by name, filter by country
  • company_by_lei — Look up company details by LEI code
  • company_by_register — Find company by trade register number (e.g. HRB)
  • company_structure — Get corporate structure: parent company + subsidiaries

VAT Validation (VIES)

  • validate_vat_number — Validate EU VAT numbers, get company name & address

EU Statistics (Eurostat)

  • 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 enterprises

Installation

pip install eu-company-mcp-server

Usage with Claude Code

.mcp.json:

{
  "mcpServers": {
    "eu-company": {
      "type": "stdio",
      "command": "python",
      "args": ["-m", "src.server"]
    }
  }
}

Data Sources

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

Use Cases

  • Due Diligence — Verify company identity, check corporate structure
  • KYC (Know Your Customer) — Validate company registration and VAT
  • Market Research — Compare EU economies, track business trends
  • Compliance — Verify VAT numbers for cross-border transactions

License

MIT

Tools (9)

company_searchSearch 2M+ companies worldwide by name, filter by country
company_by_leiLook up company details by LEI code
company_by_registerFind company by trade register number
company_structureGet corporate structure: parent company + subsidiaries
validate_vat_numberValidate EU VAT numbers, get company name & address
eu_gdpGDP for EU countries (in million EUR)
eu_unemploymentMonthly unemployment rates (seasonally adjusted)
eu_inflationMonthly inflation rates (HICP)
eu_business_demographyBusiness births, deaths, and active enterprises

Configuration

claude_desktop_config.json
{"mcpServers": {"eu-company": {"type": "stdio", "command": "python", "args": ["-m", "src.server"]}}}

Try it

Search for companies with the name 'Siemens' in Germany.
Validate the VAT number DE123456789.
What is the current unemployment rate in France?
Get the corporate structure for the company with LEI code 5299000J1234567890.
Compare the GDP of Italy and Spain for the last available year.

Frequently Asked Questions

What are the key features of EU Company?

Search over 2 million companies worldwide via GLEIF data. Validate EU VAT numbers using VIES. Retrieve corporate structures including parent and subsidiary information. Access official EU economic statistics including GDP, inflation, and unemployment. Free to use with no API keys required.

What can I use EU Company for?

Performing due diligence by verifying company identity and corporate structure. Automating KYC processes by validating company registration and VAT numbers. Conducting market research by comparing economic indicators across EU countries. Ensuring compliance by verifying VAT numbers for cross-border transactions.

How do I install EU Company?

Install EU Company by running: pip install eu-company-mcp-server

What MCP clients work with EU Company?

EU Company works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep EU Company docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare