Quickstart
From zero to your first company briefing in about two minutes.
1 · Create your API key
Sign in with your email (we send a one-time link, no password), then press Create API key in the dashboard. The key looks like ih_live_… and is shown exactly once — copy it somewhere safe.
2 · Connect your assistant
claude.ai or Claude Desktop — Settings → Connectors → Add custom connector, name it Ironhat, and paste (with your key filled in):
Connector URL
https://ironhathq.com/api/mcp?key=YOUR_API_KEY
Claude Code (terminal):
One-liner
claude mcp add --transport http ironhat https://ironhathq.com/api/mcp --header "Authorization: Bearer YOUR_API_KEY"
3 · Ask your first question
First prompt
Give me a company briefing on Red Bull in Austria — who they are, their latest official numbers, and what's on file.
Your assistant will call the company_briefing tool and answer with the registry profile, a balance-sheet table with year-over-year change, and the list of filed annual accounts — all from the official register.
Prefer plain HTTP?
curl
curl -H "x-api-key: YOUR_API_KEY" "https://ironhathq.com/api/v1/search?country=AT&q=Red+Bull"
See the full REST API reference →