← Registry

Data Collection

tech.eu

Provides search and retrieval of European tech funding data, including companies, investors, and funding rounds.

1 endpoint7 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://funding.tech.eu/api/mcp

No auth detected

MCP server metadata

Name
techeu-funding-explorer
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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_rounds

Search European tech funding rounds (cited, EUR-normalized at the ECB rate on the round date).

Inferred read-only
find_companies

Find companies by name (case-insensitive substring).

Inferred read-only
get_company

Full company profile: description, location, sectors, every funding round with stage/amount/investors, named backers, exit if any.

Inferred read-only
search_investors

Search investors (entity-resolved: name variants are merged).

Inferred read-only
get_investor

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

Inferred read-only
search_exits

European tech exits and M&A (acquisitions, IPOs), newest first with a nextCursor.

Inferred read-only
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 (disclosed %, high-confidence %, ECB reconciliation Δ).

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.