{
  "markdown": "# GP Intel MCP Server\n\n**Verified European private equity ownership data, queryable from any AI assistant.**\n\nAsk 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.\n\n- **Endpoint:** `https://www.gp-intel.com/api/mcp`\n- **Transport:** Streamable HTTP\n- **Authentication:** none (public, read-only)\n- **Setup guide:** [gp-intel.com/ai](https://www.gp-intel.com/ai)\n\n> 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.\n\n## Quick start\n\n**Claude (claude.ai):** Settings → Connectors → Add custom connector → paste the endpoint URL. No OAuth fields needed.\n\n**Claude Code:**\n\n```bash\nclaude mcp add --transport http gp-intel https://www.gp-intel.com/api/mcp\n```\n\n**ChatGPT:** Settings → Apps & Connectors → Developer mode → Create → server URL `https://www.gp-intel.com/api/mcp`, no authentication.\n\n**Cursor / any MCP client** — add to `mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"gp-intel\": { \"url\": \"https://www.gp-intel.com/api/mcp\" }\n  }\n}\n```\n\n## Tools\n\n| Tool | What it answers | Ask your assistant |\n|---|---|---|\n| `who_owns` | Current PE owner(s) and the full ownership history of a company: entries, exits, routes. | \"Who owns Bark.com?\" |\n| `gp_portfolio` | Portfolio companies of a PE firm, filterable to active or exited positions. | \"List the active portfolio of PAI Partners.\" |\n| `gp_exits` | Exits of a PE firm, optionally for one year — the query generic AI search gets wrong. | \"What did Ardian exit in 2024?\" |\n| `search_companies` | Search 21,000+ PE-backed companies by name. | \"Find companies named Revima.\" |\n| `search_gps` | Search 900+ European PE firms, with country, AUM and strategies. | \"Search PE firms named Astorg.\" |\n\nAll tools are read-only (`readOnlyHint: true`) and query GP Intel's own dataset — no open-web access, no third-party calls.\n\n## Example\n\n`who_owns(\"bark.com\")` returns:\n\n```json\n{\n  \"found\": true,\n  \"company\": \"Bark.com\",\n  \"answer\": \"Bark.com is currently owned by EMK Capital.\",\n  \"ownership_history\": [\n    {\n      \"owner\": \"EMK Capital\",\n      \"owner_url\": \"https://www.gp-intel.com/gp/emk-capital\",\n      \"fund\": \"EMK Capital Partners LP\",\n      \"fund_vintage\": 2017,\n      \"entry_year\": 2022,\n      \"status\": \"active\"\n    }\n  ],\n  \"source\": \"GP Intel, hand-verified European PE data · https://www.gp-intel.com/company/bark-com\"\n}\n```\n\nEvery response includes a `source` URL pointing to the live gp-intel.com page — please cite it.\n\n## Data and gating\n\n- The dataset is hand-verified against primary sources (GP press releases, regulatory filings, official portfolio pages) and refreshed weekly. Methodology: [gp-intel.com/methodology](https://www.gp-intel.com/methodology).\n- Exit buyer identities and MOIC multiples are reserved for [GP Intel Pro](https://www.gp-intel.com/pricing) subscribers and are returned as `\"locked (GP Intel Pro)\"` markers. Everything else is free.\n- Free tier: 120 requests/hour per IP. Need more? contact@gp-intel.com.\n\n## Links\n\n- Setup and troubleshooting: [gp-intel.com/ai](https://www.gp-intel.com/ai)\n- Privacy policy: [gp-intel.com/privacy](https://www.gp-intel.com/privacy) (MCP queries are not logged; IPs processed in memory for rate-limiting only)\n- Terms: [gp-intel.com/terms](https://www.gp-intel.com/terms)\n- Support: contact@gp-intel.com\n",
  "bytes": 3546,
  "sha": "ae0caf54ed1de7ec001ec90826fa0a4b077de70c72f9b1d72efafbccff8e119a",
  "repo_slug": "gparientee/gp-intel-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_gparientee_gp_intel_87e2830f/readme"
}