Skip to content

Query InsiderLens directly from Claude, ChatGPT or Gemini.

No fixed dashboard, no preset tool. Your AI writes the SQL, reads the full dataset, and answers in plain language. Read-only, always.

What it unlocks

No preset tool list

Most integrations expose a handful of fixed functions. InsiderLens gives your AI two: read the schema, run a SELECT. It composes the query itself.

The full dataset

Transactions, filings, computed signals, track records, co-insiders — the same data that powers the site, not a stripped-down API.

Real names, same as the site

No anonymized ids. If it's public on an insider or issuer page, your AI can see it here too.

One question, one query

Example

You: Who sold at Apple in the last 30 days?

SELECT person_name, transaction_date, signed_quantity, price
FROM v_mcp_transactions
WHERE issuer_name = 'Apple Inc' AND code = 'S'
  AND transaction_date >= now() - interval '30 days'
ORDER BY transaction_date DESC
LIMIT 20

→ 3 rows, answered in plain language by your AI.

Works with your AI

Claude

Add the server as a custom connector from Claude.ai, Desktop or Code. Self-service — no waitlist.

ChatGPT

Requires OpenAI's Developer Mode (Pro/Plus/Business/Enterprise accounts).

Gemini

Supported via the Enterprise Agent Platform and the Gemini API/CLI. Consumer app support varies.

Read-only, always

Read-only, always

No write tool exists. Every query is validated — a single SELECT, nothing else, no exceptions.

Sign in, not a key

OAuth against your existing InsiderLens account. Nothing to copy, store or leak.

Same privacy guard as the site

The same suppression registry that governs every public page applies here — nothing extra is exposed.

MCP is part of Professional and Institutional

1,000 to 10,000 calls a month, read-only, your AI of choice.

See plans →