Bold Connector for AI agents.
14 live capabilities
Manage Colombian payment links and merchant terminals from your workspace.
Waiting for input…
Why people use Bold
Bold for Colombian Payment Management
This Connector changes the flow. You just tell your agent to create a link for a specific amount or ask which datáfonos are offline. It handles the clicks and the copy-pasting for you, so you can stay in your workspace and keep moving.
What Vinkius changes
You get a voice-controlled interface for your entire Colombian payment stack.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Sending a quick payment link
A customer wants to pay an invoice but doesn't have a card.
- Real-world use case 02
Checking terminal connectivity
A retail manager needs to know if a shop terminal is working.
- Real-world use case 03
Handling a product return
A customer wants a refund for a faulty product.
Complete set · 14capabilities
The complete Bold capability set.
These are the exact actions your AI can choose when you ask it to work with Bold.
01—04
4 capabilities in this set.
Part of 14 available through Bold.
- 01 Capability
Get online payment
View the specific details and status of a past online card transaction.
- 02 Capability
Get payment link
Retrieve the details of a specific payment link you created earlier.
- 03 Capability
List payment methods
See a list of all the different payment methods you currently accept.
- 04 Capability
List terminals
See all your bound datáfonos and check if they are currently online or offline.
05—08
4 capabilities in this set.
Part of 14 available through Bold.
- 05 Capability
List transactions
Get a list of your most recent payment transactions for quick review.
- 06 Capability
List webhooks
See all the webhooks you have currently configured in your account.
- 07 Capability
Refund payment
Send a full reversal back to the original payment method for an approved transaction.
- 08 Capability
Create online payment
Process a card payment for a customer using tokenized details and required anti-fraud info.
09—11
3 capabilities in this set.
Part of 14 available through Bold.
- 09 Capability
Create payment link
Generate a unique URL for a customer to pay a specific amount in Colombian Pesos.
- 10 Capability
Create webhook
Register a new URL to receive real-time notifications about your transaction events.
- 11 Capability
Delete webhook
Remove an existing webhook endpoint from your merchant account.
12—14
3 capabilities in this set.
Part of 14 available through Bold.
- 12 Capability
Get account balance
Check the current funds and pending disbursements in your Bold merchant account.
- 13 Capability
Get transaction
Look up the details of a single transaction to see card brands and settlement info.
- 14 Capability
Initiate terminal payment
Trigger a payment flow on a physical datáfono using its serial number.
Set up in minutes
One URL. Then ask Bold to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Bold 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_3MG6t46IAdjFtUTluLyc1V59U3aPfFpMJ6OruX7C/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 Bold, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Bold for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_3MG6t46IAdjFtUTluLyc1V59U3aPfFpMJ6OruX7C/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 Bold URL.
- Step 03
Save and start
Save the connection and enable Bold in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"bold": {
"url": "https://edge.vinkius.com/vk_preview_3MG6t46IAdjFtUTluLyc1V59U3aPfFpMJ6OruX7C/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 Bold
Open Agent mode in chat and ask: "Using Bold, help me...". 14 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"bold": {
"url": "https://edge.vinkius.com/vk_preview_3MG6t46IAdjFtUTluLyc1V59U3aPfFpMJ6OruX7C/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 Bold
Ask Copilot: "Using Bold, help me...". 14 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"bold": {
"url": "https://edge.vinkius.com/vk_preview_3MG6t46IAdjFtUTluLyc1V59U3aPfFpMJ6OruX7C/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 Bold
Open Cascade and ask: "Using Bold, help me...". 14 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"bold": {
"url": "https://edge.vinkius.com/vk_preview_3MG6t46IAdjFtUTluLyc1V59U3aPfFpMJ6OruX7C/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 Bold
Ask Cline: "Using Bold, help me...". 14 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add bold --transport http "https://edge.vinkius.com/vk_preview_3MG6t46IAdjFtUTluLyc1V59U3aPfFpMJ6OruX7C/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 Bold
Ask Claude: "Using Bold, show me...". 14 tools are ready
Where the request belongs
Work Bold can move forward.
This is for business owners and finance leads in Colombia who are tired of manual payment reconciliation and constant dashboard switching.
E-commerce Operator
Creates payment links for customers and monitors sales from their primary workspace.
Retail Manager
Checks terminal status and triggers in-store payments remotely from a mobile device.
Finance Clerk
Pulls settlement reports and handles refund requests to keep books balanced.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsConekta
Equip your AI agent to securely manage Latin American payments, view transactions, and track sales using the Conekta API.
Treinta App
Empower Latin American SMBs automating Treinta app. Access ledgers, manage client debt, and review store inventories actively from chat.
Asaas
Manage payments, customers, and subscriptions with Asaas. the complete digital account for Brazilian businesses via AI.
Bsale
Automate cloud POS operations via Bsale. issue electronic invoices, manage inventory, track stock levels, and register clients from any AI agent.
Clip API
Automate Mexico's leading payment gateway via Clip. generate payment links, manage refunds, and track settlements seamlessly via AI.
Bleez
Power your Brazilian e-commerce with a platform that integrates payments, inventory, and logistics for the local market.
Bring your own AI
Change the model, client or framework. Keep Bold 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 Bold.
The practical details behind the request, access and result.
Can I use Bold MCP to manage my datáfonos?
Yes, you can use it to see which terminals are online and trigger payments remotely.
How do I create payment links with Bold MCP?
Just ask your agent to generate a link for a specific amount and it will provide the URL.
Can I process refunds through the Bold MCP?
Yes, it can issue full reversals to the original payment method for you.
Does Bold MCP work for Colombian Pesos?
Yes, it is specifically designed for the Colombian payment infrastructure.
How does Bold MCP help with reconciliation?
It lets you query transaction history and balances directly through your AI client.
Can I set up webhooks with Bold MCP?
Yes, you can register and manage HTTPS endpoints for real-time transaction alerts.
Can my AI remotely trigger a payment on one of my physical Bold terminals?
Yes! Use the initiate_terminal_payment capability with the terminal serial number and amount in COP. The datáfono will immediately display the checkout screen for the customer to tap or insert their card.
How do I generate a payment link that I can share with my customers via WhatsApp or email?
Simply ask the agent to run create_payment_link with the amount in COP and a description. You'll receive a unique URL that your customers can open to complete the payment securely through Bold's hosted checkout.
Can I check my settlement balance and pending disbursements through my AI agent?
Absolutely. The get_account_balance capability returns your real-time available balance and pending settlement amounts in COP, giving you instant financial visibility without logging into the Bold dashboard.
One connection away
Give your agent a direct line to Bold.
Connect Bold once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available