Orb Connector for AI agents.
10 live capabilities
Manage usage-based billing and revenue operations through your AI agent.
Waiting for input…
Why people use Orb
Stop Manual Billing Tasks with the Orb for Revenue Operations
This Connector lets your AI agent do that work for you. You can ask for a summary of a customer's credits or see upcoming invoices in a single sentence. You get a direct line to your billing data without the manual overhead.
What Vinkius changes
You get a direct command line for your entire revenue and billing stack.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Fixing credit discrepancies
A customer reports their credits haven't updated.
- Real-world use case 02
Automated customer onboarding
You need to onboard a batch of new users.
- Real-world use case 03
Feature adoption analysis
You want to see if a new feature is being used.
Complete set · 10capabilities
The complete Orb capability set.
These are the exact actions your AI can choose when you ask it to work with Orb.
01—04
4 capabilities in this set.
Part of 10 available through Orb.
- 01 Capability
List customers
Shows a list of all customers in your account. It includes all the metadata and external IDs you need for cross-referencing.
- 02 Capability
List invoices
Pulls a history of all past and current invoices. Use this to audit billing for a specific period.
- 03 Capability
Update subscription
Changes the details of an existing subscription. This is how you swap plans or adjust billing terms on the fly.
- 04 Capability
Create customer
Adds a new customer to your Orb account. You'll need to provide their name and email for this to work.
05—07
3 capabilities in this set.
Part of 10 available through Orb.
- 05 Capability
Create ledger entry
Adds or removes credits from a customer's balance. This is perfect for manual adjustments or prepaid top-ups.
- 06 Capability
Create subscription
Sets up a new billing plan for a customer. It ties their account to the specific pricing model you want.
- 07 Capability
Fetch ledger
Shows the full credit history for a specific customer. Use it to see how many credits they have left and why.
08—10
3 capabilities in this set.
Part of 10 available through Orb.
- 08 Capability
Get upcoming invoice
Shows the draft amount for a subscription's next billing cycle. It helps you predict revenue before it hits the bank.
- 09 Capability
Ingest events
Sends usage data like API hits or storage units to Orb. It uses idempotency keys to make sure you don't double-count events.
- 10 Capability
Cancel subscription
Stops an active subscription for a customer. Use this to quickly move a user to a different billing state.
Set up in minutes
One URL. Then ask Orb to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Orb from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_unDeG3HX9RVciDxl8hVOgxFFf5Y0zMGcwIQjJT59/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Orb, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Orb for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_unDeG3HX9RVciDxl8hVOgxFFf5Y0zMGcwIQjJT59/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Orb URL.
- Step 03
Save and start
Save the connection and enable Orb in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"orb": {
"url": "https://edge.vinkius.com/vk_preview_unDeG3HX9RVciDxl8hVOgxFFf5Y0zMGcwIQjJT59/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Orb
Open Agent mode in chat and ask: "Using Orb, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"orb": {
"url": "https://edge.vinkius.com/vk_preview_unDeG3HX9RVciDxl8hVOgxFFf5Y0zMGcwIQjJT59/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Orb
Ask Copilot: "Using Orb, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"orb": {
"url": "https://edge.vinkius.com/vk_preview_unDeG3HX9RVciDxl8hVOgxFFf5Y0zMGcwIQjJT59/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Orb
Open Cascade and ask: "Using Orb, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"orb": {
"url": "https://edge.vinkius.com/vk_preview_unDeG3HX9RVciDxl8hVOgxFFf5Y0zMGcwIQjJT59/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Orb
Ask Cline: "Using Orb, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add orb --transport http "https://edge.vinkius.com/vk_preview_unDeG3HX9RVciDxl8hVOgxFFf5Y0zMGcwIQjJT59/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Orb
Ask Claude: "Using Orb, show me...". 10 tools are ready
Where the request belongs
Work Orb can move forward.
For the RevOps manager who's tired of manually reconciling usage logs, or the engineer who needs to debug why a customer's credits aren't refreshing.
Revenue Operations Manager
Checks upcoming revenue and manages customer credits during monthly planning.
Software Engineer
Verifies that usage events are being ingested correctly during a production deployment.
Product Manager
Monitors how many customers are on specific subscription plans to track feature adoption.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCheddar
Manage usage-based billing and subscriptions via Cheddar. track usage, monitor invoices, and manage customers directly from any AI agent.
Togai (Usage Metering & Pricing)
Automate usage-based billing and metering. ingest events, manage customers, and track entitlements directly from your AI agent.
Lago
Manage your metering and usage-based billing with Lago. handle customers, subscriptions, plans, and events directly from your AI agent.
Stigg
Automate billing and subscription management via Stigg. provision customers, manage plans, and report usage directly from any AI agent.
Billsby
Manage subscription billing via Billsby. list customers, subscriptions, and invoices directly from any AI agent.
Fusebill (Enterprise Subscription Billing API)
Automate enterprise subscription billing via Fusebill. manage customers, track subscriptions, and handle billing lifecycles directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Orb 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 Orb.
The practical details behind the request, access and result.
Can the Orb MCP help me manage my usage-based billing?
Yes, it lets your agent handle usage events and subscriptions directly. You can ask your agent to check balances, pull invoices, or update plans without leaving your workspace.
How do I use the Orb MCP to check customer credits?
Your agent can fetch the credit ledger for any customer ID. This shows you the current balance and a history of how those credits were used or added.
Can I use this Orb MCP to automate new customer signups?
Yes, it can provision customers with names and emails automatically. This is great for automating onboarding workflows when a new user signs up.
Does the Orb MCP work with my existing usage data?
It allows your agent to ingest usage events from your own application. You can send batches of consumption data to Orb to ensure your billing stays accurate.
How does the Orb MCP help with revenue forecasting?
You can fetch upcoming draft invoices to see what's coming up in the next billing cycle. This helps you get a clear picture of expected revenue before it hits the bank.
Can I cancel subscriptions using the Orb MCP?
Yes, it provides a way to cancel active plans directly through your agent. This makes it much faster to handle churn or plan changes for your customers.
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.
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.
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.
One connection away
Give your agent a direct line to Orb.
Connect Orb once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available