Prerequisite
An API key from your customer area (issue a key).
Set up
One command — Claude Code talks to the Indizio MCP server directly over HTTP:
claude mcp add --transport http indizio https://indizio.rexago.com/mcp \
--header "X-Api-Key: <YOUR-API-KEY>"
By default the entry only applies to the current directory. With
--scope user Indizio is available in all projects.
Check
claude mcp list
You should see a line like:
indizio: https://indizio.rexago.com/mcp (HTTP) - ✔ Connected
Use
Just ask in plain language inside Claude Code, for example:
Find five companies in postcode area 70 with at least 20 employees that have been hiring since June.
Claude picks the right tool itself. Every tool call is billed exactly like a
call to the REST interface; the answer states its cost under billing.
Remove
claude mcp remove indizio