ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Orb with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Automate usage-based billing via Orb. ingest events, manage subscriptions, and track invoices 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 · 10 capabilities

The complete Orb capability set.

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

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Orb.

  1. 01

    List invoices

    List invoices

  2. 02

    Create ledger entry

    Create a ledger entry for credits

  3. 03

    Fetch ledger

    Fetch credit ledger for a customer

  4. 04

    Get upcoming invoice

    Fetch upcoming invoice for a subscription

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Orb.

  1. 05

    Ingest events

    Events require customer_id, event_name, timestamp, idempotency_key, and properties. Ingest usage events into Orb

  2. 06

    Cancel subscription

    Cancel a subscription

  3. 07

    Create customer

    Requires name and email. Create a new customer in Orb

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Orb.

  1. 08

    Create subscription

    Create a subscription for a customer

  2. 09

    List customers

    List customers in Orb

  3. 10

    Update subscription

    Update an existing subscription

Observed, not estimated

920ms average. Fast in production.

Orb is checked daily against the live service.

Daily averagePeak 1157ms
Aug 20Today
Fastest day
783ms
Slowest day
1157ms
14-day trend
Stable+2%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 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 Orb, so you can see the experience inside your AI.

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

Orb Connector

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

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

  • 01

    How do I report usage events for a specific customer?

    Use the ingest_events capability. You'll need to provide an array of event objects containing the customer_id, event_name, timestamp, and an idempotency_key to ensure usage is only counted once.

  • 02

    Can I see how much a customer will be charged before the billing cycle ends?

    Yes! The get_upcoming_invoice capability allows you to fetch the draft invoice for any active subscription_id, giving you real-time visibility into accrued costs.

  • 03

    How do I manage prepaid credits or balances?

    You can use create_ledger_entry to add or remove credits from a customer's balance. You can also use fetch_ledger to view the current state of a customer's credit ledger.