Nue.io Revenue Connector for AI agents.
10 live capabilities
Manage quote-to-revenue pricing and catalogs through your AI agent
Waiting for input…
Why people use Nue.io Revenue
Fix manual pricing lookups with Nue.io Revenue quote-to-revenue capabilities
With this Connector, you can just ask your agent. It pulls the exact pricing logic and bundle details from Nue.io instantly. You get the right answer the first time without ever leaving your chat window.
What Vinkius changes
You get instant access to your revenue data without opening a browser.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Verifying bundle contents during a live sales call
A sales rep needs to know if the 'Enterprise Pack' includes API access.
- Real-world use case 02
Checking volume discounts for a new contract
A RevOps manager needs to know the pricing for a 1,000-unit order.
- Real-world use case 03
Auditing active billing workflows
A finance lead wants to make sure the automated invoice generation is active.
Complete set · 10capabilities
The complete Nue.io Revenue capability set.
These are the exact actions your AI can choose when you ask it to work with Nue.io Revenue.
01—04
4 capabilities in this set.
Part of 10 available through Nue.io Revenue.
- 01 Capability
Get current user
Get the metadata for the user currently logged into the account.
- 02 Capability
Get organization info
Pull the metadata for your organization.
- 03 Capability
Get product details
Fetch the full metadata and configuration for a specific product.
- 04 Capability
List product bundles
See all the configured product bundles in your catalog.
05—07
3 capabilities in this set.
Part of 10 available through Nue.io Revenue.
- 05 Capability
List product categories
Get a list of all catalog categories.
- 06 Capability
List active integrations
See which third-party apps like Stripe or Salesforce are connected.
- 07 Capability
List product price tags
Get all price tags for a specific product.
08—10
3 capabilities in this set.
Part of 10 available through Nue.io Revenue.
- 08 Capability
List catalog products
List every published product in your catalog.
- 09 Capability
List metadata source objects
See the objects available for your metadata mapping.
- 10 Capability
List revenue workflows
View all of your automated revenue and billing workflows.
Set up in minutes
One URL. Then ask Nue.io Revenue to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Nue.io Revenue 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_fl8RiMJpcC8rRpBIW16UBhrdXCN0TJpwNmOqEv30/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 Nue.io Revenue, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Nue.io Revenue for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_fl8RiMJpcC8rRpBIW16UBhrdXCN0TJpwNmOqEv30/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 Nue.io Revenue URL.
- Step 03
Save and start
Save the connection and enable Nue.io Revenue in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"nueio-revenue": {
"url": "https://edge.vinkius.com/vk_preview_fl8RiMJpcC8rRpBIW16UBhrdXCN0TJpwNmOqEv30/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 Nue.io Revenue
Open Agent mode in chat and ask: "Using Nue.io Revenue, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"nueio-revenue": {
"url": "https://edge.vinkius.com/vk_preview_fl8RiMJpcC8rRpBIW16UBhrdXCN0TJpwNmOqEv30/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 Nue.io Revenue
Ask Copilot: "Using Nue.io Revenue, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"nueio-revenue": {
"url": "https://edge.vinkius.com/vk_preview_fl8RiMJpcC8rRpBIW16UBhrdXCN0TJpwNmOqEv30/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 Nue.io Revenue
Open Cascade and ask: "Using Nue.io Revenue, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"nueio-revenue": {
"url": "https://edge.vinkius.com/vk_preview_fl8RiMJpcC8rRpBIW16UBhrdXCN0TJpwNmOqEv30/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 Nue.io Revenue
Ask Cline: "Using Nue.io Revenue, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add nueio-revenue --transport http "https://edge.vinkius.com/vk_preview_fl8RiMJpcC8rRpBIW16UBhrdXCN0TJpwNmOqEv30/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 Nue.io Revenue
Ask Claude: "Using Nue.io Revenue, show me...". 10 tools are ready
Where the request belongs
Work Nue.io can move forward.
This is for revenue operations and finance professionals who are tired of digging through multiple dashboards to find pricing rules or verify product bundles during a live sale.
Revenue Operations Manager
Audits pricing logic and integration statuses across the company without manual data exports.
Sales Representative
Verifies bundle contents and self-service availability while on a call with a prospect.
Finance Administrator
Checks active billing workflows and revenue statuses to ensure automated processes are running.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPricefx
Equip your AI with advanced enterprise CPQ capabilities. fetch products, manage customers, and generate automated pricing quotes directly via chat.
Wuro
Manage your business billing, product catalog, and contacts with Wuro.fr through AI.
Evoliz Invoicing & Management
Equip your AI agent to manage sales invoices, track CRM clients, and monitor quotes via the Evoliz API.
Polar
Manage digital products, subscriptions, orders and customers via Polar. create checkouts, manage discounts and track revenue from any AI agent.
Altoviz
Business management and invoicing. manage customers, invoices, and expenses via AI.
Paycove
Automate smart quotes, invoice generation, and CPQ workflows directly from your CRM using AI agents.
Bring your own AI
Change the model, client or framework. Keep Nue.io 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 Nue.io.
The practical details behind the request, access and result.
Can I use Nue.io Revenue to check my bundle contents?
Yes. You can ask your agent to list product bundles to see exactly what is included in your various offerings without opening the dashboard.
How does Nue.io Revenue help with pricing logic?
It lets your agent pull specific price tags, including tiered and volume-based pricing, so you can get accurate quotes faster.
Does Nue.io Revenue show my Stripe integration status?
Yes. You can ask your agent to list active integrations to see if your Stripe, Salesforce, or other third-party capabilities are connected.
Can I see my billing workflows with this Connector?
Absolutely. You can pull a list of all your automated revenue workflows to see how your billing and collections are currently set up.
Is Nue.io Revenue good for RevOps teams?
It is perfect for RevOps because it removes the need to manually audit pricing and catalog data, letting you verify details in real-time.
Can I use this to manage my metadata mapping?
You can use it to list the business objects available for metadata mapping, which helps ensure your data stays consistent across your systems.
How do I get a Nue.io API Key?
You can generate an API Key in your Nue.io profile settings. Ensure your user role has the necessary permissions for API access.
Which products appear in the commerce catalog?
Only products that have been explicitly 'published' for self-service in the Nue App will be returned by the catalog endpoints.
What is a price tag in Nue?
Nue uses 'Price Tags' to represent complex pricing logic (like tiered or volume-based pricing) without needing to create multiple SKUs for the same product.
One connection away
Give your agent a direct line to Nue.io.
Connect Nue.io once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available