MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Inflow MCP Server

by Inflowpayai
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

MCP Server for agents to onboard, pay, and provision services autonomously with InFlow

About

MCP Server for agents to onboard, pay, and provision services autonomously with InFlow

Remote endpoints: streamable-http: https://app.inflowpay.ai/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "ai-inflowpay-app-inflow": {
      "url": "https://app.inflowpay.ai/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

MCP Compatible OAuth 2.1 License: MIT Streamable HTTP

InFlow MCP Server

Connect your AI assistant to InFlow for managing payments, wallets, and transactions via the Model Context Protocol.

Quick Start

Server URL:

https://app.inflowpay.ai/mcp

MCP Configuration:

{
  "mcpServers": {
    "inflow": {
      "type": "http",
      "url": "https://app.inflowpay.ai/mcp"
    }
  }
}
FeatureDetails
TransportStreamable HTTP
AuthenticationOAuth 2.1 (PKCE)
ToolsBalances, Transactions, Deposits, Withdrawals, Policies, Approvals, Account

What is MCP?

The Model Context Protocol (MCP) is an open standard that allows AI assistants — like Claude, ChatGPT, Cursor, and others — to connect directly to external services. Instead of copying and pasting information between your AI assistant and InFlow, MCP lets your assistant interact with InFlow on your behalf: checking balances, approving payments, managing policies, and more — all through natural conversation.

Think of it like giving your AI assistant a secure, authorized connection to your InFlow account.

What is InFlow?

InFlow is a payment and wallet platform that allows you to review and manage digital transactions. Whether you are a developer integrating payments into your application, a merchant accepting payments, or an individual managing a wallet, InFlow provides the tools to do so. Connecting your AI assistant to InFlow via MCP means you can manage your account conversationally, without needing to navigate the dashboard for every action.

What Can You Do with the InFlow MCP?

Once connected, your AI assistant can help you with a range of tasks, including:

  • Balances — Check your current balances across currencies and wallets.
  • Transactions — View transaction history and check transaction details.
  • Deposit & Withdrawal — View deposit addresses, create withdrawal addresses, and initiate withdrawals.
  • Policies — Create, update, and manage transaction policies that govern how your account operates.
  • Approvals — Review, approve, or decline pending approval requests.
  • Account — View your account details and profile information.

You interact with these capabilities using natural language. For example, you might ask your assistant:

  • "What is my current balance?"
  • "Do I have any pending approvals?"
  • "Show me my transactions from the last week"
  • "Create a policy that requires approval for transactions over $500"

Prerequisites

  1. An InFlow account. If you do not have one, you can register at app.inflowpay.ai.
  2. An AI assistant or MCP client that supports the Model Context Protocol (such as Claude, Cursor, VS Code, or any MCP-compatible client).

Setup

There are two ways to connect your AI assistant to InFlow: through your client's built-in marketplace, or by manually adding the connection.

Option 1: Find InFlow in Your Client's Marketplace

Many MCP clients have a built-in marketplace or connector directory where you can search for available services. To connect this way:

  1. Open your AI assistant's settings or connector marketplace.
  2. Search for "InFlow".
  3. Select InFlow from the results and follow the prompts to authorize your account.
  4. You will be redirected to InFlow to log in and grant access. Once authorized, the connection is complete.

Option 2: Add InFlow Manually

If your client does not list InFlow in its marketplace, or if you prefer to set up the connection manually, you can add it using the MCP server URL:

https://app.inflowpay.ai/mcp

The general steps are:

  1. Open your MCP client's settings for adding a new connector or MCP server.
  2. Use InFlow as the name or title for the connection.
  3. Enter https://app.inflowpay.ai/mcp as the MCP server URL (sometimes called the server URL or endpoint).
  4. Save the connection. Your client will redirect you to InFlow to log in and authorize access.

Below are step-by-step instructions for popular clients.

Claude
  1. Open Settings → Connectors → Add custom connector.
  2. Enter https://app.inflowpay.ai/mcp as the URL.
  3. Complete the OAuth authorization when prompted.
Cursor

Create or edit your MCP configuration file at ~/.cursor/mcp.json (global) or .cursor/mcp.json (project) and add:

{
  "mcpServers": {
    "inflow": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://app.inflowpay.ai/mcp"]
    }
  }
}

Then enable the server in Cursor settings if prompted.

Visual Studio Code

Open the Command Palette → MCP: Add Server → select HTTP and use:

{
  "servers": {
    "inflow": {
      "type": "http",
      "url": "https://app.inflowpay.ai/mcp"
    }
  }
}
Claude Code (CLI)

Run the following command in your terminal:

claude mcp add --transport http inflow https://app.inflowpay.ai/mcp
Other Clients

For any other MCP-compatible client, you can use npx to connect:

npx -y mcp-remote https://app.inflowpay.ai/mcp

Or use the server URL directly if your client supports Streamable HTTP transport:

https://app.inflowpay.ai/mcp

Authentication

After adding the InFlow connector, your MCP client will redirect you to InFlow to log in and authorize the connection. This uses OAuth 2.1 with PKCE, the same industry-standard protocol used by services like Google and GitHub for secure authorization. You will only need to authorize once; your client will manage the session from there.

The tools available to your assistant depend on your InFlow account role. For example, a developer account may see different capabilities than a merchant account. You will only see tools that your account is authorized to use.

Troubleshooting

I cannot find InFlow in my client's marketplace. Not all clients have InFlow listed yet. Use the manual setup instructions above to add the connection directly.

The OAuth authorization is not completing. Make sure you are logged in to your InFlow account in your browser. If you are still having trouble, try clearing your browser cookies for app.inflowpay.ai and trying again.

My assistant says it cannot access a certain tool. Tool availability is based on your account role. If you believe you should have access to a tool that is not appearing, contact support at support@inflowpay.ai.

Support

If you run into any issues or have questions about the InFlow MCP, reach out to us at support@inflowpay.ai.

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source CodeRemote Endpoint

Details

Published March 31, 2026
Version 1.0.3
0 installs
Remote Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
4
Installs
5.3
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
518
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
72
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

156.1K
Stars
33
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
20
Installs
10.0
Security
No ratings yet
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
18
Installs
10.0
Security
5.0
Local