Pricefx Connector for AI agents.
10 live capabilities
Generate B2B quotes and manage pricing grids through natural language.
Waiting for input…
Why people use Pricefx
Pricefx for Faster B2B Quote Generation
This Connector changes the workflow by making the pricing engine a conversation. Instead of hunting for data, you just ask your agent to find the customer and build the quote. It handles the heavy lifting of navigating the Pricefx partition, so you can focus on the deal instead of the data entry.
What Vinkius changes
You get a natural language interface for your entire Pricefx CPQ workflow.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Live B2B Sales Negotiation
A sales engineer needs to know the price floor for a specific product during a call.
- Real-world use case 02
Rapid Quote Generation
A pricing manager needs to build a quote for a new client.
- Real-world use case 03
Failed Quote Troubleshooting
A quote is stuck in a failed state.
Complete set · 10capabilities
The complete Pricefx capability set.
These are the exact actions your AI can choose when you ask it to work with Pricefx.
01—04
4 capabilities in this set.
Part of 10 available through Pricefx.
- 01 Capability
Create customer
Create a new customer record with a JSON payload. This provisions a new customer binding in your system.
- 02 Capability
Create quote
Generate a new quote with the correct structural matching. Tell your agent the details and it builds the quote.
- 03 Capability
Delete quote
Permanently remove a draft quote from your partition. Use this to clean up your workspace of old drafts.
- 04 Capability
Fetch customers
Find specific CRM records within your Pricefx platform. Use this to identify active accounts quickly.
05—07
3 capabilities in this set.
Part of 10 available through Pricefx.
- 05 Capability
Fetch products
List all active pricing catalog items and their rules. This helps you see what's available in your catalog.
- 06 Capability
Fetch quotes
See all active quote arrays across your gateway. Use this to get a bird's eye view of your quotes.
- 07 Capability
Get customer
Pull specific properties for an active account. This is useful for seeing the data driving a customer's logic.
08—10
3 capabilities in this set.
Part of 10 available through Pricefx.
- 08 Capability
Get product
See the specific price limits and logs for a product. Use this to check base ceilings and floor restrictions.
- 09 Capability
Get quote
Check the validation history for a specific quote ID. This helps you see why a quote failed its check.
- 10 Capability
Update customer
Update customer data and plan math in bulk. This lets you apply changes across multiple records at once.
Set up in minutes
One URL. Then ask Pricefx to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Pricefx 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_ZqoQmPnk8AIMQ5UalDoPtxLPsgx5OTWucIzNcMTA/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 Pricefx, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Pricefx for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZqoQmPnk8AIMQ5UalDoPtxLPsgx5OTWucIzNcMTA/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 Pricefx URL.
- Step 03
Save and start
Save the connection and enable Pricefx in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"pricefx": {
"url": "https://edge.vinkius.com/vk_preview_ZqoQmPnk8AIMQ5UalDoPtxLPsgx5OTWucIzNcMTA/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 Pricefx
Open Agent mode in chat and ask: "Using Pricefx, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"pricefx": {
"url": "https://edge.vinkius.com/vk_preview_ZqoQmPnk8AIMQ5UalDoPtxLPsgx5OTWucIzNcMTA/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 Pricefx
Ask Copilot: "Using Pricefx, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"pricefx": {
"url": "https://edge.vinkius.com/vk_preview_ZqoQmPnk8AIMQ5UalDoPtxLPsgx5OTWucIzNcMTA/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 Pricefx
Open Cascade and ask: "Using Pricefx, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"pricefx": {
"url": "https://edge.vinkius.com/vk_preview_ZqoQmPnk8AIMQ5UalDoPtxLPsgx5OTWucIzNcMTA/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 Pricefx
Ask Cline: "Using Pricefx, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add pricefx --transport http "https://edge.vinkius.com/vk_preview_ZqoQmPnk8AIMQ5UalDoPtxLPsgx5OTWucIzNcMTA/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 Pricefx
Ask Claude: "Using Pricefx, show me...". 10 tools are ready
Where the request belongs
Work Pricefx can move forward.
This is for the pricing and sales ops teams who are tired of clicking through heavy dashboards to find simple answers or build quotes during live calls.
Pricing Manager
Uses the Connector to quickly check live price grids and simulate math without waiting for heavy dashboards to load.
Sales Engineer
Pulls the math trace behind a specific quote ID during high-pressure B2B negotiations to explain pricing to a client.
Backend Developer
Tests dynamic JSON payloads for quote generation by interacting with the pricing engine intuitively.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNue.io Revenue
Manage the revenue lifecycle via Nue.io. track product catalogs, price tags, and revenue workflows directly from your AI agent.
DealHub CPQ
Manage CPQ and sales via DealHub. create quotes, track opportunity stages, manage users, and sync CRM data directly from any AI agent.
Cacheflow
Close SaaS deals faster with automated quoting, billing, and subscription management that removes procurement friction.
Odoo Sales
Create quotations, confirm sales orders, manage products and pricelists. Odoo Sales pipeline through natural conversation.
Evoliz Invoicing & Management
Equip your AI agent to manage sales invoices, track CRM clients, and monitor quotes via the Evoliz API.
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 Pricefx 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 Pricefx.
The practical details behind the request, access and result.
Does the Pricefx MCP support B2B quote generation?
Yes, it specifically handles B2B quote generation. Your agent can build dynamic quotes from scratch using natural language, handling all the complex structural requirements of the Pricefx engine automatically.
Can I use the Pricefx MCP with Claude or Cursor?
Absolutely. This Connector is designed to work with any compatible client, including Claude, Cursor, and Windsurf, giving your AI agent direct access to your pricing data.
Is it possible to update customer records using this Connector?
Yes, you can use it to update customer records. This includes updating plan math and other customer attributes without having to manually navigate the Pricefx dashboard.
How does the Pricefx MCP handle pricing math traces?
It allows your agent to pull the exact math trace for any specific quote. This is incredibly helpful for troubleshooting why a quote failed or verifying the logic behind a complex price.
Can I delete old quotes using the Pricefx MCP?
Yes, you can use the Connector to permanently remove draft quotes from your partition. This helps keep your workspace clean and ensures you're only looking at relevant, active data.
Is my Pricefx data secure when using this Connector?
The Connector uses your existing Pricefx credentials, including your Cluster, Partition, and JWT Token. Your data stays within your secure Pricefx environment, and the agent only accesses what your permissions allow.
Can the AI automatically assemble the correct JSON format for creating quotes?
Yes, perfectly. By calling create_quote, you simply tell the AI: "Make a quote for customer 105 for product XYZ". It understands Pricefx schemas and writes the robust JSON mapping necessary to fulfill the API logic.
Does the server handle Pricefx partitioned clusters natively?
Yes. Pricefx securely isolates environments based on Cluster (e.g., eu1, us1) and Partition names. Our server intrinsically limits the AI to operate strictly within the bounds you configure.
If a quote creation fails due to business rules, will the AI tell me why?
Absolutely. If the CPU logic returns a rejection—like a discount violating a minimum margin—the AI extracts the raw API traceback identifying the specific pricing constraint that halted generation.
One connection away
Give your agent a direct line to Pricefx.
Connect Pricefx once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available