IndizioAPI documentation

← All guides

Cursor

Indizio in the editor — through Cursor's MCP configuration.

As of
2026-09-21
Tool
Cursor (editor)
Version
Vendor documentation as of 2026-09-21
Vendor docs
Based on the vendor's documentation — not run through by us.

Set up

In ~/.cursor/mcp.json (all projects) or .cursor/mcp.json in the project:

{
  "mcpServers": {
    "indizio": {
      "url": "https://indizio.rexago.com/mcp",
      "headers": {
        "X-Api-Key": "${env:INDIZIO_API_KEY}"
      }
    }
  }
}

Keep the key itself in the environment variable INDIZIO_API_KEY — that way it neither ends up in the project nor accidentally in version control.

Check

In Cursor's settings under MCP, "indizio" should appear with its tools. Then simply ask in agent mode, for example "Resolve the domain goldbachkirchner.de to a company".

Sources: cursor.com