Kueski Pay Connector for AI agents.
14 live capabilities
Manage Mexico's BNPL platform and quincena payments from your favorite AI client.
Waiting for input…
Why people use Kueski Pay
Kueski Pay BNPL Order Management for Mexican E-commerce
With this Connector, your agent handles all those steps in one go. You can ask for a status update or a payment simulation without ever leaving your chat window. You get real-time accuracy across your entire sales channel.
What Vinkius changes
It puts your entire Kueski Pay merchant account under your AI agent's control.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking customer loan eligibility
A support agent needs to know if a customer's phone number is pre-approved for a loan.
- Real-world use case 02
Simulating dynamic pricing for a product page
A developer wants to show the cost of a jacket in 4 vs 8 quincenas.
- Real-world use case 03
Processing a refund for a shipped item
A customer returns a product.
Complete set · 14capabilities
The complete Kueski Pay capability set.
These are the exact actions your AI can choose when you ask it to work with Kueski Pay.
01—04
4 capabilities in this set.
Part of 14 available through Kueski Pay.
- 01 Capability
Cancel order
This releases the credit hold on a customer's Kueski account. Use it to stop a pending order from processing.
- 02 Capability
Capture order
This finalizes the payment for an authorized order. Use it to move funds into your settlement queue when you ship items.
- 03 Capability
Check eligibility
This checks if a specific phone number is pre-approved for a loan. It helps you qualify customers instantly.
- 04 Capability
Create order
This generates a checkout URL for customers to complete their credit application. It starts the BNPL process.
05—08
4 capabilities in this set.
Part of 14 available through Kueski Pay.
- 05 Capability
Create webhook
This sets up real-time notifications for events like order approvals. It keeps your system updated automatically.
- 06 Capability
Get customer limits
This pulls the current credit limits available to a customer. It's great for quick eligibility checks.
- 07 Capability
Get merchant profile
This retrieves your current merchant account settings. Use it to verify your profile details.
- 08 Capability
Get order
This pulls the status and details of a specific BNPL order. Use it to see if a checkout was successful.
09—11
3 capabilities in this set.
Part of 14 available through Kueski Pay.
- 09 Capability
Get settlement
This pulls the details of a specific merchant payout. Use it to reconcile your daily fees.
- 10 Capability
List orders
This shows a list of recent orders that you can filter by status. It's a fast way to see recent sales.
- 11 Capability
List settlements
This displays a list of all merchant payout settlements. Use it to track your overall payouts.
12—14
3 capabilities in this set.
Part of 14 available through Kueski Pay.
- 12 Capability
List webhooks
This shows all active webhook subscriptions. Use it to manage your real-time event listeners.
- 13 Capability
Refund order
This processes a refund for a captured order. It automatically adjusts the customer's payment schedule.
- 14 Capability
Simulate installments
This calculates interest rates and payment amounts for different quincena terms. Use it to show real pricing.
Set up in minutes
One URL. Then ask Kueski Pay to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Kueski Pay 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_epn0T4P1m1iTz0ckdyVM38bdYVkK2AANvXLJVA0z/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 Kueski Pay, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Kueski Pay for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_epn0T4P1m1iTz0ckdyVM38bdYVkK2AANvXLJVA0z/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 Kueski Pay URL.
- Step 03
Save and start
Save the connection and enable Kueski Pay in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"kueski-pay": {
"url": "https://edge.vinkius.com/vk_preview_epn0T4P1m1iTz0ckdyVM38bdYVkK2AANvXLJVA0z/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 Kueski Pay
Open Agent mode in chat and ask: "Using Kueski Pay, help me...". 14 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"kueski-pay": {
"url": "https://edge.vinkius.com/vk_preview_epn0T4P1m1iTz0ckdyVM38bdYVkK2AANvXLJVA0z/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 Kueski Pay
Ask Copilot: "Using Kueski Pay, help me...". 14 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"kueski-pay": {
"url": "https://edge.vinkius.com/vk_preview_epn0T4P1m1iTz0ckdyVM38bdYVkK2AANvXLJVA0z/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 Kueski Pay
Open Cascade and ask: "Using Kueski Pay, help me...". 14 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"kueski-pay": {
"url": "https://edge.vinkius.com/vk_preview_epn0T4P1m1iTz0ckdyVM38bdYVkK2AANvXLJVA0z/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 Kueski Pay
Ask Cline: "Using Kueski Pay, help me...". 14 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add kueski-pay --transport http "https://edge.vinkius.com/vk_preview_epn0T4P1m1iTz0ckdyVM38bdYVkK2AANvXLJVA0z/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 Kueski Pay
Ask Claude: "Using Kueski Pay, show me...". 14 tools are ready
Where the request belongs
Work Kueski Pay can move forward.
This is for e-commerce owners in Mexico who are tired of manual dashboard hopping. It's for support teams who need to check credit limits without asking devs and managers who want to automate their fulfillment flow.
E-commerce Manager
Uses the Connector to capture funds and issue refunds in bulk without logging into the merchant portal.
Customer Support Representative
Checks customer credit limits and order statuses in real-time during live chats.
Fintech Developer
Uses the capability to show dynamic quincena pricing on product pages based on real-time interest rates.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAfterpay
Buy Now, Pay Later orchestration. manage checkouts, payments, and refunds via AI.
Zip
Manage BNPL checkouts, orders, and payments via the Zip (Quadpay) REST API.
Klarna
Manage payment sessions, orders, and fulfillment via the Klarna REST API.
Blink Payment
Manage payments, customers, and paylinks seamlessly using Blink Payment with AI Agents.
Bolt
Manage your one-click checkout and payments via Bolt. track transactions, manage orders, and process refunds directly from any AI agent.
Braintree
Process and manage payments via Braintree GraphQL API. search transactions, manage customers, and issue refunds directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Kueski Pay 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 Kueski Pay.
The practical details behind the request, access and result.
Can I use Kueski Pay to manage my BNPL store?
Yes, this Connector connects your Kueski Pay merchant account to your AI agent. It allows you to manage the entire lifecycle of Buy Now, Pay Later orders directly from your workspace.
How do I check customer credit with Kueski Pay?
You can simply ask your agent to check the eligibility of a customer's phone number. The Connector will instantly return whether they are pre-approved and for what amount.
Can my AI agent process Kueski Pay refunds?
Absolutely. Your agent can process full or partial refunds for captured orders. It will also automatically adjust the customer's remaining quincena payment schedule.
Does Kueski Pay support quincena simulations?
Yes, the Connector can calculate and display various quincena payment terms, including interest rates and estimated payment amounts for different purchase prices.
How do I see my Kueski Pay settlement history?
You can ask your agent to list your merchant payout settlements. It will pull the details of your daily batches and fees so you can reconcile your payouts easily.
Can I use Kueski Pay for my Mexican e-commerce site?
Yes, this is specifically designed for merchants using Kueski Pay in Mexico. It helps you offer BNPL options and manage the resulting orders through an AI-powered workflow.
How do I simulate the installment plan (quincenas) pricing for a product?
Use the simulate_installments capability and pass the product's price in MXN. It will return all available payment plans (e.g., 4, 6, 8 quincenas), showing the exact amount the customer would pay every two weeks.
Can I process a partial refund for an order that has already been captured?
Yes! Use the refund_order capability with the order ID and the desired refund amount. Kueski will automatically adjust the customer's remaining installment payments to reflect the new, lower balance.
What does capture_order do in BNPL?
When a customer finishes checkout, the order is authorized (funds are held). You must call capture_order when you actually ship or fulfill the items. If you don't capture within the expiration window (usually 14 days), the temporary authorization is released.
One connection away
Give your agent a direct line to Kueski Pay.
Connect Kueski Pay once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available