MCP Clip runs on your own machine — the client starts it, so there is no endpoint to ping. 20 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Clip (PayClip) — Mexico's leading acquirer: payment links, card charges, refunds
Today is the operative word: we check MCP Clip every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-clip -- npx -y @codespar/mcp-clip
{
"mcpServers": {
"mcp-clip": {
"args": [
"-y",
"@codespar/mcp-clip"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-clip]
command = "npx"
args = ["-y", "@codespar/mcp-clip"]
{
"mcpServers": {
"mcp-clip": {
"args": [
"-y",
"@codespar/mcp-clip"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-clip": {
"args": [
"-y",
"@codespar/mcp-clip"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CLIP_AUTH_TOKEN (Basic auth token from the Clip developer dashboard), CLIP_BASE_URL (API base URL override. Defaults to https://api.payclip.com.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Bold — Colombian acquirer: payment links for cards, PSE and Nequi
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)
MCP server for Culqi — Peru PSP: charges, refunds, cards, Yape/PagoEfectivo, subscriptions
MCP server for dLocal — LatAm cross-border payments, payouts, refunds across 15+ countries
MCP server for Flow.cl — Chilean PSP: hosted payment orders, Webpay, refunds, HMAC-signed API
MCP server for Braintree (PayPal) — global card processing via GraphQL: charge, refund, vault
MCP server for Safrapay — Banco Safra acquirer: credit, Pix, boleto + split, 3DS, chargebacks
MCP server for Cielo — credit card, debit, boleto, recurrent payments
Answers built from our own checks of this server.