InFlow — agentic MPP (Machine Payments Protocol) / x402 payments from your machine.
@inflowpayai
关于 InFlow — agentic MPP (Machine Payments Protocol) / x402 payments from your machine.
A wallet for your agents to onboard and pay. Agentic MPP / x402 payments from your machine - CLI + MCP server.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"inflow": {
"command": "npx",
"args": [
"-y",
"@inflowpayai/inflow",
"--mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is InFlow?
InFlow is an agent-native and human-accessible command-line entry point for performing payments via the Machine Payments Protocol (MPP) and x402. It targets both automated agents (e.g., MCP-integrated assistants) and humans using the raw CLI.
How to use InFlow?
Install globally with npm install -g @inflowpayai/inflow or run directly with npx @inflowpayai/inflow. For agents, add the agentic-payments skill via npx skills add inflowpayai/inflow-cli or install the bundled plugin in hosts like Claude Code, Cursor, or Codex. The default MCP entry runs npx -y @inflowpayai/inflow --mcp.
Key features of InFlow
- Agentic and human-accessible via CLI or MCP assistants.
- Supports MPP (Machine Payments Protocol) and x402 payments.
- Provides command groups:
auth,x402,mpp,user,balances,depositAddresses. - Global flags and
--formatagent rendering. - Ships as a skill and bundled MCP server plugin.
- Published as npm package
@inflowpayai/inflow.
Use cases of InFlow
- An agent autonomously makes micropayments using MPP or x402.
- A human initiates payments through an MCP-integrated assistant.
- A developer explores payment commands via the raw CLI.
- Integrating payment capabilities into agent hosts (Claude Code, Cursor, Codex).
- Using the headless
@inflowpayai/inflow-coreclient in custom scripts.
FAQ from InFlow
What is InFlow and what does it do?
InFlow is a command-line and MCP‑integrated tool for making agentic payments via the Machine Payments Protocol (MPP) and x402. It is built for both automated agents and human users.
How do I install InFlow?
Install the binary globally with npm install -g @inflowpayai/inflow or run with npx @inflowpayai/inflow. For agents, add the skill or plugin as described in the README.
What are the runtime requirements for InFlow?
Node.js >= 22 is required. The project is a pnpm + Turborepo monorepo.
How can I use InFlow with agents?
Add the agentic-payments skill via npx skills add inflowpayai/inflow-cli, or install the plugin in Claude Code, Cursor, or Codex (the repo’s plugin files are auto-discovered). The MCP server is bundled and runs inflow --mcp.
What is the license for InFlow?
InFlow is released under the MIT License.
开发工具 分类下的更多 MCP 服务器
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
评论