IndizioAPI documentation

← All guides

Claude Code

Indizio as a tool in the terminal — Claude searches companies, jobs and events on its own.

As of
2026-09-21
Tool
Claude Code (command line)
Version
2.1.250
Tested
Run through by us.

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

Sources: code.claude.com