Sec Insider logo

Sec Insider

by lulz botUpdated May 4, 2026

Grants access to U.S. SEC insider trading data through MCP protocol calls. Retrieves details on insider transactions, Form 4 filings, and ownership changes for specific companies or executives. Financial analysts, investors, and compliance teams use it to track trading patterns and regulatory filings programmatically.

sec-filings
insider-trading
financial-data
|

Overview

The @lulzasaur9192/mcp-sec-insider MCP server provides direct API access to U.S. Securities and Exchange Commission (SEC) insider trading data. It enables querying of public filings related to corporate insiders' stock transactions, ownership disclosures, and amendments, sourced from official SEC EDGAR database.

Key Capabilities

  • get_insider_transactions: Fetches lists of recent insider buys, sells, or holds for a given ticker symbol, including trade dates, shares, and prices.
  • get_form4_filings: Retrieves specific Form 4 documents detailing insider changes in beneficial ownership.
  • search_insiders: Searches for executives or directors by company or name, returning transaction histories.
  • get_ownership_summary: Summarizes current insider ownership percentages and recent changes.

(Note: Capabilities derived from server purpose; specific tool names may vary based on implementation.)

Use Cases

  1. Monitoring Company Insiders: Use get_insider_transactions on AAPL to detect clusters of insider selling before earnings reports.
  2. Building Trading Signals: Integrate search_insiders into an algo-trading bot to flag unusual buy activity across sectors.
  3. Compliance Reporting: Pull get_form4_filings for audit trails on executive trades during blackout periods.
  4. Research Dashboards: Aggregate get_ownership_summary data for portfolio companies to visualize insider confidence trends.

Who This Is For

  • Financial developers integrating SEC data into apps or dashboards.
  • Quantitative analysts generating signals from insider activity.
  • Compliance officers automating filing reviews.
  • Investors scripting personal watchlists for insider moves.