gp-intel-mcp
GP Intel MCP Server
Verified European private equity ownership data, queryable from any AI assistant.
Ask Claude, ChatGPT or Cursor who owns a company, what a PE firm holds, or what it exited in a given year — answered from hand-checked data covering 21,000+ portfolio companies and 900+ European GPs, with a source link on every response.
Endpoint:
https://www.gp-intel.com/api/mcpTransport: Streamable HTTP
Authentication: none (public, read-only)
Setup guide: gp-intel.com/ai
This repository holds the public metadata and documentation for the hosted server. There is nothing to install or run from here — the server lives at the endpoint above.
Quick start
Claude (claude.ai): Settings → Connectors → Add custom connector → paste the endpoint URL. No OAuth fields needed.
Claude Code:
claude mcp add --transport http gp-intel https://www.gp-intel.com/api/mcpChatGPT: Settings → Apps & Connectors → Developer mode → Create → server URL https://www.gp-intel.com/api/mcp, no authentication.
Cursor / any MCP client — add to mcp.json:
{
"mcpServers": {
"gp-intel": { "url": "https://www.gp-intel.com/api/mcp" }
}
}Related MCP server: Crypto Funds MCP
Tools
Tool | What it answers | Ask your assistant |
| Current PE owner(s) and the full ownership history of a company: entries, exits, routes. | "Who owns Bark.com?" |
| Portfolio companies of a PE firm, filterable to active or exited positions. | "List the active portfolio of PAI Partners." |
| Exits of a PE firm, optionally for one year — the query generic AI search gets wrong. | "What did Ardian exit in 2024?" |
| Search 21,000+ PE-backed companies by name. | "Find companies named Revima." |
| Search 900+ European PE firms, with country, AUM and strategies. | "Search PE firms named Astorg." |
All tools are read-only (readOnlyHint: true) and query GP Intel's own dataset — no open-web access, no third-party calls.
Example
who_owns("bark.com") returns:
{
"found": true,
"company": "Bark.com",
"answer": "Bark.com is currently owned by EMK Capital.",
"ownership_history": [
{
"owner": "EMK Capital",
"owner_url": "https://www.gp-intel.com/gp/emk-capital",
"fund": "EMK Capital Partners LP",
"fund_vintage": 2017,
"entry_year": 2022,
"status": "active"
}
],
"source": "GP Intel, hand-verified European PE data · https://www.gp-intel.com/company/bark-com"
}Every response includes a source URL pointing to the live gp-intel.com page — please cite it.
Data and gating
The dataset is hand-verified against primary sources (GP press releases, regulatory filings, official portfolio pages) and refreshed weekly. Methodology: gp-intel.com/methodology.
Exit buyer identities and MOIC multiples are reserved for GP Intel Pro subscribers and are returned as
"locked (GP Intel Pro)"markers. Everything else is free.Free tier: 120 requests/hour per IP. Need more? contact@gp-intel.com.
Links
Setup and troubleshooting: gp-intel.com/ai
Privacy policy: gp-intel.com/privacy (MCP queries are not logged; IPs processed in memory for rate-limiting only)
Terms: gp-intel.com/terms
Support: contact@gp-intel.com
This server cannot be installed
Maintenance
Related MCP Servers
Alicense-qualityDmaintenanceAn MCP server that runs AI-driven venture capitalist agents whose thinking is continuously enriched by Octagon Private Markets' real-time deals and intelligence for pitch feedback, diligence simulations, and term sheet negotiations.30MIT- Alicense-qualityDmaintenanceAn MCP server that provides AI agents with structured, real-time data on cryptocurrency investment funds, enabling deeper due diligence and portfolio intelligence.3MIT
- AlicenseAqualityBmaintenanceMCP server for S.C.A.L.A. Score API — search and retrieve data on 244M+ companies across 50+ countries. Tools for company lookup by name/VAT/ID, NACE sector search, geographic filtering, and financial data enrichment from official EU business registries.6791MIT
- Alicense-qualityBmaintenanceMCP server that reconstructs hedge-fund/superinvestor portfolios from SEC EDGAR 13F filings, offering tools to query fund holdings, consensus activity, and quarter-over-quarter changes through a read-only API.3AGPL 3.0
Related MCP Connectors
Remote MCP server to enrich company profiles with structured B2B data and confidence scores.
MCP server for French (BOAMP) + EU (TED) public procurement data via TenderAPI.
EU Funding & Tenders Portal (SEDIA search API) MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gparientee/gp-intel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server