mcpbeat Sign in

Flowcheck MCP Server

by eliaskress Your server? Claim it
local only

Flowcheck runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 7 Mar 2026.

Stripe payouts, Shopify orders, and bank transactions unified for reconciliation and cash flow

Installs per day peak 13 · avg 5 · +0% w/w
a month agotoday
28
Installs / week
npm · @flowcheck/mcp-server
0
Stars
0 open issues
7 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Flowcheck every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add flowcheck -- npx -y @flowcheck/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "flowcheck": {
      "args": [
        "-y",
        "@flowcheck/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.flowcheck]
command = "npx"
args = ["-y", "@flowcheck/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "flowcheck": {
      "args": [
        "-y",
        "@flowcheck/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "flowcheck": {
      "args": [
        "-y",
        "@flowcheck/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FLOWCHECK_API_KEY (Your FlowCheck API key (fc_live_... or fc_test_...)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Flowcheck

same job, measured the same way
Xendit MCP
by mrslbt

Xendit payment APIs for AI agents. Payment links, payouts, balances, and transactions.

49 installs/wk local only
Modern Treasury
by usefulapi

MCP server for Modern Treasury — payment orders, transactions, counterparties and ledgers.

17 tools answering
B
MuPag Sandbox Payments
by com-mupag

Sandbox-only MuPag MCP server for approved payments, subscriptions, refunds, and reconciliation.

41 installs/wk local only
Procfy
by mcp-dir

Financial management on Procfy — transactions (revenue/expense/transfers), bank accounts, contacts,

16 tools answering
Paypal
by pipeworx-io

PayPal MCP Pack — read-only access to PayPal transactions, orders, invoices, and disputes.

41 tools answering
Braintree
by usefulapi

Search Braintree transactions, customers and payment methods, and refund or void charges.

7 tools answering
Revolut MCP
by jeff-nasseri

MCP server for the Revolut Business API: accounts, transactions, payments, FX, and more.

54 installs/wk local only
eSIM Tabby
by esimtabby

Buy and manage travel eSIM data plans in the conversation. Pay by card (Stripe) or USDC over x402.

11 tools answering

Flowcheck — questions

Answers built from our own checks of this server.

Why is there no uptime for Flowcheck?
Flowcheck runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @flowcheck/mcp-server was installed 28 times last week.
How do I connect Flowcheck?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @flowcheck/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Flowcheck?
The npm package @flowcheck/mcp-server was installed 28 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Flowcheck open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.