Claude Code
Use Frontrun natively in Claude Code via the MCP server.
Setup
Add to your project's .mcp.json:
{
"mcpServers": {
"frontrun": {
"command": "npx",
"args": ["frontrun-mcp-server"],
"env": {
"FRONTRUN_API_KEY": "your_api_key"
}
}
}
}Restart Claude Code. All Frontrun tools are available immediately.
Available tools
Core Intelligence
| Tool | What it does |
|---|---|
frontrun_trending | Entities getting the most attention this week |
frontrun_convergence | Entities followed by 2+ tracked accounts |
frontrun_new_follows | Recent follows across tracked accounts |
frontrun_account_activity | Account velocity, sectors, recent follows |
frontrun_search | Find entities by sector, keyword, or type |
frontrun_enriched_follows | New follows with AI + custom rules merged |
Account Management
| Tool | What it does |
|---|---|
frontrun_status | Check balance, usage, tracked accounts |
frontrun_list_tracked | List all monitored accounts |
frontrun_track | Start monitoring an X account |
frontrun_untrack | Stop monitoring an X account |
frontrun_snapshot | Get the full current follow list for an account |
Custom Classification
| Tool | What it does |
|---|---|
frontrun_create_rule | Create an auto-classification rule |
frontrun_list_rules | List your classification rules |
frontrun_delete_rule | Remove a rule |
frontrun_tag | Manually tag an entity |
frontrun_list_tags | List all custom-tagged entities |
frontrun_classify | Run on-demand classification |
Example prompts
"What's trending in the last 24 hours?""Show me convergence signals with threshold 3 in the last 14 days""Create a rule to flag any company with 'sales automation' in their bio""Show me pmarca's activity over the last 90 days"CLAUDE.md integration
Add Frontrun context to your project's CLAUDE.md:
## Frontrun Intelligence
This project has access to Frontrun via MCP server.
Use frontrun_* tools to monitor follow activity, detect convergence, and classify entities.