Younium Connector for AI agents.
10 live capabilities
Manage B2B subscriptions and revenue metrics without opening a dashboard.
Waiting for input…
Why people use Younium
Younium for Faster B2B Subscription Management
With this Connector, you can just ask your agent to do the work. You can create accounts, list products, or terminate subscriptions through a simple chat. You get the data you need without the manual navigation.
What Vinkius changes
You get a conversational interface for your entire billing infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Revenue Reporting
A finance manager asks for the ARR of a specific contract using `get_metrics` to prepare a board deck without exporting CSVs.
- Real-world use case 02
New Customer Onboarding
A sales rep asks the agent to create a new billing account using `create_account` for a new lead to speed up the closing process.
- Real-world use case 03
Renewal Prep
A success manager checks the current subscription version using `get_subscription` before a client meeting to see previous changes.
Complete set · 10capabilities
The complete Younium capability set.
These are the exact actions your AI can choose when you ask it to work with Younium.
01—04
4 capabilities in this set.
Part of 10 available through Younium.
- 01 Capability
Create account
Creates a new customer billing account record using a provided JSON configuration. This automates the onboarding flow.
- 02 Capability
Create subscription
Sets up a new subscription for an existing account based on your provided details. Use this to provision new plans.
- 03 Capability
Get account
Pulls all the deep details for a specific Younium account, including tax IDs. It's perfect for auditing customer data.
- 04 Capability
Get metrics
Retrieves the MRR, ARR, and TCV metrics for a specific subscription. Get your revenue numbers in seconds.
05—07
3 capabilities in this set.
Part of 10 available through Younium.
- 05 Capability
Get subscription
Fetches details for a specific subscription, including all its historical versions. Use this to see plan changes.
- 06 Capability
List accounts
Shows all customer accounts currently registered in your Younium ERP. Use this to find specific account IDs.
- 07 Capability
List invoices
Lists every invoice generated within your account for easy auditing. Check payment statuses across your whole base.
08—10
3 capabilities in this set.
Part of 10 available through Younium.
- 08 Capability
List products
Displays every product and charge plan currently in your billable catalog. Good for checking your pricing inventory.
- 09 Capability
List subscriptions
Shows all the recurring billing subscriptions active in your account. Quickly browse your active billing records.
- 10 Capability
Cancel subscription
Terminates a specific subscription version immediately using its ID and effective date. It's the fastest way to handle churn.
Set up in minutes
One URL. Then ask Younium to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Younium 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_S051L6gHtKRUVYQBiNL4eXagpBrYoX3SGDbF2uPh/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 Younium, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Younium for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_S051L6gHtKRUVYQBiNL4eXagpBrYoX3SGDbF2uPh/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 Younium URL.
- Step 03
Save and start
Save the connection and enable Younium in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"younium": {
"url": "https://edge.vinkius.com/vk_preview_S051L6gHtKRUVYQBiNL4eXagpBrYoX3SGDbF2uPh/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 Younium
Open Agent mode in chat and ask: "Using Younium, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"younium": {
"url": "https://edge.vinkius.com/vk_preview_S051L6gHtKRUVYQBiNL4eXagpBrYoX3SGDbF2uPh/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 Younium
Ask Copilot: "Using Younium, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"younium": {
"url": "https://edge.vinkius.com/vk_preview_S051L6gHtKRUVYQBiNL4eXagpBrYoX3SGDbF2uPh/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 Younium
Open Cascade and ask: "Using Younium, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"younium": {
"url": "https://edge.vinkius.com/vk_preview_S051L6gHtKRUVYQBiNL4eXagpBrYoX3SGDbF2uPh/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 Younium
Ask Cline: "Using Younium, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add younium --transport http "https://edge.vinkius.com/vk_preview_S051L6gHtKRUVYQBiNL4eXagpBrYoX3SGDbF2uPh/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 Younium
Ask Claude: "Using Younium, show me...". 10 tools are ready
Where the request belongs
Work Younium can move forward.
This is for the finance and sales ops people who are tired of manual data entry and hunting for subscription statuses in a clunky ERP.
Finance Operations
Reconciles daily invoices and monitors revenue metrics via chat commands during the monthly close.
Sales Success
Verifies customer subscription statuses and contract versions before jumping into renewal meetings.
Accounting
Audits account details and tracks payment statuses across the entire customer base without manual searching.
Product Manager
Browses the billable product catalog to verify charge plan configurations without navigating complex ERP menus.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsZoho Billing
Comprehensive billing and subscription management platform.
Fusebill (Enterprise Subscription Billing API)
Automate enterprise subscription billing via Fusebill. manage customers, track subscriptions, and handle billing lifecycles directly from any AI agent.
Billsby
Manage subscription billing via Billsby. list customers, subscriptions, and invoices directly from any AI agent.
Cheddar
Manage usage-based billing and subscriptions via Cheddar. track usage, monitor invoices, and manage customers directly from any AI agent.
Orb
Automate usage-based billing via Orb. ingest events, manage subscriptions, and track invoices directly from any AI agent.
Stigg
Automate billing and subscription management via Stigg. provision customers, manage plans, and report usage directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Younium 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 Younium.
The practical details behind the request, access and result.
Can the Younium MCP help me see my revenue metrics?
Yes, it pulls real-time MRR, ARR, and TCV data for specific contracts so you can see your revenue health instantly.
How does the Younium MCP handle new customer onboarding?
It can create new customer billing accounts directly from your conversation, saving you from manual data entry in the ERP.
Can I use the Younium MCP to cancel subscriptions?
Yes, you can terminate specific subscription versions immediately using the ID and effective date through your AI agent.
Does the Younium MCP show invoice statuses?
It can list all invoices and show you whether they are currently in draft, posted, or paid status.
Can the Younium MCP find specific account IDs for me?
Yes, it can list all accounts or specific subscription details to help you find the IDs you need for other workflows.
Is the Younium MCP good for sales and success teams?
It's great for those roles because it allows you to quickly verify contract versions and subscription statuses before meetings.
Can I check the MRR and ARR metrics for a specific customer contract?
Yes. The get_contract_metrics capability allows your AI agent to retrieve real-time Monthly Recurring Revenue (MRR), Annual Recurring Revenue (ARR), and Total Contract Value (TCV) for any specific subscription ID.
How do I see if a customer's latest invoice has been paid?
You can use the list_invoices capability. Your AI agent will return a list of recent invoices along with their current status, such as 'DRAFT', 'POSTED', or 'PAID', helping you audit financial activity through chat.
Is it possible to terminate a subscription via conversation?
Absolutely. Using the cancel_subscription_version capability, you can instruct your agent to terminate a specific subscription. You'll need to provide the subscription and version IDs plus the effective cancellation date.
One connection away
Give your agent a direct line to Younium.
Connect Younium once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available