Data Collection
gp-intel.com
Provides tools to query private equity ownership, portfolio, exits, and search companies and firms.
ENDPOINT 1
https://www.gp-intel.com/api/mcp
MCP server metadata
- Name
- gp-intel
- Version
- 1.0.0
Known tools 7
who_ownsFind who owns a company: its current private equity owner(s) and the full ownership history (entry years, exits with year and route).
Inferred read-onlygp_portfolioList the portfolio companies of a private equity firm (GP), optionally filtered to active holdings or exited positions.
Inferred read-onlygp_exitsList the exits (realised divestments) of a private equity firm, optionally for a specific year.
Inferred read-onlysearch_companiesSearch the 21,000+ PE-backed companies tracked on GP Intel by name.
Inferred read-onlysearch_gpsSearch the 900+ European private equity firms (GPs) tracked on GP Intel by name.
Inferred read-onlysearch_exitsCross-firm exit search the per-firm tools cannot do: filter REALISED exits across ALL European PE firms by year (or range), exit route, sector and geography.
Inferred read-onlysearch_dealsCross-firm investment search across ALL European PE firms: filter portfolio companies by entry year (or range), sector, geography and status (active/exited).
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.gp-intel]
url = "https://www.gp-intel.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gp-intel": {
"type": "http",
"url": "https://www.gp-intel.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gp-intel
Remote MCP URL: https://www.gp-intel.com/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": {
"gp-intel": {
"url": "https://www.gp-intel.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gp-intel": {
"type": "http",
"url": "https://www.gp-intel.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gp-intel",
"transport": "streamable-http",
"url": "https://www.gp-intel.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for gp-intel.com was fetched 2026-08-24T07:30:13.715Z.
gp-intel.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.