Frontrun MCP Server

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

Remote serverstreamable-httpGo

What is the Frontrun MCP server?

Most developer tooling work still happens through a UI a human drives. Frontrun MCP server moves it into the conversation instead. Track what 1,000+ VCs follow on X to surface startups before their round. Signal for AI agents.

The short version

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.

The tools it exposes

The server publishes 7 tools. What each one is for:

  • macOS — ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows — %APPDATA%\Claude\claude_desktop_config.json
  • Discovery — The Discovery tool exposed by this server
  • Tracking — The Tracking tool exposed by this server
  • Signals — The Signals tool exposed by this server
  • Classification — The Classification tool exposed by this server
  • Webhooks — The Webhooks tool exposed by this server

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

What it needs from you

Configuration is passed through the environment: FRONTRUN_API_KEY, FR_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Frontrun's toolset — macOS, Windows, Discovery and 4 more — is a fair guide to whether it matches your workflow. It is maintained by jongall45; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Frontrun's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
macOS~/Library/Application Support/Claude/claude_desktop_config.json
Windows%APPDATA%\Claude\claude_desktop_config.json
DiscoveryThe Discovery tool exposed by this server.
TrackingThe Tracking tool exposed by this server.
SignalsThe Signals tool exposed by this server.
ClassificationThe Classification tool exposed by this server.
WebhooksThe Webhooks tool exposed by this server.

How to install the Frontrun MCP server

Or add to `.mcp.json` in any project:

```json
{
  "mcpServers": {
    "frontrun": {
      "command": "npx",
      "args": ["frontrun-mcp-server"],
      "env": {
        "FRONTRUN_API_KEY": "sig_your_key_here"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
FRONTRUN_API_KEYCredential the server authenticates with.Yes
FR_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Frontrun to macOS.
  • Use Frontrun to Windows.
  • Use Frontrun to Discovery.

Frequently asked questions

It connects Frontrun to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (macOS, Windows, Discovery, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Frontrun directly.