Tech.eu Funding Explorer
eu.tech.funding/funding-explorerSearch European tech funding rounds, companies, investors and exits — sourced, EUR-normalized.
Tools · 8
Search European tech funding rounds (cited, EUR-normalized at the ECB rate on the round date). Returns newest first with a `nextCursor` for pagination.
Find companies by name (case-insensitive substring). Returns id, location and verified funding totals; pass the id to get_company for the full profile.
Full company profile: description, location, sectors, every funding round with stage/amount/investors, named backers, exit if any. Figures are source-linked on the company page URL.
Search investors (entity-resolved: name variants are merged). Sortable by deal count or company count.
Investor profile: deal count, companies backed, stage mix, portfolio and recent deals.
European tech exits and M&A (acquisitions, IPOs), newest first with a nextCursor. Filter by date window and by the exited company's country (use it for "European exits"). Most deal values are undisclo…
Aggregate the European funding picture for a period in ONE call: totals (disclosed €, rounds, companies, investors, exits), concentration, and breakdowns by country, sector and stage — with provenance…
Incremental sync: what was ADDED or REMOVED since a timestamp. Use this — not repeated search_rounds calls — when you keep a local copy in step with the dataset. Sorted oldest-first by ingestion time,…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"tech.eu_funding_explorer": {
"url": "https://funding.tech.eu/api/mcp",
"transport": "streamable-http"
}
}
}