· Venture Capital Tracker · venture-capital  · 5 min read

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.

VC News MCP guide cover highlighting five public, read-only tools for funding research

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

{
  "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

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. A raw initialization request is also a useful health check:

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

ToolUse it forImportant limit
search_funding_roundsSearch disclosed rounds by company, stage, month range, or tracked investor ID20 round records per call
get_company_fundingRead one tracked startup’s funding history and investorsOne startup ID; sections stay bounded
search_fundsFind VC funds by name, thesis, stage, sector, or locationSummary results only
get_fundRead one fund profile, with optional FAQs and portfolioOne fund ID; optional sections are capped
find_investorsRank tracked funds against a startup brief, stage, sector, and locationData-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.

MCPBest fitAccess and scope
Venture Capital TrackerSource-linked VC news research, company funding histories, fund discovery, and investor-fit shortlistsPublic, no login; five read-only tools; 20-result cap; remote MCP plus experimental WebMCP
DealroomBroad company, people, patent, analytics, transaction, and investor researchOAuth; 22 read-only tools; data follows the user’s Dealroom license
CrunchbaseBroad private-market profiles, people, acquisitions, predictions, and list workflowsOAuth; workspace-assigned MCP access and package permissions
FundedIQProspecting from weekly funding data, including contacts and company enrichmentBearer key; credit-metered search/unlocks; up to 100 records in some calls
Fund MomentumActive-fund discovery, GP profiles, and deployment signalsLimited keyless fund search; higher limits and signals use account tiers
KaleidoscopeFunding rounds connected to SEC and private-to-public contextInvitation 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, 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 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, the news archive, or the public JSON APIs listed in 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

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.

Sources

  1. Venture Capital Tracker — MCP tool manifest
  2. Model Context Protocol SDK — Streamable HTTP clients
  3. Chrome for Developers — WebMCP
  4. Dealroom — MCP server
  5. Crunchbase — getting started with MCP
  6. FundedIQ — MCP server documentation
Back to Blog

Recommended next

Browse all research »