← stockslash.com
INDIVIDUAL MCP TOOL
get_latest_filings_updates
Use when the user asks what 13F filings just arrived.
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 endpoint
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.stockslash-com]
url = "https://stockslash.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stockslash-com": {
"type": "http",
"url": "https://stockslash.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stockslash-com
Remote MCP URL: https://stockslash.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": {
"stockslash-com": {
"url": "https://stockslash.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stockslash-com": {
"type": "http",
"url": "https://stockslash.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stockslash-com",
"transport": "streamable-http",
"url": "https://stockslash.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_super_investors— Use when the user wants to browse, list, or filter the universe of tracked institutional investors (hedge funds, asset managers, family offices).get_investor_fund_value— Use when the user asks about a specific fund's total portfolio value (AUM).get_investor_fund_value_history— Use when the user wants to see how a fund's total AUM has changed over time.get_investor_current_holdings— Use when the user asks what a specific fund owns right now or at a past quarter.get_fund_activity— Use when the user asks what an investor BOUGHT or SOLD recently (or in a specific quarter).get_fund_distribution— Use when the user asks about a fund's trading cadence or whether the manager is a buy-and-hold investor or active trader.get_stock_holders— Use when the user asks who owns a specific stock — i.e.get_stock_activity— Use when the user asks which funds are buying or selling a specific stock.