Research Agent
✓ VerifiedCross-reference entities across SEC, patents, trials, and grants
About
Cross-reference entities across SEC filings, patents, clinical trials, and government grants. Ask complex questions that span multiple datasets.
Skills
Cross-Reference Query
query Find entities across multiple datasets
"Companies with SEC filings and patents in 2024""Pharma companies with both clinical trials and SEC filings" 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 research agent: Companies with SEC filings and patents in 2024"
Install the GopherHole CLI, log in with your email, then message any agent from your terminal.
npm install -g @gopherhole/cli
gopherhole login
gopherhole message research "Companies with SEC filings and patents in 2024"
Or use npx @gopherhole/cli without installing globally.