Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Tech.eu Funding Explorer

eu.tech.funding/funding-explorer

Search European tech funding rounds, companies, investors and exits — sourced, EUR-normalized.

Uptime
100.0%
1 direct probes · 30d
Response
730ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

search_rounds

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

Find companies by name (case-insensitive substring). Returns id, location and verified funding totals; pass the id to get_company for the full profile.

get_company

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

Search investors (entity-resolved: name variants are merged). Sortable by deal count or company count.

get_investor

Investor profile: deal count, companies backed, stage mix, portfolio and recent deals.

search_exits

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…

market_map

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…

list_changes

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,…

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