MCP Flow Cl runs on your own machine — the client starts it, so there is no endpoint to ping. 17 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Flow.cl — Chilean PSP: hosted payment orders, Webpay, refunds, HMAC-signed API
Today is the operative word: we check MCP Flow Cl 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-flow-cl -- npx -y @codespar/mcp-flow-cl
{
"mcpServers": {
"mcp-flow-cl": {
"args": [
"-y",
"@codespar/mcp-flow-cl"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-flow-cl]
command = "npx"
args = ["-y", "@codespar/mcp-flow-cl"]
{
"mcpServers": {
"mcp-flow-cl": {
"args": [
"-y",
"@codespar/mcp-flow-cl"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-flow-cl": {
"args": [
"-y",
"@codespar/mcp-flow-cl"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
FLOW_API_KEY (Flow merchant API key), FLOW_SECRET_KEY (Flow secret key used to HMAC-SHA256 sign every request), FLOW_ENV (Environment: 'sandbox' or 'production'. Defaults to 'sandbox'.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)
MCP server for Clip (PayClip) — Mexico's leading acquirer: payment links, card charges, refunds
MCP server for dLocal — LatAm cross-border payments, payouts, refunds across 15+ countries
MCP server for Khipu — Chilean instant bank-transfer payments (complements Transbank cards)
Hosted Stripe MCP server: 18 tools for payments, subscriptions, invoicing, customers, and reporting.
MCP server for Shopify — Admin REST API (orders, products, customers, inventory, fulfillments)
MCP server for Pagar.me — orders, charges, recipients, transfers, plans, subscriptions, webhooks
MCP server for Transbank — Chile dominant card acquirer (Webpay Plus / Mall / OneClick)
Answers built from our own checks of this server.