Conekta Connector for AI agents.
8 live capabilities
Manage Mexican and Latin American payments through your AI agent.
Waiting for input…
Why people use Conekta
Conekta for Mexican E-commerce Payment Tracking
This Connector puts that data in your agent's hands. You can just ask for a status update or a refund confirmation in plain English. It turns a three-tab research trip into a single sentence.
What Vinkius changes
You get real-time access to your LatAm payment data through a simple chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Verifying a pending payment
A customer claims they paid but the order is still pending.
- Real-world use case 02
Instant customer history lookup
A support rep needs to see a customer's history.
- Real-world use case 03
Daily sales summarization
A manager wants a summary of today's performance.
Complete set · 8capabilities
The complete Conekta capability set.
These are the exact actions your AI can choose when you ask it to work with Conekta.
01—04
4 capabilities in this set.
Part of 8 available through Conekta.
- 01 Capability
Create order
Create a new order in Conekta with customer details and line items. This helps you move a customer from a chat to a confirmed sale in one step.
- 02 Capability
Get customer
Pull contact info, payment sources, and the full order history for a specific customer. You can use this to see a person's entire history without searching for individual IDs.
- 03 Capability
Get order
Get the charges, line items, and current payment status for a single order. This is useful for verifying if a specific payment was successful or declined.
- 04 Capability
List subscription plans
See all the active subscription plans currently offered in your Conekta account. This helps you keep your pricing tiers consistent across your platform.
05—08
4 capabilities in this set.
Part of 8 available through Conekta.
- 05 Capability
List customers
Get a complete list of all customer records stored in your Conekta account. Use this to audit your user base or find specific profiles quickly.
- 06 Capability
List events
Retrieve webhook history to help you debug your payment integration. This lets you see what data your system is receiving without checking logs.
- 07 Capability
List orders
Pull a paginated list of orders, which you can filter by payment status. It is the fastest way to see what sold today or find failed payments.
- 08 Capability
Search customer by email
Find a specific customer profile using their email address. Use this to quickly pull up a customer's details during a live support conversation.
Set up in minutes
One URL. Then ask Conekta to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Conekta 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_xxg8ftRy7wneETCpQ8dhhfKrGCWQid3XQJJrRllB/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 Conekta, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Conekta for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_xxg8ftRy7wneETCpQ8dhhfKrGCWQid3XQJJrRllB/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 Conekta URL.
- Step 03
Save and start
Save the connection and enable Conekta in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"conekta": {
"url": "https://edge.vinkius.com/vk_preview_xxg8ftRy7wneETCpQ8dhhfKrGCWQid3XQJJrRllB/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 Conekta
Open Agent mode in chat and ask: "Using Conekta, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"conekta": {
"url": "https://edge.vinkius.com/vk_preview_xxg8ftRy7wneETCpQ8dhhfKrGCWQid3XQJJrRllB/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 Conekta
Ask Copilot: "Using Conekta, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"conekta": {
"url": "https://edge.vinkius.com/vk_preview_xxg8ftRy7wneETCpQ8dhhfKrGCWQid3XQJJrRllB/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 Conekta
Open Cascade and ask: "Using Conekta, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"conekta": {
"url": "https://edge.vinkius.com/vk_preview_xxg8ftRy7wneETCpQ8dhhfKrGCWQid3XQJJrRllB/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 Conekta
Ask Cline: "Using Conekta, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add conekta --transport http "https://edge.vinkius.com/vk_preview_xxg8ftRy7wneETCpQ8dhhfKrGCWQid3XQJJrRllB/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 Conekta
Ask Claude: "Using Conekta, show me...". 8 tools are ready
Where the request belongs
Work Conekta can move forward.
This is for e-commerce owners and support leads who are tired of tab-switching between their store and their payment processor to answer basic "did my payment go through?" questions.
E-commerce Manager
Checks if orders are paid and handles refund requests during peak sales periods.
Customer Support Rep
Verifies customer identities and payment statuses instantly during live chat conversations.
Financial Analyst
Gathers daily revenue and chargeback data for weekly reporting without manual CSV exports.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPaystack
Manage payments via Paystack. list transactions, verify payments, and manage customers directly from any AI agent.
Nuvei
Connect your AI agent to Nuvei to track transactions, manage payments, and securely tokenize cards through natural conversation.
Airwallex
Process global payments, manage multi-currency accounts, and track international transfers with enterprise-grade treasury capabilities.
Stark Bank
Equip your AI with Brazil's enterprise Developer Bank. Automate corporate virtual cards, Boletos, Outbound Pix (Transfers), and statements inside chats.
Adyen
Global payment processing. manage payments, refunds, and merchant accounts via AI.
Bold
Automate payments via Bold Colombia. manage terminals, process transactions, generate payment links, and track settlements from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Conekta 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 Conekta.
The practical details behind the request, access and result.
Can Conekta MCP help with Mexican payments?
Yes, this Connector is specifically designed to connect your AI agent to the Conekta gateway, which is a leading payment processor for Mexico and Latin America.
Does Conekta MCP work with my existing online store?
It works with any store that uses Conekta as its payment gateway. Your agent will be able to pull and manage that data directly.
Can I use Conekta MCP to handle customer refunds?
Yes, your agent can check the status of specific orders and help you manage the refund process by pulling the correct transaction details.
Is it safe to connect my Conekta account to an AI agent?
Yes, the connection is secured using your Conekta Private API Key, ensuring that only your authorized agent can access your payment data.
Can Conekta MCP see my subscription plans?
Yes, it can retrieve a list of all active subscription plans in your account, making it easy to check your current pricing tiers.
Can I use Conekta MCP to create new orders?
Yes, your agent can create new orders by providing customer details and line items, allowing you to move from a chat to a confirmed sale quickly.
How do I securely obtain my Conekta Private API Key?
Log in to your Conekta dashboard as an administrator. In the left sidebar, click on 'Developers' (Desarrolladores), then navigate to 'API Keys' (Llaves API). Locate the 'Private Key' (Llave Privada) section—you may need to enter your password to reveal it. Copy this key and paste it into the secure input field below to connect the agent.
Can the AI agent create new charges or issue refunds directly?
No. This integration operates strictly in read-only mode to guarantee financial security. The conversational agent can query and extract data regarding transactions, customers, and overall payments, but it cannot authorize new charges or initiate refunds, protecting your account from unintended financial actions.
What kind of data can I ask the agent to retrieve from Conekta?
You can ask the agent to check the exact status of a specific payment ID, verify whether a charge was approved or declined, list recent successful orders, or summarize the daily transaction volume and associated processing fees.
One connection away
Give your agent a direct line to Conekta.
Connect Conekta once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available