← tech.eu
INDIVIDUAL MCP TOOL
get_company
Full company profile: description, location, sectors, every funding round with stage/amount/investors, named backers, exit if any.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related tools
search_rounds— Search European tech funding rounds (cited, EUR-normalized at the ECB rate on the round date).find_companies— Find companies by name (case-insensitive substring).search_investors— Search investors (entity-resolved: name variants are merged).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.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 Δ).