Stigg

Stigg MCP Connector for Claude

A+

Automate billing and subscription management via Stigg — provision customers, manage plans, and report usage directly from any AI agent.

12 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Stigg account to any AI agent to take full control of your pricing and packaging workflows. Manage the entire customer lifecycle from provisioning to usage reporting through natural conversation.

What you can do

  • Customer Lifecycle — Create, update, and retrieve customer profiles using REST or GraphQL tools.
  • Subscription Management — Provision new subscriptions, fetch active plan details, or cancel them when needed.
  • Usage Reporting — Report metered feature usage in real-time to ensure accurate billing and entitlement enforcement.
  • Hybrid API Access — Choose between REST and GraphQL actions for flexible integration with your billing data.

How it works

  1. Subscribe to this server
  2. Enter your Stigg API Key
  3. Start managing your SaaS billing from Claude, Cursor, or any MCP-compatible client

No more jumping between dashboards to check a customer's entitlement or manually reporting usage. Your AI acts as a billing operations assistant.

Who is this for?

  • Product Managers — instantly check customer plan statuses and feature entitlements without opening the Stigg console.
  • Customer Success — provision trials or update customer details directly during support interactions.
  • Developers — test billing flows and report usage for metered features straight from the terminal or IDE.
billingsubscriptionssaas-pricingusage-based-billingcustomer-management

12 tools expose this connector's capabilities to your AI agent.

rest_cancel_subscription

Cancel a subscription via REST API

rest_create_customer

Create a new customer via REST API

rest_create_subscription

Create a subscription via REST API

rest_get_customer

Retrieve a customer via REST API

rest_get_subscription

Retrieve a subscription via REST API

gql_get_customer

Get customer details via GraphQL

gql_get_entitlements_state

Get entitlements state via GraphQL

gql_provision_customer

Provision a customer and optional subscription via GraphQL

gql_provision_subscription

Provision a subscription via GraphQL

gql_report_usage

Report usage via GraphQL

rest_report_usage

Report usage for metered features via REST API

rest_update_customer

Update a customer via REST API

See how to talk to your AI agent using Stigg.

Create a customer with ID 'cust_123', name 'Alice', and email 'alice@example.com' using REST.

I've successfully created the customer 'Alice' (ID: cust_123) in Stigg. Would you like to provision a subscription for them now?

Report 50 units of usage for feature 'api-calls' for customer 'cust_123'.

Usage reported. I've added 50 units to the 'api-calls' feature for customer 'cust_123' via the REST API.

Get the details for customer 'cust_123' using GraphQL.

Retrieving data... Customer 'Alice' (cust_123) is currently active with email 'alice@example.com'. I can also list their active subscriptions if you'd like.

Yes! Use the `gql_provision_customer` tool. It allows you to create the customer entity and optionally provide a `planId` to start their subscription immediately in a single GraphQL call.

Related Connectors