Docs
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

All 36 tools are listed below. The full reference, including credit costs, lives on the MCP server page.

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_enriched_followsNew follows with AI + custom rules merged
frontrun_feedReal-time activity feed across tracked accounts
frontrun_searchFind entities by sector, keyword, or type (tracked graph or full catalog)
frontrun_thesis_searchDescribe a thesis in plain language, get matching companies
frontrun_sectorsSector and entity-type breakdown of your discovered entities
frontrun_discoverAccounts your tracked VCs follow that you're not tracking yet
frontrun_reportsHistorical daily reports, filterable by date range and sector
frontrun_vc_activityAccount velocity, sectors, recent follows
frontrun_vc_similarVCs with overlapping follow patterns

Company Intelligence

ToolWhat it does
frontrun_companySynthesized overview: what they do, sector, stage, recent activity
frontrun_company_foundersFounder profiles for one company: name, role, background
frontrun_founders_batchFounder lookup for up to 10 companies in one call
frontrun_company_fundingRound details and investors, cross-referenced with VC follow signal
frontrun_company_signalsBuzz score, sentiment, and which of your tracked VCs follow them
frontrun_company_resourcesWebsite, GitHub, docs, Discord, Telegram

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_previewEvaluate an account before tracking: signal score, sector hints
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_update_ruleUpdate an existing rule
frontrun_delete_ruleRemove a rule
frontrun_tagManually tag an entity, or override its sector
frontrun_list_tagsList all custom-tagged entities
frontrun_classifyRun on-demand classification

Webhooks

ToolWhat it does
frontrun_list_webhooksList registered webhooks with status and last delivery
frontrun_create_webhookRegister a webhook for new_follows / convergence events
frontrun_delete_webhookDelete a webhook

No API key required

ToolWhat it does
trending_teaserFree sample: top 5 trending companies from the last 7 days
send_feedbackReport a confusing error, a missing capability, or a docs gap

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.