# io.github.Fund-z/fundzwatch (npm · @fundzwatch/mcp-server)

Business-event intelligence for AI agents: funding, exec moves, UCC and benefit-plan signals.

- Trust score: 66/100 (medium)
- Change this week: +20
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@fundzwatch/mcp-server`: 66/100 (this document), [markdown](https://verifymcp.io/servers/fund-z-fundzwatch/fundzwatch-mcp-server.md), [page](https://verifymcp.io/servers/fund-z-fundzwatch/fundzwatch-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@fundzwatch/mcp-server`
- Version: `1.2.2`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 57 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1242 tokens (~88/item across 14 items; 14 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add fund-z-fundzwatch -- npx -y @fundzwatch/mcp-server
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add fund-z-fundzwatch --command npx --arg -y --arg @fundzwatch/mcp-server
```

### Hermes

```yaml
mcp_servers:
  fund-z-fundzwatch:
    command: "npx"
    args: ["-y", "@fundzwatch/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "fund-z-fundzwatch": {
      "command": "npx",
      "args": [
        "-y",
        "@fundzwatch/mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 66, +30)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 36, +8)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 28, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-29 (score 46, +22)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (14)

### `get_scored_leads` (~142 tokens)

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.

Input parameters:

- `buying_stages` (array): Filter by buying stage: 'Active Evaluation', 'Decision', 'Research', 'Awareness'
- `industries` (array): Filter by industry (e.g., ['SaaS', 'HealthTech', 'FinTech'])
- `max_results` (number): Max leads to return (1-50). Default: 25
- `min_score` (number): Minimum buyer intent score (0-100). Default: 0

### `get_events` (~122 tokens)

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

Input parameters:

- `days` (number): Look back days (1-90). Default: 7
- `industries` (string): Comma-separated industries
- `limit` (number): Max events (1-200). Default: 50
- `locations` (string): Comma-separated locations
- `types` (string): Comma-separated: funding, acquisition, hiring, contract, product_launch. Default: all

### `get_market_pulse` (~41 tokens)

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

### `get_market_brief` (~32 tokens)

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

### `manage_watchlist` (~82 tokens)

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

Input parameters:

- `action` (string, required): Action: 'list' to view, 'add' to track, 'remove' to untrack
- `domains` (array): Company domains for add/remove (e.g., ['stripe.com', 'github.com'])

### `get_watchlist_events` (~60 tokens)

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

Input parameters:

- `days` (number): Look back days (1-90). Default: 7
- `types` (string): Comma-separated event types

### `get_usage` (~24 tokens)

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

### `get_funded_and_hiring` (~85 tokens)

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.

Input parameters:

- `q` (string): Company name search
- `state` (string): 2-letter US state filter (e.g. 'CA')

### `get_refinancing_windows` (~110 tokens)

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.

Input parameters:

- `q` (string): Company name search
- `state` (string): 2-letter US state filter

### `get_stacked_borrowers` (~92 tokens)

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.

Input parameters:

- `q` (string): Company name search
- `state` (string): 2-letter US state filter

### `get_benefit_plans_in_play` (~106 tokens)

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.

Input parameters:

- `q` (string): Company name search
- `state` (string): 2-letter US state filter

### `get_lender_directory` (~97 tokens)

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.

Input parameters:

- `page` (number): Page (50/page). Default: 1
- `q` (string): Lender name search (e.g. 'Wells Fargo')

### `get_money_in_motion` (~129 tokens)

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.

Input parameters:

- `q` (string): Company name search
- `state` (string): 2-letter US state filter (e.g. 'CA')

### `get_broker_directory` (~120 tokens)

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.

Input parameters:

- `page` (number): Page (50/page). Default: 1
- `q` (string): Broker name search (e.g. 'Lockton')
- `state` (string): 2-letter US state filter

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/fund-z-fundzwatch/fundzwatch-mcp-server#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 36
- 2026-07-31: 28
- 2026-07-29: 46
- 2026-07-28: 24
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@fundzwatch/mcp-server
- Socket report: https://socket.dev/npm/package/@fundzwatch/mcp-server
- Repository: https://github.com/Fund-z/fundzwatch-mcp
- Website: https://fundzwatch.ai/
- Changelog RSS feed: https://verifymcp.io/servers/fund-z-fundzwatch/fundzwatch-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/fund-z-fundzwatch/fundzwatch-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/fund-z-fundzwatch/fundzwatch-mcp-server
