← cubesphere.xyz
INDIVIDUAL MCP TOOL
search_insider_events
Search interpreted insider-trading events from SEC Form 4 filings.
LIVE ENDPOINT
https://mcp.cubesphere.xyz/mcp
Connect to this endpoint to inspect the live schema for search_insider_events 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.cubespherex-mcp]
url = "https://mcp.cubesphere.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cubespherex-mcp": {
"type": "http",
"url": "https://mcp.cubesphere.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cubespherex-mcp
Remote MCP URL: https://mcp.cubesphere.xyz/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": {
"cubespherex-mcp": {
"url": "https://mcp.cubesphere.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cubespherex-mcp": {
"type": "http",
"url": "https://mcp.cubesphere.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cubespherex-mcp",
"transport": "streamable-http",
"url": "https://mcp.cubesphere.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_company_timeline— Get one merged, time-ordered feed of SEC insider activity for a company: Form 4 events, Schedule 13D/13G stake filings, and Form 144 sale notices, distinguished by the source_form field (form4 | sc13 | form144).get_activist_stakes— Get Schedule 13D/13G beneficial-ownership filings (activist and 5%+ large-holder stakes) for one company - ticker is required.get_sale_notices— Get Form 144 notices of proposed insider sales for one company - ticker is required.