Stigg Pricing and Entitlements
Unified pricing, subscription, and entitlement management workflow for SaaS products. Enables engineering teams to provision customers, manage subscription lifecycles, enforce feature access gates, and track usage for metered billing — all through a single integration that allows product managers to iterate on pricing without additional engineering effort.
What You Can Do
MCP Tools
provision-customer
Provision a new customer in Stigg. Use when onboarding a new tenant or user to the SaaS product.
get-customer
Get customer details including active subscriptions and plan information.
create-subscription
Enroll a customer in a pricing plan by creating a subscription.
cancel-subscription
Cancel an active customer subscription. Use for churn, downgrades, or account closures.
check-entitlement
Check whether a customer has access to a specific feature and what their usage limits are. Use as a feature gate before executing protected functionality.
get-entitlements
Get all feature entitlements for a customer to understand their full access profile across all plan features.
report-usage
Report measured feature usage for a customer for metered billing calculations. Use after each metered API call or event.