io.github.Fund-z/fundzwatch
NPM · @FUNDZWATCH/MCP-SERVER · SCANNED AUG 3
Business-event intelligence for AI agents: funding, exec moves, UCC and benefit-plan signals.
Available components
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 →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 57 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability81
- 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 Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @fundzwatch/mcp-server
claude mcp add fund-z-fundzwatch -- npx -y @fundzwatch/mcp-server
codex mcp add fund-z-fundzwatch -- npx -y @fundzwatch/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"fund-z-fundzwatch": {
"type": "local",
"command": [
"npx",
"-y",
"@fundzwatch/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add fund-z-fundzwatch --command npx --arg -y --arg @fundzwatch/mcp-server
mcp_servers:
fund-z-fundzwatch:
command: "npx"
args: ["-y", "@fundzwatch/mcp-server"] {
"mcpServers": {
"fund-z-fundzwatch": {
"command": "npx",
"args": [
"-y",
"@fundzwatch/mcp-server"
]
}
}
} 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.
- 2 Aug 26 +30
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +8
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 29 Jul 26 +22
- Tool coverage: unverified → 100 ▲ functional
- 28 Jul 26 −22
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 46
First indexed and scored.
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 3 Aug 2026 · Analysed npm/@fundzwatch/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| q | string | — | Company name search |
| state | string | — | 2-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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page (50/page). Default: 1 |
| q | string | — | Broker name search (e.g. 'Lockton') |
| state | string | — | 2-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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| q | string | — | Company name search |
| state | string | — | 2-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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page (50/page). Default: 1 |
| q | string | — | Lender 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.
| Name | Type | Req | Description |
|---|---|---|---|
| q | string | — | Company name search |
| state | string | — | 2-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.
| Name | Type | Req | Description |
|---|---|---|---|
| q | string | — | Company name search |
| state | string | — | 2-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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| q | string | — | Company name search |
| state | string | — | 2-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.
| Name | Type | Req | Description |
|---|---|---|---|
| days | number | — | Look back days (1-90). Default: 7 |
| types | string | — | Comma-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.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Action: 'list' to view, 'add' to track, 'remove' to untrack |
| domains | array | — | Company domains for add/remove (e.g., ['stripe.com', 'github.com']) |
No output schema declared.
No examples provided.