MCP connector

Ironhat runs a hosted MCP server — nothing to install. Point any MCP-capable client at the endpoint with your API key and your agent gets official EU company data as native tools.

Endpoint & auth

Endpointhttps://ironhathq.com/api/mcp
TransportStreamable HTTP
Auth (header)Authorization: Bearer ih_live_…
Auth (URL)…/api/mcp?key=ih_live_… — for clients that can't set headers. Treat the URL as a secret.

Connect by client

claude.ai · Claude Desktop · Cowork

Settings → Connectors → Add custom connector → name it Ironhat → paste:

Connector URL
https://ironhathq.com/api/mcp?key=YOUR_API_KEY

Claude Code

Terminal
claude mcp add --transport http ironhat https://ironhathq.com/api/mcp --header "Authorization: Bearer YOUR_API_KEY"

Codex / other stdio-only clients

Bridge with mcp-remote in ~/.codex/config.toml:

config.toml
[mcp_servers.ironhat]
command = "npx"
args = ["-y", "mcp-remote", "https://ironhathq.com/api/mcp", "--header", "Authorization: Bearer YOUR_API_KEY"]

Tools

Responses are readable markdown — your agent can present them directly.

ToolWhat it does
company_briefingStart here. Name or register number in → profile, balance-sheet table with YoY, filings on record, next-step options. One call.
search_companyFind companies by name in the official register.
get_companyRegistry profile for one company by register number.
get_financialsOfficial balance-sheet figures for up to 5 fiscal years.
list_filingsEvery annual account on file, with filing dates.
check_vatValidate any EU VAT ID (official VIES service).

Prompts that work well

Limits

Free tier: 500 requests / month per account, shared between MCP and REST. Over the limit the server returns a clear message; usage resets on the 1st. See Pricing & limits.