Copperx Connector for AI agents.
10 live capabilities
Manage crypto payments and web3 billing through your AI agent.
Waiting for input…
Why people use Copperx
Copperx for Web3 Payments and Crypto Billing
Copperx changes the flow by bringing your entire payment stack into your AI agent. You can check your multi-chain balances, list your active subscriptions, and generate new payment links with just a few words. It turns a multi-tab headache into a single conversation.
What Vinkius changes
You get to manage your entire crypto payment flow through a single chat window.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Billing a freelance gig
A freelancer needs to bill a client for a consulting fee.
- Real-world use case 02
Tracking monthly recurring revenue
A Web3 startup wants to see their monthly recurring revenue.
- Real-world use case 03
Verifying a DAO payout
A DAO treasurer needs to verify a specific payout.
Complete set · 10capabilities
The complete Copperx capability set.
These are the exact actions your AI can choose when you ask it to work with Copperx.
01—04
4 capabilities in this set.
Part of 10 available through Copperx.
- 01 Capability
Create customer
Register a new customer with their name and email. This links their identity to your system for easier billing later.
- 02 Capability
Create payment link
Generate a unique URL for customers to pay for your specific products. This lets you collect funds without a complex checkout setup.
- 03 Capability
Get wallet balance
Check your current crypto balances across all supported networks. This gives you a real-time look at your treasury status.
- 04 Capability
Get payment details
Pull specific transaction data like blockchain hashes and fee breakdowns. This helps you track exactly where every cent went.
05—07
3 capabilities in this set.
Part of 10 available through Copperx.
- 05 Capability
List customers
View a full list of every customer registered in your account. This makes it easy to manage your user base in one place.
- 06 Capability
List invoices
See all generated billing documents, including totals and current payment statuses. This keeps your records organized and up to date.
- 07 Capability
List payment links
Review all active payment links with data on pricing and usage. This helps you see which offers are performing best.
08—10
3 capabilities in this set.
Part of 10 available through Copperx.
- 08 Capability
List payments
Get a list of all payment intents, including amounts and currencies. This provides a clear history of all incoming funds.
- 09 Capability
List payouts
Track all processed disbursements and see where the funds were sent. This ensures your team and partners get paid correctly.
- 10 Capability
List subscriptions
View all active and past recurring billing cycles. This helps you monitor your recurring revenue at a glance.
Set up in minutes
One URL. Then ask Copperx to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Copperx 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_u303F3Bsjl53o37cIiXyl6FdpZXz2OVptjBBMPVE/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 Copperx, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Copperx for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_u303F3Bsjl53o37cIiXyl6FdpZXz2OVptjBBMPVE/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 Copperx URL.
- Step 03
Save and start
Save the connection and enable Copperx in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"copperx": {
"url": "https://edge.vinkius.com/vk_preview_u303F3Bsjl53o37cIiXyl6FdpZXz2OVptjBBMPVE/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 Copperx
Open Agent mode in chat and ask: "Using Copperx, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"copperx": {
"url": "https://edge.vinkius.com/vk_preview_u303F3Bsjl53o37cIiXyl6FdpZXz2OVptjBBMPVE/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 Copperx
Ask Copilot: "Using Copperx, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"copperx": {
"url": "https://edge.vinkius.com/vk_preview_u303F3Bsjl53o37cIiXyl6FdpZXz2OVptjBBMPVE/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 Copperx
Open Cascade and ask: "Using Copperx, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"copperx": {
"url": "https://edge.vinkius.com/vk_preview_u303F3Bsjl53o37cIiXyl6FdpZXz2OVptjBBMPVE/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 Copperx
Ask Cline: "Using Copperx, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add copperx --transport http "https://edge.vinkius.com/vk_preview_u303F3Bsjl53o37cIiXyl6FdpZXz2OVptjBBMPVE/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 Copperx
Ask Claude: "Using Copperx, show me...". 10 tools are ready
Where the request belongs
Work Copperx can move forward.
This is for anyone tired of the manual copy and paste dance of crypto payments. It's for the Web3 founder who needs to bill customers without the friction of traditional banking, or the DAO treasurer who needs to keep a pulse on the treasury without jumping between tabs.
Web3 Founder
Handles customer onboarding and recurring revenue without leaving their primary workspace.
DAO Treasurer
Monitors payouts and checks treasury balances across multiple chains instantly.
Crypto Freelancer
Generates one-off payment links for services and tracks invoice statuses in real-time.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOpenNode
Process Bitcoin and Lightning Network payments, manage charges, and initiate secure withdrawals directly from your AI agent.
CoinGate
Accept cryptocurrency payments from customers worldwide with instant fiat settlement and multi-coin checkout support.
Toket
Accept crypto payments on your website with a checkout widget that supports Bitcoin, Ethereum, and major stablecoins.
Modulr
Empowers algorithmic control over European Payment volumes. Execute massive HMAC-secured payment schedules, create internal ledgers natively.
Paddle
Manage billing, subscriptions, and transactions via Paddle. inspect customers, list products, pause recurring plans, and void transactions from any AI agent.
Stripe
Manage payments, customers, subscriptions, invoices, and account balance via Stripe. all from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Copperx 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 Copperx.
The practical details behind the request, access and result.
Can Copperx manage my crypto payments?
Yes, it connects your AI agent to the Copperx processor to handle billing, links, and subscriptions automatically.
How do I create a payment link?
You can just ask your agent to create one for a specific product or price, and it will generate the URL for you.
Can it check my balances?
Yes, it pulls real-time data across multiple chains to give you a full view of your treasury.
Is it good for DAOs?
Yes, it helps DAO treasurers track payouts and monitor recurring revenue without needing to jump between tabs.
Does it handle subscriptions?
Yes, it lists all active and past recurring cycles, making it easy to track your monthly recurring revenue.
Can I see my invoices?
Yes, your agent can pull a list of all generated billing documents so you can keep your records organized.
How do I get a Copperx API Key?
Log in to your Copperx dashboard, navigate to Settings > API Keys, and generate a new key. You can use either Test or Live keys depending on your needs.
Which cryptocurrencies are supported?
Copperx supports major assets like USDC, USDT, ETH, and MATIC across multiple chains including Ethereum, Polygon, and Solana.
Can I create recurring subscriptions via chat?
Yes, you can instruct the agent to create payment links or customers that can be tied to subscription plans defined in your Copperx account.
One connection away
Give your agent a direct line to Copperx.
Connect Copperx once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available