Skip to content
Vinkius

Stigg Connector for AI agents.

12 live capabilities

Manage SaaS billing and customer subscriptions from your chat window.

Live agent request Stigg / Connector

Waiting for input…

AI Agent

Why people use Stigg

Stigg for SaaS Billing Automation

With this Connector, you turn your AI agent into a billing operations assistant. Instead of clicking through a console, you just tell your agent to provision a new user or update a plan. The agent handles the API calls to Stigg in the background, updating your records instantly. You get a faster workflow and a much higher level of accuracy.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • Visual Studio Code
  • Windsurf

What Vinkius changes

You get a hands-free way to manage SaaS billing and customer entitlements.

Use it from Claude, ChatGPT, Cursor or another AI client you already have.

One account · 5,900+ Connectors

  1. Real-world use case 01

    Onboarding a new trial user

    A Customer Success rep asks the agent to provision a new trial.

  2. Real-world use case 02

    Reporting API usage for a metered plan

    A developer needs to log usage for a customer.

  3. Real-world use case 03

    Checking permissions for a support ticket

    A support agent wants to know if a user has 'Admin' access.

Complete set · 12capabilities

The complete Stigg capability set.

These are the exact actions your AI can choose when you ask it to work with Stigg.

Capability set01 / 03

01—04

4 capabilities in this set.

Part of 12 available through Stigg.

  1. 01 Capability

    Gql provision customer

    Provision a customer and optional subscription via GraphQL. This is the most efficient way to handle new signups.

  2. 02 Capability

    Gql report usage

    Report usage via GraphQL. This helps you track how much of a feature a customer has consumed.

  3. 03 Capability

    Rest report usage

    Report usage for metered features via REST API. Use this to update billing for items like API calls or seats.

  4. 04 Capability

    Rest update customer

    Update a customer via REST API. Use this to fix typos or update contact details in your billing system.

Capability set02 / 03

05—08

4 capabilities in this set.

Part of 12 available through Stigg.

  1. 05 Capability

    Rest cancel subscription

    Cancel a subscription via the REST API. Use this to stop a customer's access immediately upon churn.

  2. 06 Capability

    Rest create customer

    Create a new customer via REST API. This helps you onboard new users without manual data entry.

  3. 07 Capability

    Rest create subscription

    Create a subscription via REST API. Use this to assign a specific plan to a new user.

  4. 08 Capability

    Rest get customer

    Retrieve a customer via REST API. This is the fastest way to see who a user is and what they're paying for.

Capability set03 / 03

09—12

4 capabilities in this set.

Part of 12 available through Stigg.

  1. 09 Capability

    Rest get subscription

    Retrieve a subscription via REST API. Use this to check the status of a specific plan.

  2. 10 Capability

    Gql get customer

    Get customer details via GraphQL. This is the preferred way to get deep customer information in a single call.

  3. 11 Capability

    Gql get entitlements state

    Get entitlements state via GraphQL. Use this to verify permissions before granting access to a capability.

  4. 12 Capability

    Gql provision subscription

    Provision a subscription via GraphQL. Use this to update or add a plan to an existing account.

Set up in minutes

One URL. Then ask Stigg to work.

Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Stigg from the conversation.

Choose your client

Live preview
Advanced clients IDE · CLI

Claude · Web + desktop

Official guide ↗

Connector URL · ready to paste

Streamable HTTP
https://edge.vinkius.com/vk_preview_6N2TOJAyHFeDsPnzGGSq4Px2GqFliWpbYU9iV2r9/mcp
  1. Step 01

    Open Connectors

    In Claude Web or Claude Desktop, open Settings and choose Connectors.

  2. Step 02

    Add the URL

    Choose Add custom connector, name it Stigg, and paste the URL above.

  3. Step 03

    Turn it on in chat

    Select +, open Connectors, and enable Stigg for the conversation.

Where the request belongs

Work Stigg can move forward.

Built around the request

The operations person who is tired of jumping between multiple billing dashboards to fix customer plans or manually update usage logs.

01

Product Manager

Checks customer plan statuses and feature entitlements during product reviews without leaving the chat.

02

Customer Success Representative

Provisions trials or updates customer details during live support interactions.

03

Billing Engineer

Tests billing flows and reports metered usage for new features directly from the terminal.

Bring your own AI

Change the model, client or framework. Keep Stigg connected.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • VS Code
  • Windsurf
  • ZCode
  • Cline
  • Zed
  • Continue
  • Kiro
  • Roo Code
  • Zencoder
  • Goose
  • Void
  • Augment Code
  • Amp
  • Qodo
  • Tabnine
  • Pieces
  • Sourcegraph Cody
  • JetBrains
  • Warp
  • Amazon Q
  • Antigravity
  • BoltAI
  • Raycast
  • Jan
  • LM Studio
  • AnythingLLM
  • Open WebUI
  • Msty
  • Cherry Studio
  • LibreChat
  • TypingMind
  • Chorus
  • 5ire
  • n8n
  • LangChain
  • LlamaIndex
  • CrewAI
  • Vercel AI SDK

Before you connect

Questions about Stigg.

The practical details behind the request, access and result.

Can I use Stigg MCP to manage my SaaS subscriptions?

Yes. This Connector connects your AI agent to your Stigg account so you can manage subscriptions, plans, and customer profiles through a chat interface.

How does Stigg MCP help with usage-based billing?

It allows your agent to report metered usage units in real-time. This ensures that features like API calls are billed accurately based on actual consumption.

Can my AI agent provision new customers with Stigg MCP?

Yes, your agent can create new customer profiles and provision their initial subscriptions using a single command, saving you from manual dashboard entry.

Does Stigg MCP support both REST and GraphQL?

It does. You can choose between REST and GraphQL actions depending on your specific needs, giving you flexibility in how your agent interacts with your billing data.

Can I use Stigg MCP to check customer entitlements?

Yes. You can ask your agent to check what features a specific customer is allowed to access, which is helpful for troubleshooting support tickets.

How do I connect Stigg MCP to my AI client?

Once you subscribe to the Connector, you just need to provide your Stigg API Key in your AI client's configuration. After that, your agent can start managing your billing.

Can I provision a customer and a subscription in one go?

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

How do I report usage for a metered feature?

You can use either rest_report_usage or gql_report_usage. Simply provide the customerId, the featureId, and the numeric value to update their metered usage in Stigg.

Is it possible to cancel an active subscription via the agent?

Yes, use the rest_cancel_subscription capability by providing the specific subscription ID. The agent will process the cancellation through Stigg's REST API.

One connection away

Give your agent a direct line to Stigg.

Connect Stigg once. Keep it beside 5,900+ managed Connectors when the next task needs more.

Explore every Connector No credit card required · Free tier available