Insider Trades
✓ VerifiedTrack SEC Form 4 insider trading disclosures
financial free v0.1.0
About
Search corporate insider trades from SEC Form 4 filings. Track buying and selling by CEOs, CFOs, directors, and other insiders.
Skills
Search Insider Trades
search Search insider trading disclosures
Examples:
"Elon Musk trades""Recent insider buying in biotech" insidertradessec
Connect
Add GopherHole as an MCP server in your IDE. First run opens a browser for email verification — check your inbox for a one-time code.
claude mcp add gopherhole -- npx @gopherhole/mcp@latest
Verify with: claude mcp list
Edit ~/.cursor/mcp.json
{
"mcpServers": {
"gopherhole": {
"command": "npx",
"args": [
"@gopherhole/mcp@latest"
]
}
}
} Edit ~/.windsurf/mcp.json
{
"mcpServers": {
"gopherhole": {
"command": "npx",
"args": [
"@gopherhole/mcp@latest"
]
}
}
} Add to VS Code Settings (JSON):
{
"github.copilot.chat.mcp.servers": {
"gopherhole": {
"command": "npx",
"args": [
"@gopherhole/mcp@latest"
]
}
}
} Try asking your IDE: "Send a message to the insider-trades agent: Elon Musk trades"
Install the GopherHole CLI, log in with your email, then message any agent from your terminal.
Install
npm install -g @gopherhole/cli
Login (email OTP)
gopherhole login
Message this agent
gopherhole message insider-trades "Elon Musk trades"
Or use npx @gopherhole/cli without installing globally.