Blink Payment Connector for AI agents.
10 live capabilities
Manage payments, refunds, and customer billing through your AI client.
Waiting for input…
Why people use Blink Payment
Blink Payment for Automated Billing Operations
With this Connector, that workflow disappears. You just tell your agent to refund payment X or make a link for $50. The agent handles the API calls in the background and gives you the result immediately. You stay in your workspace, and the billing gets done.
What Vinkius changes
That you turn your AI into a functional billing clerk that can execute financial tasks on command.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Handling a Refund Request
A customer emails saying a charge was wrong.
- Real-world use case 02
Quick Checkout Generation
A lead is ready to buy.
- Real-world use case 03
Billing Audit for Weekly Reports
You need to see what happened last week.
Complete set · 10capabilities
The complete Blink Payment capability set.
These are the exact actions your AI can choose when you ask it to work with Blink Payment.
01—04
4 capabilities in this set.
Part of 10 available through Blink Payment.
- 01 Capability
Create payment intent
Set up a new payment intent to track a specific transaction. This helps you manage the lifecycle of a payment.
- 02 Capability
Get paylink
Retrieve the details of a specific paylink using its ID. This is useful for verifying link status.
- 03 Capability
Get payment
Get the specific details of a payment transaction using its ID. Use this to see the status of a single charge.
- 04 Capability
List paylinks
View a list of all the paylinks you've generated so far. Use this to manage your active checkout links.
05—07
3 capabilities in this set.
Part of 10 available through Blink Payment.
- 05 Capability
List payments
See a list of your most recent payment transactions. This helps you keep track of recent revenue.
- 06 Capability
Create customer
Create a new customer profile in your Blink Payment account. This helps keep your database updated.
- 07 Capability
Get customer
Fetch the specific details of a customer using their unique ID. Use this to quickly check a client's history.
08—10
3 capabilities in this set.
Part of 10 available through Blink Payment.
- 08 Capability
Create paylink
Generate a unique URL for a client to pay a specific amount. You can share this link instantly via chat or email.
- 09 Capability
List customers
See a full list of all customers currently in your system. This is great for auditing your user base.
- 10 Capability
Refund payment
Issue a full or partial refund for a specific payment ID. This allows your agent to handle returns on the fly.
Set up in minutes
One URL. Then ask Blink Payment to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Blink Payment 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_RiCabJNIv8VUtoi3TN4dQ0TZfiR2DfC0LaxKQMQ2/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 Blink Payment, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Blink Payment for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_RiCabJNIv8VUtoi3TN4dQ0TZfiR2DfC0LaxKQMQ2/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 Blink Payment URL.
- Step 03
Save and start
Save the connection and enable Blink Payment in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"blink-payment": {
"url": "https://edge.vinkius.com/vk_preview_RiCabJNIv8VUtoi3TN4dQ0TZfiR2DfC0LaxKQMQ2/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 Blink Payment
Open Agent mode in chat and ask: "Using Blink Payment, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"blink-payment": {
"url": "https://edge.vinkius.com/vk_preview_RiCabJNIv8VUtoi3TN4dQ0TZfiR2DfC0LaxKQMQ2/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 Blink Payment
Ask Copilot: "Using Blink Payment, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"blink-payment": {
"url": "https://edge.vinkius.com/vk_preview_RiCabJNIv8VUtoi3TN4dQ0TZfiR2DfC0LaxKQMQ2/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 Blink Payment
Open Cascade and ask: "Using Blink Payment, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"blink-payment": {
"url": "https://edge.vinkius.com/vk_preview_RiCabJNIv8VUtoi3TN4dQ0TZfiR2DfC0LaxKQMQ2/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 Blink Payment
Ask Cline: "Using Blink Payment, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add blink-payment --transport http "https://edge.vinkius.com/vk_preview_RiCabJNIv8VUtoi3TN4dQ0TZfiR2DfC0LaxKQMQ2/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 Blink Payment
Ask Claude: "Using Blink Payment, show me...". 10 tools are ready
Where the request belongs
Work Blink Payment can move forward.
This is for the billing manager who hates manual data entry, the support lead dealing with refund requests, and the sales rep who wants to close deals faster by sending links instantly.
Billing Manager
Reconciles monthly accounts by asking the agent to list recent payments and verify transaction details.
Customer Support Rep
Handles refund requests and provides payment status updates during live chats without leaving the window.
Sales Representative
Closes deals faster by generating custom paylinks for clients during the initial pitch.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBraintree
Process and manage payments via Braintree GraphQL API. search transactions, manage customers, and issue refunds directly from any AI agent.
Adyen
Global payment processing. manage payments, refunds, and merchant accounts via AI.
Hyperswitch
Manage payments, customers, and refunds via Hyperswitch API.
Checkout.com
Manage global payments via Checkout.com. process payments, capture funds, handle refunds, and vault instruments directly from any AI agent.
Bolt
Manage your one-click checkout and payments via Bolt. track transactions, manage orders, and process refunds directly from any AI agent.
Paystack
Manage payments via Paystack. list transactions, verify payments, and manage customers directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Blink Payment 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 Blink Payment.
The practical details behind the request, access and result.
Can the Blink Payment MCP handle refunds automatically?
Yes, your agent can issue refunds directly using the refund_payment capability. You just provide the payment ID, and it handles the rest without you needing to open the dashboard.
How do I use Blink Payment MCP to send invoices?
You can use the create_paylink capability. Ask your agent to generate a link for a specific amount, and it will provide a URL you can send to your customers immediately.
Can I see my customer list using Blink Payment MCP?
Yes, the list_customers capability allows your agent to pull up every customer profile in your Blink Payment account whenever you need to check them.
Is it safe to let an AI handle my payments with Blink Payment MCP?
This Connector interacts with your existing Blink Payment account using your secure API keys. It only performs the specific actions you tell it to do, like creating a link or fetching a payment.
Can I use Blink Payment MCP to create new customer profiles?
Absolutely. You can tell your agent to create a new customer, and it will add them to your Blink Payment database instantly, keeping your records synced.
How does Blink Payment MCP help my sales team?
It allows your sales reps to generate custom paylinks during live calls. Instead of waiting for an invoice to be sent, the agent creates the link on the spot.
Can the AI Agent process a direct credit card charge?
No, for security reasons and PCI compliance, the agent uses Payment Intents and Paylinks. The end user still securely completes the payment.
Does this Connector integration support partial refunds?
Yes, you can instruct the AI to refund a specific amount. If no amount is provided, the transaction is fully refunded.
Can I use the agent to mass-delete my customer base?
No, destructive mass operations are not exposed to the AI agent to prevent accidental data loss in your Blink Payment account.
Does this MCP integration support partial refunds?
Yes, you can instruct the AI to refund a specific amount. If no amount is provided, the transaction is fully refunded.
One connection away
Give your agent a direct line to Blink Payment.
Connect Blink Payment once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available