INDIVIDUAL MCP TOOL
gp_exits
List the exits (realised divestments) of a private equity firm, optionally for a specific year.
LIVE ENDPOINT
https://www.gp-intel.com/api/mcp
Connect to this endpoint to inspect the live schema for gp_exits and invoke it with your own arguments.
Indexed 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 server
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.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.
Related tools
who_owns— Find who owns a company: its current private equity owner(s) and the full ownership history (entry years, exits with year and route).gp_portfolio— List the portfolio companies of a private equity firm (GP), optionally filtered to active holdings or exited positions.search_companies— Search the 21,000+ PE-backed companies tracked on GP Intel by name.search_gps— Search the 900+ European private equity firms (GPs) tracked on GP Intel by name.search_exits— Cross-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.search_deals— Cross-firm investment search across ALL European PE firms: filter portfolio companies by entry year (or range), sector, geography and status (active/exited).