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.

01

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.

02

Check payment status

Track any payment by its reference ID — open, filled amount, network, currency. Nothing needed for lookups.

03

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 Code — one command
claude mcp add --transport http epayvista https://pay.epayvista.com/mcp
Claude Desktop / claude.ai — custom connector
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.

Any other MCP client — JSON config
{
  "mcpServers": {
    "epayvista": {
      "type": "http",
      "url": "https://pay.epayvista.com/mcp"
    }
  }
}

Tools

What your agent gets.

ToolWhat it doesNeeds
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.
Your payout wallet address is already public information on the blockchain — it isn't a credential. Knowing it only lets someone create payment links that pay you; nothing can be redirected, withdrawn, or changed with it. Link creation is rate-limited, and the MCP server stores nothing.
What does the agent need from me?
Status lookups and network listings need nothing at all. Creating payment links needs only your payout wallet address — no key, no password, no login.
Does this cost anything?
No. The MCP server is free. Payments it creates are billed like any other ePayVista payment — flat 1% per transaction, no monthly fees, no minimums.
Which clients work?
Anything that speaks MCP over Streamable HTTP: Claude Code, Claude Desktop, claude.ai custom connectors, Cursor, and any agent framework with MCP support.
I'm stuck — who do I ask?
Email [email protected] and we'll get your agent connected.

Not on ePayVista yet?

Instant approval, flat 1% fee, card and crypto checkout on WooCommerce or plain payment links.