ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Stigg with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Automate billing and subscription management via Stigg. provision customers, manage plans, and report usage directly from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 12 capabilities

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

    Gql get customer

    Get customer details via GraphQL

  2. 02

    Gql get entitlements state

    Get entitlements state via GraphQL

  3. 03

    Gql provision customer

    Provision a customer and optional subscription via GraphQL

  4. 04

    Gql provision subscription

    Provision a subscription via GraphQL

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 12 available through Stigg.

  1. 05

    Rest create customer

    Create a new customer via REST API

  2. 06

    Rest update customer

    Update a customer via REST API

  3. 07

    Gql report usage

    Report usage via GraphQL

  4. 08

    Rest report usage

    Report usage for metered features via REST API

Capability set03 / 03

09-12

4 capabilities in this set.

Part of 12 available through Stigg.

  1. 09

    Rest create subscription

    Create a subscription via REST API

  2. 10

    Rest get customer

    Retrieve a customer via REST API

  3. 11

    Rest cancel subscription

    Cancel a subscription via REST API

  4. 12

    Rest get subscription

    Retrieve a subscription via REST API

Observed, not estimated

886ms average. Fast in production.

Stigg is checked daily against the live service.

Daily averagePeak 1074ms
Aug 20Today
Fastest day
721ms
Slowest day
1074ms
14-day trend
Slowing+14%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 12 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Stigg, so you can see the experience inside your AI.

It does not authenticate your account with Stigg. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Stigg Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_6N2TOJAyHFeDsPnzGGSq4Px2GqFliWpbYU9iV2r9/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Stigg capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "stigg-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_6N2TOJAyHFeDsPnzGGSq4Px2GqFliWpbYU9iV2r9/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Stigg owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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.