@opus-aether-ai/moneyball-mcp
v0.25.3
Published
Moneyball MCP server: list fundraising programs, match company kits, and draft paste-ready applications from Claude, Codex, and other MCP clients.
Readme
@opus-aether-ai/moneyball-mcp
Moneyball's stdio MCP server. It lists fundraising programs, resolves deadlines, matches a company kit against the registry, and drafts paste-ready application briefs. It never submits forms.
Install
npm install -g @opus-aether-ai/moneyball-mcp
moneyball-mcp
# Or run it without a global install.
npx -y @opus-aether-ai/moneyball-mcpPackage links:
- npmjs: https://www.npmjs.com/package/@opus-aether-ai/moneyball-mcp
- GitHub Packages mirror: https://github.com/orgs/Opus-Aether-AI/packages/npm/package/moneyball-mcp
- dist-tags:
npm view @opus-aether-ai/moneyball-mcp dist-tags
Claude Desktop / Claude Code config:
{
"mcpServers": {
"moneyball": {
"command": "moneyball-mcp",
"args": []
}
}
}Tools
| Tool | Purpose |
|---|---|
| list_programs | List built-in fundraising programs. |
| get_deadlines | Show dated, rolling, live, and unresolved deadlines. |
| match_programs | Rank registry programs for a company kit. |
| draft_application | Draft a paste-ready application brief from a company kit and a registry program or custom form. |
| ingest_company | Placeholder; pass kit JSON to draft_application today. |
Publish
The package is published from GitHub Actions. release-please.yml creates the
release, publishes @opus-aether-ai/moneyball-mcp to npmjs with Trusted
Publishing / GitHub OIDC, and mirrors it to GitHub Packages with GITHUB_TOKEN.
Stable releases publish to the latest npm dist-tag.
To stage a clean public package locally:
bun run --filter @moneyball/mcp prepare:npm
cd apps/mcp/npm-dist
npm publish --dry-run --provenance --access public --tag latest
npm publish --dry-run --registry=https://npm.pkg.github.com --ignore-scriptsThe staged package contains only dist/index.js, README.md, LICENSE,
THIRD_PARTY_NOTICES.md, and a minimal package.json; no source files,
workspace dependencies, private data, or dev artifacts are published.
