Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Fundz

NPM · @FUNDZWATCH/MCP-SERVER · 2 COMPONENTS · SCANNED SEP 21

Funding rounds, exec moves, UCC liens and Form 5500 plans. 7 tools need no API key.

0 this week 84 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1242 tokens (~88/item across 14 items; 14 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 14 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Fundz MCP server?

Fundz runs locally as an npm package, launched with npx -y @fundzwatch/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @fundzwatch/mcp-server

# add to Claude Code
claude mcp add fund-z-fundzwatch -- npx -y @fundzwatch/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "fund-z-fundzwatch": {
      "command": "npx",
      "args": [
        "-y",
        "@fundzwatch/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "fund-z-fundzwatch": {
      "command": "npx",
      "args": [
        "-y",
        "@fundzwatch/mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add fund-z-fundzwatch -- npx -y @fundzwatch/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fund-z-fundzwatch": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@fundzwatch/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add fund-z-fundzwatch --command npx --arg -y --arg @fundzwatch/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  fund-z-fundzwatch:
    command: "npx"
    args: ["-y", "@fundzwatch/mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "fund-z-fundzwatch": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@fundzwatch/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add fund-z-fundzwatch -t stdio -c npx -a -y @fundzwatch/mcp-server
// mcp.json
{
  "mcpServers": {
    "fund-z-fundzwatch": {
      "command": "npx",
      "args": [
        "-y",
        "@fundzwatch/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 9 Sept 26 +1
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/@fundzwatch/mcp-server@1.2.4

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 14 exposed · ~1,242 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_benefit_plans_in_play ~106

Recently funded companies (≤24 months) with a DOL Form 5500 benefit-plan filing on record: plan renewal timing, participant count vs current headcount ('outgrowing their plan'), and the incumbent insurance carrier from Schedule A. For benefits brokers, retirement-plan advisors, PEOs, HR-tech sellers. No API key required.

NameTypeReqDescription
qstringCompany name search
statestring2-letter US state filter

No output schema declared.

No examples provided.

get_broker_directory ~120

Who broker-of-records whom: directory of 65,000+ benefits brokers from DOL Form 5500 Schedule A Part 1, ranked by filings carried, with sponsor counts and commission volume per broker. For carriers, broker M&A, benefits-tech sellers, and brokers scouting competitors. No API key required.

NameTypeReqDescription
pagenumberPage (50/page). Default: 1
qstringBroker name search (e.g. 'Lockton')
statestring2-letter US state filter

No output schema declared.

No examples provided.

get_events ~122

Get real-time business events: funding rounds, acquisitions, executive hires, government contracts, and product launches. Filter by type, industry, and location.

NameTypeReqDescription
daysnumberLook back days (1-90). Default: 7
industriesstringComma-separated industries
limitnumberMax events (1-200). Default: 50
locationsstringComma-separated locations
typesstringComma-separated: funding, acquisition, hiring, contract, product_launch. Default: all

No output schema declared.

No examples provided.

get_funded_and_hiring ~85

Companies with a verified funding round in the last 12 months AND live hiring evidence (open ATS roles, executive hires, hiring signals) — the strongest buying window, score-ranked and refreshed daily. No API key required.

NameTypeReqDescription
qstringCompany name search
statestring2-letter US state filter (e.g. 'CA')

No output schema declared.

No examples provided.

get_lender_directory ~97

Who finances whom: directory of 8,600+ UCC secured parties (lenders) ranked by filing volume, with active-lien counts and lapsing-soon exposure per lender. California + Colorado coverage (CO refreshed daily). No API key required.

NameTypeReqDescription
pagenumberPage (50/page). Default: 1
qstringLender name search (e.g. 'Wells Fargo')

No output schema declared.

No examples provided.

get_market_brief ~32

Get today's AI-generated strategic intelligence brief with narrative analysis of the most important market movements, patterns, and opportunities.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_market_pulse ~41

Get real-time market activity overview: funding totals, acquisition counts, executive moves, contracts, and product launches for the past 7 and 30 days.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_money_in_motion ~129

Companies with an executive-move announcement in the last 180 days AND a verified funding round in the last 24 months — the wealth advisor's 'money in motion' moment: a new comp package (often equity), an old 401(k) to roll over, benefits about to be re-evaluated. Score-ranked, refreshed daily. For RIAs, wealth managers, retirement-plan advisors, executive-benefits sellers. No API key required.

NameTypeReqDescription
qstringCompany name search
statestring2-letter US state filter (e.g. 'CA')

No output schema declared.

No examples provided.

get_refinancing_windows ~110

Companies whose active UCC-1 liens lapse within 12 months (Renewal Radar). UCC liens expire after 5 years — the incumbent lender must re-file or lose priority, so each approaching lapse is a refinancing window with a date on it. For lenders, MCA/ISO, and equipment finance. California + Colorado coverage (CO refreshed daily). No API key required.

NameTypeReqDescription
qstringCompany name search
statestring2-letter US state filter

No output schema declared.

No examples provided.

get_scored_leads ~142

Get AI-scored sales leads based on your ICP (Ideal Customer Profile). Returns companies with recent business events scored by AI for buyer intent, buying stage, and recommended outreach strategy.

NameTypeReqDescription
buying_stagesarrayFilter by buying stage: 'Active Evaluation', 'Decision', 'Research', 'Awareness'
industriesarrayFilter by industry (e.g., ['SaaS', 'HealthTech', 'FinTech'])
max_resultsnumberMax leads to return (1-50). Default: 25
min_scorenumberMinimum buyer intent score (0-100). Default: 0

No output schema declared.

No examples provided.

get_stacked_borrowers ~92

Companies with active secured debt (UCC-1) from 2+ distinct lenders and a filing in the last 24 months — proven appetite for layered financing; second-position and refi/consolidation targets. California + Colorado coverage (CO refreshed daily). No API key required.

NameTypeReqDescription
qstringCompany name search
statestring2-letter US state filter

No output schema declared.

No examples provided.

get_usage ~24

Check your FundzWatch API usage: calls made, limits, current tier.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_watchlist_events ~60

Get recent events for companies on your watchlist: funding, acquisitions, executive hires, contracts.

NameTypeReqDescription
daysnumberLook back days (1-90). Default: 7
typesstringComma-separated event types

No output schema declared.

No examples provided.

manage_watchlist ~82

Add, remove, or list companies on your watchlist. Tracked companies generate alerts when they have new events.

NameTypeReqDescription
actionstringyesAction: 'list' to view, 'add' to track, 'remove' to untrack
domainsarrayCompany domains for add/remove (e.g., ['stripe.com', 'github.com'])

No output schema declared.

No examples provided.

Common questions

What is the Fundz MCP server?

Fundz is an MCP server listed in the public MCP registry as io.github.Fund-z/fundzwatch. Funding rounds, exec moves, UCC liens and Form 5500 plans. 7 tools need no API key. This page covers its npm package (@fundzwatch/mcp-server).

Is the Fundz MCP server safe to use?

Fundz scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Fundz MCP server expose?

Fundz exposes 14 tools: get_scored_leads, get_events, get_market_pulse, get_market_brief, manage_watchlist, and 9 more. Their descriptions and schemas cost roughly 1,242 tokens of context every time the server is loaded.

Is the Fundz MCP server still maintained?

Fundz is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Fundz MCP server under?

Fundz declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.