Inflow
Rank #9,340ai.inflowpay.app/inflow
MCP server providing inflow capabilities
Inflow is a Model Context Protocol (MCP) server published by inflowpayai. It ranks #9,340 of 115,591 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Inflow is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Mar 31, 2026 and most recently updated on Apr 1, 2026.
Ranks ahead of 106,251 of 115,591 servers on MCP Toplist.
Use Inflow
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http inflow https://app.inflowpay.ai/mcp[mcp_servers.inflow]
url = "https://app.inflowpay.ai/mcp"Add to ~/.codex/config.toml.
https://app.inflowpay.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"inflow": {
"url": "https://app.inflowpay.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"inflow": {
"type": "http",
"url": "https://app.inflowpay.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"inflow": {
"serverUrl": "https://app.inflowpay.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"inflow": {
"url": "https://app.inflowpay.ai/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.inflowpay.app%2Finflow)<a href="https://mcptoplist.com/server/ai.inflowpay.app%2Finflow"><img src="https://mcptoplist.com/badge/ai.inflowpay.app%2Finflow.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
inflowpayai
Other servers by inflowpayai
View all inflowpayai servers →Available versions (5)
| Version | Published |
|---|---|
| 1.0.3 | Apr 1, 2026 |
| 1.0.2 | Mar 31, 2026 |
| 1.0.1 | Mar 31, 2026 |
| 1.0.0 | Mar 31, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Inflow?
- Inflow is maintained by inflowpayai, which publishes 3 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Inflow listed on the Official MCP Registry?
- Yes — Inflow is listed on the Official MCP Registry, alongside Glama.
- How many versions does Inflow have?
- MCP Toplist tracks 5 versions of Inflow, most recently published on Apr 1, 2026.
- Where can I find the source code for Inflow?
- The source code for Inflow is hosted at github.com/inflowpayai/inflow-mcp.