ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Lago with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage your metering and usage-based billing with Lago. handle customers, subscriptions, plans, and events directly from your 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 Lago capability set.

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

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 12 available through Lago.

  1. 01

    Create billable metric

    Create a billable metric

  2. 02

    Create plan

    Create a new billing plan

  3. 03

    Create subscription

    Assign a plan to a customer (create subscription)

  4. 04

    Get customer

    Retrieve a customer by external ID

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 12 available through Lago.

  1. 05

    Get subscription

    Retrieve a subscription by external ID

  2. 06

    Send event

    Send a usage event

  3. 07

    Apply coupon

    Apply a coupon to a customer

  4. 08

    Batch events

    Send a batch of usage events

Capability set03 / 03

09-12

4 capabilities in this set.

Part of 12 available through Lago.

  1. 09

    Create coupon

    Create a coupon

  2. 10

    Create wallet

    Create a wallet for prepaid credits

  3. 11

    List invoices

    List all invoices

  4. 12

    Upsert customer

    Requires an external_id. Create or update a customer in Lago

Observed, not estimated

1021ms average. Fast in production.

Lago is checked daily against the live service.

Daily averagePeak 1347ms
Aug 21Today
Fastest day
856ms
Slowest day
1347ms
14-day trend
Stable-1%

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 Lago, so you can see the experience inside your AI.

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

Lago Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_NNWvW9n3yfSEMxn5gBt3GomfwJtiW443sbi3CFBH/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 — Lago capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "lago-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_NNWvW9n3yfSEMxn5gBt3GomfwJtiW443sbi3CFBH/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 Lago owners ask.

  • 01

    How do I track a new usage event for a customer?

    Use the send_event capability. You'll need to provide the customer's external ID and the metric code to record the consumption in real-time.

  • 02

    Can I create a new billing plan with specific charges?

    Yes, use the create_plan capability. You can define the name, interval, and base amount, as well as pass a JSON object for specific charges.

  • 03

    Is it possible to apply a discount to a customer?

    Absolutely. First, create a coupon using create_coupon, then use the apply_coupon capability to link it to a specific customer's external ID.