n ∈ {pre-seed, seed, A, B, C, …}
A clean, verified feed of funding rounds — the data Crunchbase charges for, as an API and MCP your agents can use in one line. Six-gate clean data, machine-readable, one key away.
Quickstart — API & MCP, one line
claude mcp add --transport http series-n https://mcp.series-n.dev/mcp/ --header "Authorization: Bearer YOUR_KEY"
Paste into Claude Code, Claude Desktop, or Cursor — your agent queries the live feed.
curl -H "Authorization: Bearer YOUR_KEY" "https://api.series-n.dev/v1/rounds?country=Germany&min_usd=5"
One key, any language — JSON back over plain HTTPS.
Get a free key below ↓
Built for
Latest on the tape
LIVE — polling sources · last sweep —
| Company | Country | Amount (USD M) | Announced | Lead investor |
|---|---|---|---|---|
| Loading the tape… | ||||
Get a key
No verification email, no card, no waitlist. Your key works against the REST API and the MCP server the moment it's minted.
Your install, ready
claude mcp add --transport http series-n https://mcp.series-n.dev/mcp/ --header "Authorization: Bearer YOUR_KEY"
{
"mcpServers": {
"series-n": {
"url": "https://mcp.series-n.dev/mcp/",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}
{
"mcpServers": {
"series-n": {
"url": "https://mcp.series-n.dev/mcp/",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}
curl -H "Authorization: Bearer YOUR_KEY" "https://api.series-n.dev/v1/rounds"
How it works
The data promise
Dated. Full YYYY-MM-DD announced date, within the
rolling window — never a vague "recently."
Multi-source verified. Cross-checked before it's marked clean; we'd rather under-report than show a hallucinated round.
Agent-validated. Confidence-scored and exclusion-checked by an automated review pass, not a raw scrape.
Fields: company, domain,
company_linkedin, country, announced,
amount_usd_m, investors, founders.