inflow-mcp
Rank #35,476glama/inflowpayai/inflow-mcp
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
inflow-mcp is a Model Context Protocol (MCP) server published by inflowpayai. It ranks #35,476 of 115,591 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. inflow-mcp is listed across 2 registries — Glama and PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Mar 31, 2026.
Ranks ahead of 80,115 of 115,591 servers on MCP Toplist.
Use inflow-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http inflow-mcp https://app.inflowpay.ai/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.inflow-mcp]
url = "https://app.inflowpay.ai/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://app.inflowpay.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"inflow-mcp": {
"url": "https://app.inflowpay.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"inflow-mcp": {
"type": "http",
"url": "https://app.inflowpay.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"inflow-mcp": {
"serverUrl": "https://app.inflowpay.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"inflow-mcp": {
"url": "https://app.inflowpay.ai/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
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/glama%2Finflowpayai%2Finflow-mcp)<a href="https://mcptoplist.com/server/glama%2Finflowpayai%2Finflow-mcp"><img src="https://mcptoplist.com/badge/glama%2Finflowpayai%2Finflow-mcp.svg" alt="MCP Toplist: Top 50% 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 →Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains inflow-mcp?
- inflow-mcp is maintained by inflowpayai, which publishes 3 MCP servers (10 total versions) tracked on MCP Toplist.
- Is inflow-mcp listed on the Official MCP Registry?
- inflow-mcp is not on the Official MCP Registry. It is listed on Glama and PulseMCP.
- How many versions does inflow-mcp have?
- inflow-mcp ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for inflow-mcp?
- The source code for inflow-mcp is hosted at github.com/inflowpayai/inflow-mcp.