Server data from the Official MCP Registry
Track what 1,000+ VCs follow on X to surface startups before their round. Signal for AI agents.
Track what 1,000+ VCs follow on X to surface startups before their round. Signal for AI agents.
The Frontrun MCP server implements proper authentication via API keys with reasonable credential handling (stored in user home directories with restricted permissions). The codebase shows good input validation using Zod and avoids obvious malicious patterns. However, there are several code quality and security concerns: the interactive login flow uses polling without HTTPS certificate validation, credentials are stored on disk which could be vulnerable to local access, the login URL normalization regex is fragile, and error messages could leak sensitive information in some edge cases. Permissions align well with the server's purpose (network access for API calls, file I/O for credentials, env vars for configuration). Low-severity findings should not significantly impact the score. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 12 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: FRONTRUN_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-jongall45-frontrun-mcp-server": {
"env": {
"FRONTRUN_API_KEY": "your-frontrun-api-key-here"
},
"args": [
"-y",
"frontrun-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.0.
No API key needed. Log in with your frontrun.vc account:
# 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:
npx frontrun-mcp-server --status # Check auth status
npx frontrun-mcp-server --logout # Clear saved credentials
If you prefer to use an API key directly, go to frontrun.vc → Settings > API Keys and generate a key (starts with sig_).
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:
{
"mcpServers": {
"frontrun": {
"command": "npx",
"args": ["frontrun-mcp-server"],
"env": {
"FRONTRUN_API_KEY": "sig_your_key_here"
}
}
}
}
Add to your config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"frontrun": {
"command": "npx",
"args": ["frontrun-mcp-server"],
"env": {
"FRONTRUN_API_KEY": "sig_your_key_here"
}
}
}
}
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"frontrun": {
"command": "npx",
"args": ["frontrun-mcp-server"],
"env": {
"FRONTRUN_API_KEY": "sig_your_key_here"
}
}
}
}
FRONTRUN_API_KEY=sig_your_key_here npx frontrun-mcp-server
Open your AI tool and try:
"What's trending in my tracked accounts this week?"
Here are real prompts that work out of the box. Just type them into Claude Code, Claude Desktop, or Cursor.
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.
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.
Your API key has a credit balance — Pro includes 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 doing | Credits |
|---|---|
| Check your balance, list tracked accounts, manage rules/tags | Free |
| Preview an account, search, view sectors, pull a report | 4 |
| New follows, enriched follows, feed, company signals | 16 |
| Trending scan, VC activity | 24 |
| Thesis search, webhook setup (then 8/delivery) | 40 |
| Company deep-dive: overview, funding, convergence, resources, discover, similar VCs | 60 |
| Founder intelligence | 100 |
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.
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.
| Tool | What it does |
|---|---|
frontrun_status | Your balance, tracked count, usage stats |
frontrun_list_tracked | All accounts you're monitoring |
frontrun_track | Start monitoring an X account |
frontrun_untrack | Stop monitoring an account |
frontrun_preview | Preview an account before tracking — signal score, sector hints, recommendation |
| Tool | What it does |
|---|---|
frontrun_new_follows | New follows detected across your tracked accounts |
frontrun_snapshot | Current follow list for a specific tracked account |
frontrun_enriched_follows | New follows + AI classification + custom rules applied |
frontrun_convergence | Multiple tracked accounts following the same entity |
frontrun_trending | Entities ranked by follow velocity |
frontrun_search | Search discovered entities by sector, keyword, type |
frontrun_thesis_search | Semantic search — describe a thesis in plain language, get matching companies |
frontrun_feed | Real-time activity feed across all tracked accounts |
frontrun_sectors | Sector breakdown of discovered entities |
frontrun_discover | Personalized recommendations — "accounts your VCs follow that you're not tracking" |
frontrun_reports | Generated intelligence reports for your tracked accounts |
| Tool | What it does |
|---|---|
frontrun_company | Company overview — what they do, sector, stage |
frontrun_company_founders | Founder profiles, backgrounds, previous companies |
frontrun_company_signals | Social buzz, sentiment, notable engagements |
frontrun_company_resources | Website, GitHub, docs, community links |
frontrun_company_funding | Funding rounds, investors, amounts |
| Tool | What it does |
|---|---|
frontrun_vc_activity | VC follow patterns — velocity, sector focus, recent follows |
frontrun_vc_similar | Find VCs with overlapping follow patterns |
| Tool | What it does |
|---|---|
frontrun_classify | Run AI classification on specific entities |
frontrun_create_rule | Create a custom classification rule |
frontrun_list_rules | List your rules |
frontrun_update_rule | Update a rule |
frontrun_delete_rule | Delete a rule |
frontrun_tag | Tag an entity with custom labels |
frontrun_list_tags | List your tagged entities |
| Tool | What it does |
|---|---|
frontrun_list_webhooks | List your registered webhooks |
frontrun_create_webhook | Register a webhook for new_follows / convergence events |
frontrun_delete_webhook | Delete a webhook |
Prefer HTTP? Every tool maps to a REST endpoint. Base URL: https://frontrun.vc/v1
# 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
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.