Fundz MCP Server

The key-less 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.

People who work with directory, events and market and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-04 · ★ 3 · #82 OF 278 MAINTAINED API INTEGRATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Fundz

before you install - you'll need

Set FUNDZWATCH_API_KEY before connecting.

Claude Code

claude mcp add fund-z-fundzwatch-mcp --transport http https://mcp.fundz.net

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "fund-z-fundzwatch-mcp": {
      "url": "https://mcp.fundz.net"
    }
  }
}

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

https://mcp.fundz.net

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-17

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 · remote - your agent's requests go to mcp.fundz.net

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

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 Fundz 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 Fundz 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 Fundz

Fundz is maintained by fund-z. We track 2 MCP servers from fund-z - 2 actively maintained, 3 combined GitHub stars, oldest repo from Mar 2026.

05 · Facts

category
API integration - ranked #82 of 278 actively-maintained API integration servers as of 2026-09-18.
registry
io.github.Fund-z/fundzwatch (active, first published 2026-06-06 · 2 versions)
packages
npm:@fundzwatch/mcp-server

06 · Fundz FAQ

Is Fundz still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-04. We re-verify nightly.

What can Fundz 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 Fundz?

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 Fundz require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.

07 · Alternatives to Fundz