Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Frontrun MCP Server
F
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Frontrun MCP Server

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Track what 1,000+ VCs follow on X to surface startups before their round. Signal for AI agents.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "frontrun-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "frontrun-mcp-server"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Frontrun MCP Server

VC follow intelligence for AI agents. Track what top investors follow on X β€” detect new follows, convergence signals, and trending companies before they're announced.

33 tools. Version 2.5.2.

Setup (1 minute)

Option A: OAuth login (recommended)

No API key needed. Log in with your frontrun.vc account:

bash
# Step 1: Log in β€” opens browser, saves credentials locally
npx frontrun-mcp-server --login

# Step 2: Auto-configure your client
npx frontrun-mcp-server --setup         # Claude Desktop
npx frontrun-mcp-server --setup-code    # Claude Code (uses `claude mcp add`)

Credentials are saved to ~/.frontrun/credentials.json. Other commands:

Terminal
npx frontrun-mcp-server --status   # Check auth status
npx frontrun-mcp-server --logout   # Clear saved credentials

Option B: Hosted endpoint (no install)

The server is also hosted at https://www.frontrun.vc/mcp (streamable HTTP). Point any remote-capable MCP client at it with your API key:

Terminal
claude mcp add --transport http frontrun https://www.frontrun.vc/mcp --header "Authorization: Bearer sig_your_key_here"

Option C: Manual API key

If you prefer to use an API key directly, go to frontrun.vc β†’ Settings > API Keys and generate a key (starts with sig_).

Claude Code
Terminal
claude mcp add frontrun -e FRONTRUN_API_KEY=sig_your_key_here --scope user -- npx frontrun-mcp-server

Or add to .mcp.json in any project:

config.json
{
  "mcpServers": {
    "frontrun": {
      "command": "npx",
      "args": ["frontrun-mcp-server"],
      "env": {
        "FRONTRUN_API_KEY": "sig_your_key_here"
      }
    }
  }
}
Claude Desktop

Add to your config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
config.json
{
  "mcpServers": {
    "frontrun": {
      "command": "npx",
      "args": ["frontrun-mcp-server"],
      "env": {
        "FRONTRUN_API_KEY": "sig_your_key_here"
      }
    }
  }
}
Cursor

Add to .cursor/mcp.json in your project:

config.json
{
  "mcpServers": {
    "frontrun": {
      "command": "npx",
      "args": ["frontrun-mcp-server"],
      "env": {
        "FRONTRUN_API_KEY": "sig_your_key_here"
      }
    }
  }
}
Any MCP-compatible client
bash
FRONTRUN_API_KEY=sig_your_key_here npx frontrun-mcp-server

Start asking questions

Open your AI tool and try:

"What's trending in my tracked accounts this week?"


What can I ask?

Here are real prompts that work out of the box. Just type them into Claude Code, Claude Desktop, or Cursor.

Daily deal flow

  • "What are the trending companies this week?"
  • "Show me what my tracked VCs followed in the last 48 hours"
  • "Any convergence signals? Who are multiple VCs following independently?"

Deep research

  • "Tell me everything about @hitdotone β€” who founded it, what they're building, and who's backing them"
  • "Who are the founders of @someproject and what's their background?"
  • "What funding has @tempofinance raised?"

Discovery

  • "Find me early-stage DeFi companies that my tracked VCs are following but I'm not tracking yet"
  • "What sectors are getting the most attention from VCs right now?"
  • "Search for stablecoin startups in the follow graph"

Portfolio monitoring

  • "Track @a16zcrypto and @paradigm"
  • "Show me a16zcrypto's recent follow activity and what sectors they're focused on"
  • "Find VCs with similar follow patterns to @multicoin"

Custom intelligence

  • "Create a rule to flag any stablecoin neobank companies"
  • "Tag @hitdotone as a portfolio candidate"
  • "Show me all entities matching my stablecoin rule from the last 7 days"

How it works

Frontrun monitors the X (Twitter) follow graphs of VCs and investors you choose to track. When a VC follows a new account, Frontrun detects it, classifies the entity (startup, protocol, founder, etc.), and makes it queryable through AI.

The signal: VCs typically follow companies 2-8 weeks before a funding announcement. Convergence β€” multiple VCs independently following the same account β€” is the strongest signal.

Receipts: @techdollarhq flagged at 13 followers, $3M pre-seed announced 123 days later Β· @orthogonal_sh flagged 184 days before its $4.3M round led by Pantera Β· @rialto_xyz flagged at 18 followers, 26 days before its Robinhood partner announcement.

What you're paying for: Every response is computed intelligence, not raw data. Sectors are classified by AI, convergence is detected algorithmically, and company profiles are synthesized from multiple sources.


