Frontrun mcp setup
Agent skills for sourcing startup deals with Frontrun — pre-round signal from 1,000+ investor follow graphs on X. For Claude Code, Cursor, and any MCP-capable agent.
npx -y skills add jongall45/frontrun-skills --skill frontrun-mcp-setupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 22 days oldThe repository was created 22 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Install and configure the Frontrun MCP server for Claude Desktop, Claude Code, Cursor, or any MCP client: one-command npx setup, browser OAuth login, hosted streamable-HTTP endpoint, and troubleshooting. Use when asked to set up or install the Frontrun MCP server, connect an agent to Frontrun, add VC deal-sourcing tools to an MCP client, or wire investor follow-graph signal into Claude or Cursor.
SKILL.md
3.8 KB, as published. Nobody here has run it
Frontrun MCP server setup
The Frontrun MCP server gives any MCP-capable client (Claude Desktop, Claude Code, Cursor, Codex) native tools over the same /v1 API: tracking, new-follow detection, convergence, trending, thesis search, and company deep-dives. 35 read-only tools mirroring the 35 REST operations.
Local install (two commands, ~1 minute)
npx frontrun-mcp-server --login # opens browser OAuth sign-in; saves credentials to ~/.frontrun
npx frontrun-mcp-server --setup # writes the Claude Desktop config
Claude Code users: npx frontrun-mcp-server --setup-code (wraps claude mcp add).
Already have an API key (starts with sig_)? Skip login and pass it directly:
npx frontrun-mcp-server --setup YOUR_API_KEY. The server reads FRONTRUN_API_KEY
from its environment, so any MCP client can launch it with
npx frontrun-mcp-server plus that env var. Restart the client after setup.
Try it with no key at all (free-sample mode)
The npx server starts fine with no key configured. Two tools work pre-auth:
trending_teaser: top 5 trending companies from the last 7 days (name, handle, sector, followers, first-flagged date, new tracked-investor follow count). Real data, counts only, no key needed.send_feedback: report a confusing error, missing capability, or docs gap straight to the team, no key needed.
Every other tool returns sign-in instructions until a key is configured: the paywall sits at first authed use, not at install.
Hosted endpoint (no local install)
The same server runs hosted at https://www.frontrun.vc/mcp (streamable HTTP):
- Auth:
Authorization: Bearer <your API key> tools/listworks without auth (open install),tools/callrequires the key: the paywall sits at first use, not at install.
Auth and pricing (the honest version)
API + MCP access is included with Frontrun Pro ($99/mo, 10,000 monthly credits; no
trial on Pro, access unlocks immediately on payment). Keys are generated at
https://www.frontrun.vc under Settings > API Keys, or via the --login OAuth flow. The app has a
7-day free trial, but MCP tool calls need a Pro key. A free no-auth public slice of
the signal (counts only) lives at https://frontrun.vc/trending/.
Every tool result includes cost_credits and balance_credits. Rough per-call
costs: status and tracking management free; search and reports 4; feed, new follows,
and company signals 16; trending 24; thesis search 40; company deep-dives 60; founder
intelligence 100. Empty answers on the expensive calls (convergence, thesis, founders,
funding, similar VCs) cost 0.
Smoke test
Ask the connected agent:
call frontrun_status and tell me my credit balance.
which companies gained 3+ tracked-investor follows in the last 7 days?
Troubleshooting
- 401 on every call: the key is missing or invalid. Re-run
--login, or check theFRONTRUN_API_KEYenv var / Bearer header. Keys start withsig_. - 402: out of credits. Top up or wait for the monthly reset;
frontrun_statusis free and shows the balance. - Tools listed but calls fail on the hosted endpoint:
tools/listis open pre-auth by design; calls need the Bearer key. - Prefer REST? Same data at
https://frontrun.vc/v1, spec at https://www.frontrun.vc/openapi.json, docs at https://www.frontrun.vc/docs, index at https://www.frontrun.vc/llms.txt.
Once connected, load the vc-deal-sourcing skill for workflows.