@freedmancapitalgroup/money
v0.1.1
Published
Claude Code skill + MCP server for the Freedman Capital Group capital matching marketplace.
Maintainers
Readme
@freedmancapitalgroup/money
Claude Code skill and MCP server for the Freedman Capital Group capital matching marketplace.
Describe your deal — unsecured business capital, commercial real estate debt, residential investor debt, or asset tokenization — and get matched to the right investor in minutes. All matching happens server-side; this package is the client surface.
Install
npx @freedmancapitalgroup/money installThat copies the skill into ~/.claude/skills/ and registers the MCP server with Claude Code.
Use
Inside Claude Code:
/moneyWalk through the intake questions. The skill routes to the right product bucket, collects only what's needed (TRID-safe ranges for residential), and hands the lead to the matching engine.
Commands
| Command | What it does |
|---|---|
| money install | Install the skill + register the MCP server |
| money uninstall | Remove the skill and MCP registration |
| money status | Show current installation and auth state |
| money help | Show usage |
Requirements
- Node.js 20+
- Claude Code CLI
Privacy
- No lead data is stored locally — everything goes to the server-side matching engine.
- Residential intake collects only TRID-safe ranges (no exact address, exact income, exact loan amount, or SSN).
- Authentication is a one-time magic link per device.
Project
- Public site: freedmancapitalgroup.com
- Lender/provider portal: providers.freedmancapitalgroup.com
License
MIT — see LICENSE.