Pricing

API + MCP access is included with the Pro plan ($99/mo) β€” it comes with 10,000 credits every month, and you can add more (or turn on auto-refill) at frontrun.vc/api/billing. Each query costs credits:

What you're doingCredits
Check your balance, list tracked accounts, manage rules/tagsFree
Preview an account, search, view sectors, pull a report4
New follows, enriched follows, feed, company signals16
Trending scan, VC activity24
Thesis search, webhook setup (then 8/delivery)40
Company deep-dive: overview, funding, convergence, resources, discover, similar VCs60
Founder intelligence100

A typical daily check-in (feed + convergence + a few company deep-dives) runs ~300 credits β€” an included month covers it more than 30x over. Agent-scale usage is what auto-refill is for.


All available tools

The agent has access to these tools automatically. You don't need to call them by name β€” just ask your question and the agent picks the right tool.

Tracking

ToolWhat it does
frontrun_statusYour balance, tracked count, usage stats
frontrun_list_trackedAll accounts you're monitoring
frontrun_trackStart monitoring an X account
frontrun_untrackStop monitoring an account
frontrun_previewPreview an account before tracking β€” signal score, sector hints, recommendation

Signals

ToolWhat it does
frontrun_new_followsNew follows detected across your tracked accounts
frontrun_snapshotCurrent follow list for a specific tracked account
frontrun_enriched_followsNew follows + AI classification + custom rules applied
frontrun_convergenceMultiple tracked accounts following the same entity
frontrun_trendingEntities ranked by follow velocity
frontrun_searchSearch discovered entities by sector, keyword, type
frontrun_thesis_searchSemantic search β€” describe a thesis in plain language, get matching companies
frontrun_feedReal-time activity feed across all tracked accounts
frontrun_sectorsSector breakdown of discovered entities
frontrun_discoverPersonalized recommendations β€” "accounts your VCs follow that you're not tracking"
frontrun_reportsGenerated intelligence reports for your tracked accounts

Company intelligence

ToolWhat it does
frontrun_companyCompany overview β€” what they do, sector, stage
frontrun_company_foundersFounder profiles, backgrounds, previous companies
frontrun_company_signalsSocial buzz, sentiment, notable engagements
frontrun_company_resourcesWebsite, GitHub, docs, community links
frontrun_company_fundingFunding rounds, investors, amounts

VC intelligence

ToolWhat it does
frontrun_vc_activityVC follow patterns β€” velocity, sector focus, recent follows
frontrun_vc_similarFind VCs with overlapping follow patterns

Classification

ToolWhat it does
frontrun_classifyRun AI classification on specific entities
frontrun_create_ruleCreate a custom classification rule
frontrun_list_rulesList your rules
frontrun_update_ruleUpdate a rule
frontrun_delete_ruleDelete a rule
frontrun_tagTag an entity with custom labels
frontrun_list_tagsList your tagged entities

Webhooks

ToolWhat it does
frontrun_list_webhooksList your registered webhooks
frontrun_create_webhookRegister a webhook for new_follows / convergence events
frontrun_delete_webhookDelete a webhook

REST API

Prefer HTTP? Every tool maps to a REST endpoint. Base URL: https://frontrun.vc/v1

server.ts
# Set your key
export FR_KEY="sig_your_key_here"

# Check your account
curl -sL -H "X-API-Key: $FR_KEY" "https://frontrun.vc/v1/status"

# What's trending?
curl -sL -H "X-API-Key: $FR_KEY" "https://frontrun.vc/v1/trending?since=168h"

# Convergence signals
curl -sL -H "X-API-Key: $FR_KEY" "https://frontrun.vc/v1/convergence?since=168h"

Full REST docs: frontrun.vc/docs/api


Support

  • Docs: frontrun.vc/docs
  • Issues: github.com/jongall45/frontrun-mcp-server/issues

License

MIT

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Codealive MCP logoCodealive MCP

    Semantic code search and analysis from CodeAlive for AI assistants and agents.

    πŸ’» Developer Tools0 views
    Compare vs Codealive MCP β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • BLEA logoBLEA

    Safe BLE diagnostics, evidence workflows, and guarded automation for AI agents.

    πŸ’» Developer Tools1 views
    Compare vs BLEA β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Frontrun MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "frontrun-mcp-server": { "command": "npx", "args": ["-y", "frontrun-mcp-server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFrontrun MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/frontrun-mcp-server?style=directory)](https://allmcps.com/mcp/frontrun-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/frontrun-mcp-server"><img src="https://allmcps.com/api/badge/frontrun-mcp-server?style=directory" alt="Frontrun MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Frontrun MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code