Agent Plugins Marketplace
All plugins

hfi-deals

v0.1.0

Bring the HFI deal pipeline into ChatGPT and Codex: browse the board, search every deal and document, read OMs and meeting notes, and update deals in plain English. Sign in with your HFI Google account; changes attribute to you.

CodexClaude Code1 MCP serverStreamable HTTP

By HFI Capital Management0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install hfi-deals for Codex and Claude Code

Installs for the current user
codex plugin marketplace add mikedidierhfi/claude-plugins
codex plugin marketplace upgrade hfi
codex plugin add hfi-deals@hfi

Paste and run these commands in a terminal with Codex. They add and refresh the hfi catalog, then install this plugin.

Compatibility: the page URL and API slug “hfi-deals” remain stable.

  • Codex: hfi-deals@agent-plugin-marketplacehfi-deals@hfi

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mikedidierhfi/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/hfi-deals/.

Plugin files

plugins/hfi-deals/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

hfi-dealsStreamable HTTP
url
https://mcp.8.232.203.15.nip.io/mcp/?toolset=all

Plugin manifests2

plugins/hfi-deals/.codex-plugin/plugin.json
{
  "name": "hfi-deals",
  "version": "0.1.0",
  "description": "Bring the HFI deal pipeline into ChatGPT and Codex: browse the board, search every deal and document, read OMs and meeting notes, and update deals in plain English. Sign in with your HFI Google account; changes attribute to you.",
  "author": {
    "name": "HFI Capital Management"
  },
  "repository": "https://github.com/mikedidierhfi/claude-plugins",
  "keywords": [
    "hfi",
    "deals",
    "deal-flow",
    "mcp",
    "private-equity",
    "real-estate"
  ],
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "HFI Deals",
    "shortDescription": "The HFI deal board, searchable and editable in plain English",
    "longDescription": "Connects to HFI's deal pipeline: every email-sourced deal, attached documents, meeting notes, fact sheets, open questions and action items. Ask for a deal brief, search across deals, pull figures from an OM into your work, or update a deal's status, notes and items. Each person signs in with their HFI Google account, so every change is attributed to them and access follows the same allowlist as the deal board.",
    "developerName": "HFI Capital Management",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Which deals are in review right now?",
      "Summarize the open items on [deal].",
      "What did the sponsor say about pricing on [deal]?"
    ]
  }
}
plugins/hfi-deals/.claude-plugin/plugin.json
{
  "name": "hfi-deals",
  "version": "0.1.2",
  "description": "Bring the HFI deal pipeline into Claude: browse the board, search every deal and document with RAG, read OMs and meeting notes, and update deals in plain English. Pull deal data straight into your work, e.g. 'summarize the open items on [deal]' or 'pull the rent roll from the OM into this memo.' Sign in with your HFI Google account; changes attribute to you.",
  "author": {
    "name": "HFI Capital Management"
  },
  "keywords": [
    "hfi",
    "deals",
    "deal-flow",
    "mcp",
    "private-equity",
    "real-estate"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[hfi-deals on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hfi-deals)