INDIVIDUAL MCP TOOL
get_form_13f_holdings
Retrieve SEC Form 13F-HR holdings — institutional investor positions ($100M+ AUM funds).
LIVE ENDPOINT
https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/regulatory-filings-mcp/mcp
Connect to this endpoint to inspect the live schema for get_form_13f_holdings 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
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.regulatory-filings-mcp]
url = "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/regulatory-filings-mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"regulatory-filings-mcp": {
"type": "http",
"url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/regulatory-filings-mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: regulatory-filings-mcp
Remote MCP URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/regulatory-filings-mcp/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": {
"regulatory-filings-mcp": {
"url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/regulatory-filings-mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"regulatory-filings-mcp": {
"type": "http",
"url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/regulatory-filings-mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "regulatory-filings-mcp",
"transport": "streamable-http",
"url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/regulatory-filings-mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_form_4_insider_trades— Retrieve SEC Form 4 insider trades (officers/directors buying or selling their own stock).get_form_d_private_funding— Retrieve SEC Form D private offerings — private rounds, hedge fund launches, exempt securities filings.get_form_8k_material_events— Retrieve SEC Form 8-K material event filings — M&A, executive changes, bankruptcy, earnings, going concerns.get_schedule_13d_activist— Retrieve SEC Schedule 13D / 13G activist & beneficial-ownership filings (>5% stake).detect_insider_cluster— Detect insider buying clusters — multiple officers/directors buying the same stock inside a window.get_13f_delta— Compute the position delta between a 13F filer's two most recent filings.get_swf_holdings— Retrieve sovereign wealth fund (SWF) US equity holdings — Norway GPFG, GIC Singapore, ADIA, PIF.get_ipo_calendar— Retrieve upcoming IPO calendar — pricing date, shares offered, price range, lead underwriters.