---
title: "VC News MCP: Query Funding Rounds and Investors With AI"
description: "Connect an AI assistant to Venture Capital Tracker’s public, read-only MCP for source-linked funding rounds, company funding histories, VC fund search, and investor shortlists."
date: 2026-09-13T00:00:00.000Z
tags: ["venture-capital-mcp", "vc-news", "startup-funding", "model-context-protocol", "webmcp", "ai-agents"]
source: https://venturecapitaltracker.com/vc-news-mcp-webmcp-guide
---

# VC News MCP: Query Funding Rounds and Investors With AI

> Connect an AI assistant to Venture Capital Tracker’s public, read-only MCP for source-linked funding rounds, company funding histories, VC fund search, and investor shortlists.

The **Venture Capital Tracker MCP** gives AI assistants five public, read-only tools for researching disclosed startup funding rounds and VC funds. Connect to `https://venturecapitaltracker.com/mcp` with no account or API key. Results are capped at 20 per call and link back to the tracked source or profile.

This is a **published-data interface**, not a live newswire. New records appear when Venture Capital Tracker publishes or updates its source-backed coverage. Use the [VC news page](/news) for the human-readable tape and the MCP when an agent needs structured, bounded answers.

## Quick start: connect the VC News MCP

### Cursor

Add this to `~/.cursor/mcp.json` for all projects, or `.cursor/mcp.json` in one project:

```json
{
  "mcpServers": {
    "venture-capital-tracker": {
      "url": "https://venturecapitaltracker.com/mcp"
    }
  }
}
```

Reload the MCP servers, then ask:

> Use Venture Capital Tracker to find disclosed Series A rounds since 2026-08. Return company, amount, date, investors, and source URL. Do not fill missing values from model memory.

### Claude Code

```bash
claude mcp add --transport http venture-capital-tracker https://venturecapitaltracker.com/mcp
```

For another client, add the same URL as a remote **Streamable HTTP** MCP server. No authorization header is required.

To inspect the contract before connecting, open the [MCP tool manifest](/api/mcp.json). A raw initialization request is also a useful health check:

```bash
curl -s https://venturecapitaltracker.com/mcp \
  -H 'content-type: application/json' \
  -H 'accept: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-11-25","capabilities":{},"clientInfo":{"name":"health-check","version":"1.0.0"}}}'
```

## What the five venture capital MCP tools do

| Tool                    | Use it for                                                                     | Important limit                                      |
| ----------------------- | ------------------------------------------------------------------------------ | ---------------------------------------------------- |
| `search_funding_rounds` | Search disclosed rounds by company, stage, month range, or tracked investor ID | 20 round records per call                            |
| `get_company_funding`   | Read one tracked startup’s funding history and investors                       | One startup ID; sections stay bounded                |
| `search_funds`          | Find VC funds by name, thesis, stage, sector, or location                      | Summary results only                                 |
| `get_fund`              | Read one fund profile, with optional FAQs and portfolio                        | One fund ID; optional sections are capped            |
| `find_investors`        | Rank tracked funds against a startup brief, stage, sector, and location        | Data-fit shortlist, not an investment recommendation |

Start broad enough to discover a valid ID, then request one company or fund. That two-step pattern reduces ambiguous names and keeps the agent from pulling an entire database into context.

Useful prompts:

- “Find AI infrastructure seed rounds from August 2026 onward. Give me 10 results with source URLs.”
- “Get the funding history for startup ID `cognition`; separate disclosed values from missing values.”
- “Find seed funds in New York that cover fintech. Return the evidence for each match.”
- “I am raising a seed round for compliance software sold to US banks. Find likely-fit funds and explain each data match; do not call the ranking an endorsement.”

For repeatable research, specify the date range, stage, geography, result count, output columns, and what the agent must leave unknown. “Latest VC deals” is less reliable than “disclosed Series A rounds from 2026-08 through 2026-09, sorted newest first, with sources.”

## MCP vs WebMCP on Venture Capital Tracker

**Remote MCP** works from an AI client even when no browser tab is open. It is the right interface for research chats, code editors, and agent workflows.

**WebMCP** exposes the same five tools from Venture Capital Tracker pages to a compatible in-browser agent. There is nothing extra to install on the site: supported pages feature-detect the browser API and register the tools. The calls still go through the same bounded, read-only contract.

WebMCP remains a proposed standard under active development. Chrome’s current documentation describes an origin trial and a local testing flag, so treat it as progressive enhancement—not a replacement for remote MCP. If the browser does not expose `document.modelContext` or `navigator.modelContext`, the site simply behaves as a normal website.

## How this compares with other startup funding MCPs

The market is already split into distinct jobs. This comparison reflects public product documentation checked on **September 13, 2026**.

| MCP                                                                     | Best fit                                                                                               | Access and scope                                                                           |
| ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
| **Venture Capital Tracker**                                             | Source-linked VC news research, company funding histories, fund discovery, and investor-fit shortlists | Public, no login; five read-only tools; 20-result cap; remote MCP plus experimental WebMCP |
| [Dealroom](https://dealroom.co/mcp/)                                    | Broad company, people, patent, analytics, transaction, and investor research                           | OAuth; 22 read-only tools; data follows the user’s Dealroom license                        |
| [Crunchbase](https://data.crunchbase.com/docs/getting-started-with-mcp) | Broad private-market profiles, people, acquisitions, predictions, and list workflows                   | OAuth; workspace-assigned MCP access and package permissions                               |
| [FundedIQ](https://fundediq.co/docs/mcp/)                               | Prospecting from weekly funding data, including contacts and company enrichment                        | Bearer key; credit-metered search/unlocks; up to 100 records in some calls                 |
| [Fund Momentum](https://fundmomentum.vc/mcp)                            | Active-fund discovery, GP profiles, and deployment signals                                             | Limited keyless fund search; higher limits and signals use account tiers                   |
| [Kaleidoscope](https://mcp.kscope.io/funding)                           | Funding rounds connected to SEC and private-to-public context                                          | Invitation access; cited funding and filing surfaces                                       |

VCT does not beat those products on corpus size, contact data, private account data, or predictive signals. Its advantage is narrower: a public endpoint that keeps editorial funding records, source links, startup histories, fund profiles, and an explicit investor-fit caveat in one small contract.

Use a licensed database when you need exhaustive market coverage, people data, CRM writes, or bulk enrichment. Use VCT when you need a quick, inspectable answer from the [funding coverage we publish](/news), or when a public agent integration should not hold a secret.

## Accuracy, freshness, and safe usage

Every result is only as complete as the underlying record. Undisclosed valuations, investor roles, and round structures stay undisclosed; the MCP should not infer them. Check the returned source before using a figure in an investment memo, and read the [methodology](/methodology) for how Venture Capital Tracker separates confirmed events, reported terms, and estimates.

The endpoint is intentionally not a bulk export. Calls reject unknown bulk-style arguments, list/search responses top out at 20, and detail tools accept one entity ID. For full-site exploration, use the [VC fund directory](/directory), the [news archive](/news), or the public JSON APIs listed in [`llms.txt`](/llms.txt).

That constraint is part of the product: a useful VC news MCP should make an agent’s answer easier to verify, not merely make more rows easier to download.

**By:** [Venture Capital Tracker](https://venturecapitaltracker.com/editorial-policy)

**Editorial note:** AI tools assisted with research, structure, or drafting. Venture Capital Tracker retains human editorial responsibility for factual accuracy, relevance, and source quality before publication.
