🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@opus-aether-ai/moneyball-mcp

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opus-aether-ai/moneyball-mcp

Moneyball MCP server: list fundraising programs, match company kits, and draft paste-ready applications from Claude, Codex, and other MCP clients.

latest
Source
npmnpm
Version
0.25.3
Version published
Maintainers
3
Created
Source

@opus-aether-ai/moneyball-mcp

npm version npm downloads

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-mcp

Package links:

Claude Desktop / Claude Code config:

{
  "mcpServers": {
    "moneyball": {
      "command": "moneyball-mcp",
      "args": []
    }
  }
}

Tools

ToolPurpose
list_programsList built-in fundraising programs.
get_deadlinesShow dated, rolling, live, and unresolved deadlines.
match_programsRank registry programs for a company kit.
draft_applicationDraft a paste-ready application brief from a company kit and a registry program or custom form.
ingest_companyPlaceholder; 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-scripts

The 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.

FAQs

Package last updated on 31 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts