Fundzwatch MCP Server

The free AI-agent gateway to FundzWatch answer sections - real-time business-event intelligence via the Model Context Protocol. Its 14 documented tools cover directory, events, market, watchlist. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-03 · ★ 2 · #374 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Fundzwatch

before you install - you'll need

Set FUNDZWATCH_API_KEY before connecting.

Claude Code

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

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @fundzwatch/mcp-server - the @fundzwatch scope differs from the repo owner (fund-z); confirm it's the project's official package

registry namespace io.github.Fund-z is GitHub-verified and matches the repo owner

03 · What Fundzwatch can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can add, remove, or list tracked companies, and check your API usage, limits, and current tier.

Capability map

Tools grouped from the project's README - what Fundzwatch lets an agent do.

read & search

13 tools - e.g. Companies funded in the last 12 months and actively hiring - the strongest buying window, scored daily.; Companies whose UCC-1 liens lapse within 12 months (Renewal Radar) - dated refinancing windows.…

get_funded_and_hiring · get_refinancing_windows · get_stacked_borrowers · get_benefit_plans_in_play · get_money_in_motion · get_lender_directory…

Manage

1 tool - e.g. Add, remove, or list tracked companies; tracked companies generate new-event alerts.

manage_watchlist

Latest releases

v1.0.2 · 2026-03-24

Changes · Added MIT LICENSE file · Added npm/License/Node badges to README · Added Windows/Linux config paths for Claude Desktop · Fixed User-Agent and server version strings · Install · npx -y @fundzwatch/mcp-server

v1.0.1 · 2026-03-24

Fixes · Fixed API base URL (api.fundz.net/v1/watch instead of /api/v1/watch) · Fixed User-Agent and server version strings to 1.0.1 · Added MIT LICENSE file · Added npm/License/Node badges to README · Added…

04 · Who maintains Fundzwatch

fundzwatch is maintained by fund-z. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
other - ranked #374 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.Fund-z/fundzwatch (active, first published 2026-06-06)
packages
npm:@fundzwatch/mcp-server

06 · Fundzwatch FAQ

Is Fundzwatch still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-03. We re-verify nightly.

What can Fundzwatch do?

With this server connected, an agent can add, remove, or list tracked companies, and check your API usage, limits, and current tier.

How do I install Fundzwatch?

Run `npx -y @fundzwatch/mcp-server`. The README documents one environment variable (FUNDZWATCH_API_KEY) to set first. Set FUNDZWATCH_API_KEY before connecting. You can also paste the ready-made client config above.

Does Fundzwatch run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Fundzwatch

More MCP servers to compare · Ardupilot MCP · Everyrow MCP Server · FutureSearch MCP Server · Mark It · Web Anatomy

More TypeScript MCP servers · Qubic MCP · Awesome Mineflayer MCP · Gamedev Pl · Microcharts · useVyre Context · see all