coledie/form4mcp
If you are the rightful owner of form4mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This MCP server is designed to pull SEC Form 4 Insider Trading data, enabling agents to summarize and analyze the information effectively.
form4mcp
MCP server for pulling SEC Form 4 Insider Trading data so an agent can summarize and do analysis about it.
Usage Examples
Use form 4 mcp server to analyze the past year of insider trading for INTC
SEC API Compliance
This server is fully compliant with the SEC's official API requirements:
- User-Agent: Uses SEC-required format:
Sample Company Name AdminContact@samplecompany.com
- Rate Limiting: Respects SEC's 10 requests per second maximum
- Endpoints: Uses official SEC API endpoints:
- Company search:
https://www.sec.gov/files/company_tickers.json
- Filings data:
https://data.sec.gov/submissions/CIK##########.json
- Company search:
Current Status
ā Company CIK Search: Working - Returns company CIK numbers by ticker symbol ā ļø Insider Transactions: May be blocked by SEC's enhanced security measures
The SEC's data.sec.gov
domain has strict access controls that may block automated requests depending on:
- Geographic location
- IP address reputation
- Previous request patterns
- Enhanced security policies
Tools Available
search_company_cik
- Find a company's CIK by ticker or nameget_insider_transactions
- Get recent insider trading filingsparse_form4_filing
- Parse specific Form 4 filingsget_executive_transactions
- Filter by executive rolesanalyze_insider_trends
- Analyze trading patterns
Manual Alternative
If automated access is blocked, you can manually:
- Use the search tool to get the company CIK
- Visit
https://www.sec.gov/edgar/searchedgar/companysearch.html
- Search by CIK to find Form 4 filings
- Use the parse tools on specific filing URLs