Skip to main content
ISTARI gives you three ways to work with the Global Organization Index (GOI): a curated dataset of ~20 million active, web-verified organizations across 232 countries. Pick the path that fits how you work.

No code

Use the GOI dashboard to search, filter, and export.

API

Query GOI programmatically over HTTP.

AI agent

Connect GOI to Claude, Cursor, or any MCP client.

Create an account

1

Sign up

Create an account at index.istari.ai. The same login works for the GOI dashboard, the API, and GOI MCP.
2

Choose your path

Explore visually in the GOI dashboard, or generate an API key to go programmatic.

Use the GOI dashboard

The fastest way to see what GOI can do. No setup required.
  1. Sign in at index.istari.ai.
  2. Describe what you’re looking for in the search bar, or switch to keyword or similarity search.
  3. Narrow with location and organizational filters.
  4. Export the results or save them as a list.
See the GOI dashboard guide for the full walkthrough.

Use the API

1

Get an API key

In the GOI dashboard, open API keys and create a key. Keep it secret; it carries your plan’s quota.
2

Make your first request

Send a POST to /v2/search. The API auto-detects the search mode from your inputs. No mode name needed.
curl -X POST https://api.istari.ai/v2/search \
  -H "x-api-key: $ISTARI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "describe": "organizations that manufacture industrial heat pumps",
    "filters": { "country": ["Germany"] },
    "columns": ["domain", "name", "country"],
    "size": 25
  }'
3

Read the response

Responses contain a data array of organization rows and a metadata object (total hits, mode, pagination cursor). See Search for every parameter and Reference for columns, limits, and errors.

Use an AI agent

GOI MCP is in review for publication in connector stores, including Claude and ChatGPT. Until then, request beta access and connect from your MCP client.
1

Request beta access

Sign in at index.istari.ai, then submit the beta access request. We enable approved accounts for early use.
2

Connect GOI MCP

After approval, add GOI MCP in Claude, Cursor, or another MCP client. See Connect for client-specific steps.
3

Sign in

Authenticate with your index.istari.ai account when prompted.
See the GOI MCP overview for the available tools.

Next steps

Search the API

Keywords, semantic descriptions, similarity, filters, and pagination.

Connect an AI agent

Request beta access, then use GOI MCP with Claude, Cursor, or any MCP client.