Frontrun

by jongall45

469 downloads
Not rated
GitHub Website

About

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.

Details

Author
jongall45
Downloads
469
Categories
Finance

- Monitors VC follow activity on X for early signals.
- Detects convergence when multiple VCs follow the same entity.
- Provides AI‑classified company profiles (sector, stage, founders).
- Offers real‑time feed, trending scans, and thesis search.
- Includes custom rules, tagging, and webhook support.
- Accessible via MCP tools or equivalent REST API endpoints.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Frontrun
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Set up via OAuth login (npx frontrun-mcp-server --login) or a manual API key from frontrun.vc. After authentication, configure your client using --setup for Claude Desktop or --setup-code for Claude Code. Then ask natural‑language questions such as “What are the trending companies this week?” or “Show me convergence signals.” Frontrun provides 33 tools—all callable automatically by the AI based on your query.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "frontrun": {
            "frontrun": {
                "command": "npx",
                "args": [
                    "frontrun-mcp-server",
                    "--setup"
                ]
            }
        }
    }
}

McpServers

{
    "frontrun": {
        "command": "npx",
        "args": [
            "frontrun-mcp-server",
            "--setup"
        ]
    }
}

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.

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

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

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

If you prefer to use an API key directly, go tofrontrun.vc→Settings > API Keysand generate a key (starts withsig_).

claude mcp add frontrun -e FRONTRUN_API_KEY=sig_your_key_here --scope user -- npx frontrun-mcp-server
{ "mcpServers": { "frontrun": { "command": "npx", "args": ["frontrun-mcp-server"], "env": { "FRONTRUN_API_KEY": "sig_your_key_here" } } } }

- macOS:~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:%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.jsonin 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

"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.

- "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?"

- "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?"

- "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"

- "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"

- "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"

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.

API + MCP access is included with thePro 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:

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.

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"

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

Bridge Town is an MCP-native, git-versioned financial modeling platform for FP&A teams and finance leaders. AI agents use Bridge Town tools to create projects, write Python model files, run models in isolated cloud sandboxes, query data, write outputs to Google Sheets, create dashboards, branch scenarios, and collaborate with teammates.

The Capital.com MCP Server lets your AI assistant talk to your trading account directly. Market data, position checks, trade previews – all in plain language, without leaving your AI tool.

Coinrule Agentic Trading MCP enables investors to create, backtest, execute, and manage trading agents through natural language across stocks, crypto and ETFs

Invest with Claude and other AI assistants

Australian Consumer Data Right Product Data

Remote MCP server for historical crypto & prediction-market data: search ~500K instruments, live market stats (OHLC, turnover, spreads, depth, slippage) and tick-data purchase. Keyless for catalog & stats; optional OAuth for account tools. Endpoint: https://cryptostruct.com/mcp

Cross-border debt collection from your AI assistant: check cases, get pricing, submit new cases.

Read-only MCP server for your Evibe investment portfolio + live market data (holdings, performance, dividends, benchmarks, screeners). Works with Claude & ChatGPT.

Financial and quantitative modeling engine for AI agents. Typed, named, deterministic.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.