MCP server · For AI agents
ePayVista MCP — let AI agents take payments for you.
Connect Claude — or any MCP client — to your ePayVista account. Your agent creates payment links, sends them to customers, and tracks every payment without you opening a dashboard.
● Free to use · 1% per transaction · No API key — just your payout wallet
What it does
Payments, delegated.
MCP (Model Context Protocol) is the open standard AI assistants use to work with real tools. Point your assistant at the ePayVista MCP server and it can handle payment operations for your business — quoting a customer in chat, generating the checkout link, and confirming when the money lands.
Create payment links
Your agent asks for an amount (and your payout wallet address, once), gets back a hosted checkout URL your customer can pay by card, Apple Pay, Google Pay, or crypto.
Check payment status
Track any payment by its reference ID — open, filled amount, network, currency. Nothing needed for lookups.
List supported networks
See every supported payment network and its minimum order amount, so your agent quotes customers correctly.
Connect
Three ways in.
The server lives at https://pay.epayvista.com/mcp (Streamable HTTP). No authentication setup: identify your account with your payout wallet address — the same 0x address from your WooCommerce or portal setup. Just tell your agent the address once.
claude mcp add --transport http epayvista https://pay.epayvista.com/mcp
Settings > Connectors > Add custom connector Name: ePayVista Remote MCP server URL: https://pay.epayvista.com/mcp
No headers, no tokens: when your agent creates a payment link it passes your payout wallet address as the wallet_address argument. Mention the address once in the conversation (or keep it in a project note) and the agent handles the rest. Each link can show every payment option or be restricted to one — card, card & wallets, exchange, or direct crypto.
{
"mcpServers": {
"epayvista": {
"type": "http",
"url": "https://pay.epayvista.com/mcp"
}
}
}
Tools
What your agent gets.
| Tool | What it does | Needs |
|---|---|---|
| create_payment_link | Creates a hosted checkout link for a USD amount. Returns the checkout URL plus a reference_id for tracking. Optional: customer email, customer ID, return URL, and a per-link payment-method filter. | Payout wallet address |
| get_payment_status | Looks up a payment by reference_id — state, amount, filled amount, network, currency. | Nothing |
| list_supported_networks | Lists supported payment networks and currencies with minimum order amounts. | Nothing |
Your payout wallet address is the one you entered when connecting — WooCommerce → ePayVista, or the payment-link portal. Not a merchant yet? Get set up in 5 minutes — instant approval, every vertical.
FAQ
Common questions.
Is this safe? There's no password.
What does the agent need from me?
Does this cost anything?
Which clients work?
I'm stuck — who do I ask?
Not on ePayVista yet?
Instant approval, flat 1% fee, card and crypto checkout on WooCommerce or plain payment links.