The funding data others charge for, opened to everyone and machine-readable. Every figure is EUR-normalized at the ECB reference rate on the round date and traces to a cited source. Free to use under CC BY 4.0 — attribute “Tech.eu Funding Explorer”.
Use European funding data — sourced and EUR-normalized — right inside your AI assistant. It’s a Model Context Protocol (MCP) server: one endpoint, every MCP client, no API key and no signup.
Endpoint (Streamable HTTP): https://funding.tech.eu/api/mcp
Works on any plan, Free included — no terminal.
https://funding.tech.eu/api/mcp
One click, or add it to ~/.cursor/mcp.json.
{
"mcpServers": {
"techeu-funding": {
"url": "https://funding.tech.eu/api/mcp"
}
}
}One click, or add it to your mcp.json.
{
"servers": {
"techeu-funding": {
"type": "http",
"url": "https://funding.tech.eu/api/mcp"
}
}
}One command:
claude mcp add --transport http techeu-funding https://funding.tech.eu/api/mcp
Enable Developer Mode (Settings → Connectors → Advanced; available on Pro, Team, Enterprise and Education plans), then Add custom connector and paste the endpoint. This server is read-only.
https://funding.tech.eu/api/mcp
Any other MCP client (Windsurf, Zed, Cline, …): register https://funding.tech.eu/api/mcp as a Streamable HTTP server.
Once connected, your assistant can call these tools — the same cited, EUR-normalized figures you see on the site:
search_rounds — funding rounds by country, sector, stage, min amount or date (cursor-paginated)find_companies — find a company by name, with verified totalsget_company — full profile: rounds, investors, founders, exit, signals-free factssearch_investors — entity-resolved investor searchget_investor — deals, portfolio and stage mix for an investorsearch_exits — exits / M&A by date window and company countrymarket_map — one-call aggregates for a period: totals + breakdowns by country, sector and stageExample prompts
For developers who want raw JSON. Keyless, CORS-enabled, keyset-paginated. Rate limit 120 requests / 60s per IP (watch the ratelimit-* headers; 429 when exceeded). Reads are free.
/api/v1/rounds?country=UK&stage=Series+A&minAmount=1000000 — funding rounds (each cited: amountEur, source, confidence)/api/v1/companies/{id} — company profile + funding-signal estimates/api/v1/investors?q=accel — investor directory (deal & company counts, top sector)/api/v1/investors/{name} — investor profile (portfolio, biggest deals, co-investors, sector & country focus)/api/v1/exits — exits / M&A/api/v1/market-map?period=2025 — aggregates by country, sector, stageDrop a live, iframe-friendly snapshot into any page (CORS open, no script):
/embed/company/{id} — a single company funding cardCite as “Tech.eu Funding Explorer” with the relevant page or API URL. Questions or need full-dataset / high-volume access? Contact Tech.eu.