Boomin MCP
Boomin MCP lets agents install and operate Boomin with structured tools instead of guessing from terminal output.
Recommended install:
npx @boomin/cli@latest skill installnpx @boomin/cli@latest mcp installnpx @boomin/cli@latest doctorRestart Claude Code or Codex after install. The skill teaches the agent when to use Boomin; MCP gives it live tools.
Manual hosted MCP:
claude mcp add --transport http boomin https://mcp.boomin.ai/mcpLocal skill-only install:
npx @boomin/cli@latest skill install --target claudenpx @boomin/cli@latest skill install --target codexHow auth works
Section titled “How auth works”There are two supported paths:
npx @boomin/cli@latest mcp installlogs you into Boomin, creates a scoped platform token, and writes a staticAuthorization: Bearer ...header into Claude Code’s user MCP config.- OAuth-aware MCP clients can add
https://mcp.boomin.ai/mcp; the first call returns an OAuth challenge and opens Boomin consent athttps://mcp.boomin.ai/authorize.
Both paths end with the same scoped platform token model. Tokens are revocable, audited, and limited by the selected skill pack. MCP never bypasses the Platform API’s scopes, create limits, audit logs, or idempotency.
Skill packs
Section titled “Skill packs”Referral Program Installer is the default pack. It can diagnose setup, scaffold referral-first routes, verify install, read partner standing, and record a test event.
Program Operator is admin-only and opt-in. It can update required channels, referral settings, program requirements, tiers, and run evaluation.
Referral installer:
boomin.doctorboomin.detect_projectboomin.get_connect_configboomin.scaffold_referral_firstboomin.verify_referral_installboomin.get_partner_standingboomin.record_test_event
Program operator:
boomin.get_programboomin.update_programboomin.update_required_channelsboomin.update_referral_settingsboomin.list_program_requirementsboomin.create_program_requirementboomin.update_program_requirementboomin.delete_program_requirementboomin.list_program_tiersboomin.create_program_tierboomin.update_program_tierboomin.evaluate_programboomin.preview_qualification
Write tools use the same scoped platform token model, audit logs, create limits, and idempotency rules as the Platform API.
What agents should ask for
Section titled “What agents should ask for”Good prompts after install:
Use Boomin to add a partner referral program to this app.Use the Boomin referral installer skill. Check doctor first, then install referral-first routes.Use Boomin MCP to inspect the program config and verify referral setup.