INDIVIDUAL MCP TOOL
get_insider_trades
List normalized SEC Form 4 insider-transaction filings, newest first: non-derivative and derivative transaction legs, post-transaction holdings, owner roles (director/officer/10% owner), footnotes, and amendment (4/A) links.
LIVE ENDPOINT
https://mcp.filingpulse.io/mcp
Connect to this endpoint to inspect the live schema for get_insider_trades and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.filingpulse]
url = "https://mcp.filingpulse.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"filingpulse": {
"type": "http",
"url": "https://mcp.filingpulse.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: filingpulse
Remote MCP URL: https://mcp.filingpulse.io/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": {
"filingpulse": {
"url": "https://mcp.filingpulse.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"filingpulse": {
"type": "http",
"url": "https://mcp.filingpulse.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "filingpulse",
"transport": "streamable-http",
"url": "https://mcp.filingpulse.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_insider_filing— Fetch one Form 4 insider-transaction filing by SEC accession number (e.get_corporate_events— List SEC 8-K corporate events classified by official item code, newest first — e.get_ipo_registrations— List S-1/F-1 registration lifecycle events, newest first: registration statements, amendments, notices of effectiveness, and priced prospectuses (424B1/424B4), threaded across stages by SEC file number (e.get_registration_event— Fetch one S-1/IPO registration lifecycle event by SEC accession number.get_dataset_status— Row counts, latest ingest timestamps, and earliest covered filing date for each dataset (Form 4, 8-K, registrations).get_schema— The frozen schema-v1 contract for FilingPulse objects: field-by-field documentation for form4 / event_8k / registration_event, the list envelope, design rules (strings-as-filed, null-never-missing, additive-only), and the Form 4 transaction-code table.