By salable
Monetize apps with Salable 2.0 — pricing models, entitlements, feature gating, and subscription management via MCP tools and REST API
Monetize any app with Salable 2.0 directly from Claude Code. This plugin provides MCP tools for catalog provisioning and guided workflows for building pricing pages, entitlement gating, checkout flows, and subscription management into your app.
claude plugin marketplace add Salable/salable-claude-code-plugin
claude plugin install salable
export SALABLE_API_KEY="your_api_key_here"
Add it to your shell profile (~/.zshrc or ~/.bashrc) for persistence:
echo 'export SALABLE_API_KEY="your_api_key_here"' >> ~/.zshrc
source ~/.zshrc
The MCP server connection requires a restart after setting the API key.
Run the /salable-monetize skill inside Claude Code:
/salable-monetize
This launches a guided workflow that:
| Model | Description |
|---|---|
| Flat-rate | Fixed monthly/yearly subscription fee |
| Per-seat | Price per team member with configurable seat limits |
| Metered | Usage-based billing with graduated or volume tiers |
| Hybrid | Any combination of the above in a single plan |
Multiple billing cadences (monthly, quarterly, yearly) and multi-currency pricing are supported.
salable-claude-code-plugin/ # repo root
├── .claude-plugin/
│ └── marketplace.json # Plugin collection manifest
├── plugins/
│ └── salable/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin config and MCP server definition
│ ├── .mcp.json # MCP server config
│ ├── skills/
│ │ └── salable-monetize/
│ │ └── SKILL.md # /salable-monetize skill definition and workflow
│ └── references/
│ ├── auth-options.md # Auth recommendations by stack
│ ├── mcp-tool-playbook.md # MCP operation guide
│ ├── openapi-focus.md # REST API endpoint map
│ └── pricing-model-templates.md # Ready-to-use pricing payloads
├── README.md
└── .gitignore
The plugin connects Claude Code to the Salable platform through two channels:
mcp__salable__*) for catalog writes — creating products, entitlements, plans, line items, and pricesbeta.salable.app/api/*) for app runtime — pricing pages, entitlement checks, checkout, and subscription managementThe /salable-monetize skill orchestrates both, using MCP for provisioning and REST for the code it generates in your app.
owner, grantee) must use non-email identifiers (org IDs, user IDs, or deterministic hashed values).External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub salable/salable-claude-code-plugin --plugin salableUse this agent when you need to optimize B2B pricing strategies, packaging models, and revenue optimization for enterprise sales. This agent specializes in value-based pricing, usage-based billing, enterprise contract negotiations, and competitive pricing analysis for SaaS platforms. Examples:
Use this agent when managing budgets, optimizing costs, forecasting revenue, or analyzing financial performance. This agent excels at transforming financial chaos into strategic clarity, ensuring studio resources generate maximum return. Examples:\n\n<example>\nContext: Planning next quarter's development budget
SaaS Builder Guide - Build production-ready SaaS from design to deployment with 11 skill guides, 5 AI agents, and beginner-friendly FAQ
Claude Code skill pack for Fondo (18 skills)
Official Stripe payment platform skills for checkout, billing, Connect, and API upgrades.
Editorial "Commerce & Payments" bundle for Claude Code from Antigravity Awesome Skills.