← data-apis.com

INDIVIDUAL MCP TOOL

sec_insider_trades

Return public insider ownership filing metadata from Forms 3, 4, and 5, optionally scoped to one ticker or CIK.

data-apis.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.data-apis.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for sec_insider_trades and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

data-apis.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.sec-event-intelligence-mcp]
url = "https://api.data-apis.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sec-event-intelligence-mcp": {
      "type": "http",
      "url": "https://api.data-apis.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sec-event-intelligence-mcp
Remote MCP URL: https://api.data-apis.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "sec-event-intelligence-mcp": {
      "url": "https://api.data-apis.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sec-event-intelligence-mcp": {
      "type": "http",
      "url": "https://api.data-apis.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sec-event-intelligence-mcp",
  "transport": "streamable-http",
  "url": "https://api.data-apis.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • sec_demo_latest_filings — Preview the SEC filing response shape without an API key.
  • sec_subscription_info — Return public pricing, checkout, documentation, and access links for SEC Event Intelligence without an API key.
  • sec_latest_filings — Fetch a newest-first snapshot of public SEC filings.
  • sec_filing_changes — Fetch filings observed on or after a since date for polling jobs that persist a cursor.
  • sec_watchlist_changes — Fetch incremental filing changes for multiple tickers or CIKs, grouped into per-company buckets.
  • sec_company_search — Search the SEC company index by ticker, CIK, or legal name and return identifiers to pass into profile, filings, events, and insider-trade tools.
  • sec_company_profile — Fetch one issuer profile with ticker/CIK identity, filing coverage, form counts, and latest known filing.
  • sec_company_filings — Return newest-first filing rows for one company, optionally narrowed by SEC form type.