Gp Intel Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Gp Intel Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
https://www.gp-intel.com/api/mcpThis 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.
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" }
}
}| Tool | What it answers | Ask your assistant |
|---|---|---|
who_owns | Current PE owner(s) and the full ownership history of a company: entries, exits, routes. | "Who owns Bark.com?" |
gp_portfolio | Portfolio companies of a PE firm, filterable to active or exited positions. | "List the active portfolio of PAI Partners." |
gp_exits | Exits of a PE firm, optionally for one year — the query generic AI search gets wrong. | "What did Ardian exit in 2024?" |
search_companies | Search 21,000+ PE-backed companies by name. | "Find companies named Revima." |
search_gps | 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.
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.
"locked (GP Intel Pro)" markers. Everything else is free.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.