Vinkius

Stigg MCP. Manage billing, usage, and subscriptions via conversation.

Stigg brings billing and subscription management directly into your AI workflow. Use this MCP to provision new customers, manage active plans, or report usage metrics without leaving your client. You can handle the entire customer lifecycle—from initial account creation using rest_create_customer to tracking metered feature usage via gql_report_usage—all through natural conversation.

Stigg MCP is compatible with Claude Claude
Stigg MCP is compatible with ChatGPT ChatGPT
Stigg MCP is compatible with Cursor Cursor
Stigg MCP is compatible with Gemini Gemini
Stigg MCP is compatible with Windsurf Windsurf
Stigg MCP is compatible with VS Code VS Code
Stigg MCP is compatible with JetBrains JetBrains
Stigg MCP is compatible with Vercel Vercel
See Vinkius in Action

Give Claude and any AI agent real-world access

Manage Customer Profiles

Create new accounts or fetch existing customer details using both REST and GraphQL endpoints.

Provision Subscriptions

Set up a new subscription for a customer or retrieve the current state of their active plans.

Control Subscriptions

Cancel an existing subscription or update basic customer information when necessary.

Track Usage Metrics

Report metered feature usage to ensure billing accuracy and enforce entitlements in real time.

Waiting for input…

AI Agent
Stigg

What AI agents can do with Stigg: 12 Tools for Billing Operations

These tools allow you to execute every core function of customer management, subscription control, and usage reporting via the Stigg API.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Stigg MCP

Rest Cancel Subscription

Cancels a customer's subscription account using the REST API.

Rest Create Customer

Creates an entirely new customer profile using the REST API.

Rest Create Subscription

Sets up a brand new subscription for a customer via the REST API.

Rest Get Customer

Retrieves all available details about an existing customer profile using the REST...

Rest Get Subscription

Fetches all specific information regarding a given subscription plan via the REST...

Gql Get Customer

Retrieves customer details using the flexible GraphQL query language.

Gql Get Entitlements State

Checks the current state of a user's feature entitlements via GraphQL.

Gql Provision Customer

Creates and optionally provisions a subscription for a customer using GraphQL.

Gql Provision Subscription

Sets up a new subscription plan directly via the GraphQL endpoint.

Gql Report Usage

Reports metered feature usage data using the structured GraphQL query language.

Rest Report Usage

Records metered usage for billing purposes through a dedicated REST API call.

Rest Update Customer

Modifies existing details for a customer using the REST API.

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Stigg MCP is compatible with Claude

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Stigg integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on each call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Stigg, then connect any of our 5,200+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,200+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Connections are secured and governed automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog weekly
Stigg MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Stigg. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS CLOUD

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on each call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

The Pain of Switching Contexts to Check Billing Status

Right now, checking a customer's status means opening your billing dashboard. You pull up their profile, click into 'Subscriptions' to see the plan, and then maybe jump over to a usage tab just to check if they hit their limit. It takes five clicks, three tabs, and you risk losing track of which data point came from where.

With this MCP, those steps vanish. You simply tell your agent what you need—'What is the current plan and usage for cust-123?' The entire operation runs in the background, giving you a clean, direct answer without ever leaving your chat window.

Stigg: Instant Billing Control

Gone are the days of copying and pasting customer IDs between different systems. Gone is the manual process of confirming if a new subscription was created correctly or if usage reports were properly sent.

You manage everything—from rest_create_customer to gql_report_usage—through natural conversation. It makes billing operations feel like talking to an expert coworker, not wrestling with a dozen dashboards.

What Stigg MCP does for your AI

Stop switching between billing dashboards just to check a customer's status or adjust their plan. This connector lets you take full control of your entire pricing and packaging workflow, right from any MCP-compatible client. You can handle the whole customer journey, whether it’s creating a new account, updating details, provisioning a subscription, or canceling service when needed.

Need to know how much usage a user has consumed? Just ask your agent to report the metered feature usage in real time for accurate billing. Because this MCP is hosted on Vinkius, you get access to these core operations—like customer profile retrieval and plan management—all from one place. Your AI acts like an instant, hands-on billing ops assistant that never gets tired of API calls.

Built · Hosted · Managed by Vinkius Stigg MCP - Manage Billing, Subscriptions & Usage
Server ID 019e38f4-4e9c-7083-9e6e-c575c09eba5d
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Frequently asked questions about Stigg MCP

How do I create a customer using the Stigg MCP? +

You use rest_create_customer or gql_provision_customer. You just need to tell your agent the necessary details, like name and email, and specify which endpoint you want to use.

Is reporting usage difficult with Stigg? +

No. You simply ask your agent to report the metered feature usage by using gql_report_usage or rest_report_usage, providing only the units and the feature name.

Can I retrieve customer details in multiple ways with Stigg? +

Yes. You can use both GraphQL (gql_get_customer) for flexible querying, or REST (rest_get_customer) if you prefer direct resource retrieval via API calls.

What happens when I try to cancel a subscription? +

The agent executes rest_cancel_subscription. It confirms the cancellation and updates the customer's status immediately, making it visible in your chat history.

Does Stigg handle complex provisioning? +

It does. You can use gql_provision_customer to provision both a new customer account and an associated subscription plan simultaneously.