Sign In

frontrun-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frontrun-mcp-server - npm Package Compare versions

Comparing version
2.5.1
to
2.5.2
+3
-3
index.js

@@ -271,7 +271,7 @@ #!/usr/bin/env node

if (response.status === 401) {
return { error: 'Invalid API key. Check FRONTRUN_API_KEY.' };
return { error: 'Not authenticated. Fix: run `npx frontrun-mcp-server --login` (browser OAuth sign-in), or set FRONTRUN_API_KEY from frontrun.vc \u2192 Settings \u2192 API Keys. API + MCP access is included with Frontrun Pro ($99/mo, 10,000 monthly credits) \u2014 plans at https://frontrun.vc/pricing' };
}
if (response.status === 402) {
const data = await response.json();
return { error: 'Insufficient credits. Add credits at frontrun.vc/api/billing.', ...data };
return { error: 'Insufficient credits. Top up (or enable auto-refill so agent pipelines never stall) at frontrun.vc/api/billing.', ...data };
}

@@ -461,3 +461,3 @@ if (!response.ok) {

'frontrun_thesis_search',
'Semantic thesis search over the full company catalog. Describe an investment thesis in plain language (e.g. "information markets — platforms where people trade on what they know") and get companies whose descriptions match the meaning, not just the exact words. Ranked by similarity. 40 credits.',
'Semantic thesis search over your database (companies surfaced by the investors you track). Describe an investment thesis in plain language (e.g. "information markets — platforms where people trade on what they know") and get companies whose descriptions match the meaning, not just the exact words. Ranked by similarity. 40 credits.',
{

@@ -464,0 +464,0 @@ q: z.string().describe('Investment thesis in plain language (min 10 characters)'),

{
"name": "frontrun-mcp-server",
"version": "2.5.1",
"mcpName": "io.github.jongall45/frontrun-mcp-server",
"version": "2.5.2",
"description": "Frontrun MCP Server — VC follow signal intelligence, company research, and deal discovery for AI agents. 33 tools.",

@@ -6,0 +6,0 @@ "type": "module",

MIT License
Copyright (c) 2026 Frontrun
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.