Data Collection
tech.eu
Provides search and retrieval of European tech funding data, including companies, investors, and funding rounds.
ENDPOINT 1
https://funding.tech.eu/api/mcp
MCP server metadata
- Name
- techeu-funding-explorer
- Version
- 1.0.0
Tech.eu Funding Explorer — European tech funding rounds, investors and exits. Read-only, source-linked, EUR-normalized at the ECB reference rate on each round date. Typical flow: find_companies → get_company; or search_rounds with filters. Free within per-IP fair-use limits; methodology at https://funding.tech.eu/methodology.
Known tools 7
search_roundsSearch European tech funding rounds (cited, EUR-normalized at the ECB rate on the round date).
Inferred read-onlyget_companyFull company profile: description, location, sectors, every funding round with stage/amount/investors, named backers, exit if any.
Inferred read-onlyget_investorInvestor profile: deal count, companies backed, stage mix, portfolio and recent deals.
Inferred read-onlysearch_exitsEuropean tech exits and M&A (acquisitions, IPOs), newest first with a nextCursor.
Inferred read-onlymarket_mapAggregate 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 (disclosed %, high-confidence %, ECB reconciliation Δ).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.techeu-funding-explorer]
url = "https://funding.tech.eu/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"techeu-funding-explorer": {
"type": "http",
"url": "https://funding.tech.eu/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: techeu-funding-explorer
Remote MCP URL: https://funding.tech.eu/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"techeu-funding-explorer": {
"url": "https://funding.tech.eu/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"techeu-funding-explorer": {
"type": "http",
"url": "https://funding.tech.eu/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "techeu-funding-explorer",
"transport": "streamable-http",
"url": "https://funding.tech.eu/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.