Integrations
Claude Code

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

ToolWhat it does
frontrun_trendingEntities getting the most attention this week
frontrun_convergenceEntities followed by 2+ tracked accounts
frontrun_new_followsRecent follows across tracked accounts
frontrun_account_activityAccount velocity, sectors, recent follows
frontrun_searchFind entities by sector, keyword, or type
frontrun_enriched_followsNew follows with AI + custom rules merged

Account Management

ToolWhat it does
frontrun_statusCheck balance, usage, tracked accounts
frontrun_list_trackedList all monitored accounts
frontrun_trackStart monitoring an X account
frontrun_untrackStop monitoring an X account
frontrun_snapshotGet the full current follow list for an account

Custom Classification

ToolWhat it does
frontrun_create_ruleCreate an auto-classification rule
frontrun_list_rulesList your classification rules
frontrun_delete_ruleRemove a rule
frontrun_tagManually tag an entity
frontrun_list_tagsList all custom-tagged entities
frontrun_classifyRun 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.