FlowCheck Financial API MCP Server
@flowcheck/mcp-server
MCP server for the FlowCheck API — give Claude, Cursor, or any MCP client access to your Stripe payouts and bank transactions.
Setup
Claude Code
claude mcp add flowcheck \
--transport stdio \
--env FLOWCHECK_API_KEY=fc_live_... \
-- npx -y @flowcheck/mcp-serverClaude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"flowcheck": {
"command": "npx",
"args": ["-y", "@flowcheck/mcp-server"],
"env": {
"FLOWCHECK_API_KEY": "fc_live_..."
}
}
}
}Cursor
Add to your .cursor/mcp.json:
{
"mcpServers": {
"flowcheck": {
"command": "npx",
"args": ["-y", "@flowcheck/mcp-server"],
"env": {
"FLOWCHECK_API_KEY": "fc_live_..."
}
}
}
}Related MCP server: aman-mcp
Environment variables
Variable | Required | Description |
| Yes | Your FlowCheck API key ( |
| No | Override the API base URL (default: |
Available tools
Tool | Parameters | Description |
|
| Create account (no key needed) |
|
| Check registration / retrieve API key |
| — | Stripe + bank balances |
|
| Revenue, expenses, net by day |
|
| Stripe payouts with match status |
|
| Single payout with bank match |
|
| Bank transactions from Plaid |
|
| Missing or mismatched amounts |
| — | 30-day financial health score |
|
| Per-payout reconciliation detail |
| — | Full financial snapshot for AI agents |
| — | Active issues and discrepancies |
|
| Connect Stripe account |
| — | Start Plaid bank connection |
|
| Complete Plaid connection |
| — | List webhook endpoints |
|
| Register webhook endpoint |
|
| Remove webhook endpoint |
Example prompts
After connecting the MCP server, try asking:
"What's my current balance across Stripe and my bank?"
"Show me last week's payouts and whether they all landed in my bank"
"Are there any missing deposits or discrepancies?"
"What did we make this month?"
"Give me a financial health summary"
Get an API key
Sign up at developer.usepopup.com to get your API key. 7-day free trial with 100 credits included.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceDebug, build, and manage Microsoft Power Automate cloud flows with AI agents. Get action-level error details, build flows from natural language, trigger and resubmit runs, and operate across multiple tenants. Requires a Flow Studio MCP subscription — get an API key at https://mcp.flowstudio.appLast updated26MIT
- Alicense-qualityBmaintenanceExposes identity, tools, workflows, guardrails, and evaluation as MCP tools — so any AI agent can read and write your ecosystem programmatically.Last updated52MIT

mmc-mcpofficial
Flicense-qualityDmaintenanceMCP server that lets AI agents execute structured business processes by exposing process steps as tools with a sequenced event bus to prevent skipping steps.Last updated1
IBM Business Automationofficial
Alicense-qualityCmaintenanceEnables AI agents to integrate with IBM Business Automation Workflow by exposing workflow REST services as MCP tools, allowing natural language interaction with business automation capabilities.Last updated10Apache 2.0
Related MCP Connectors
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
Monitor MCP servers, API contracts and AI outputs for schema drift. Alerts on breaking changes.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eliaskress/flowcheck-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server