Agent Plugins Marketplace
← All plugins

inflow

v0.12.2

InFlow - agentic MPP / x402 payments from your machine.

CodexClaude Code1 MCP serverstdio

By Jarwin, Inc.License: MIT10 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install inflow for Codex and Claude Code

Installs for the current user
codex plugin marketplace add inflowpayai/inflow-cli
codex plugin marketplace upgrade inflow
codex plugin add inflow@inflow

Paste and run these commands in a terminal with Codex. They add and refresh the inflow catalog, then install this plugin.

Compatibility: the page URL and API slug “inflow-2” remain stable.

  • Codex: inflow-2@agent-plugin-marketplace → inflow@inflow

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/inflowpayai/inflow-cli

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/inflow/.

Plugin files

plugins/inflow/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

inflowstdio
command
inflow
args
--mcp

Plugin manifests2

plugins/inflow/.codex-plugin/plugin.json
{
  "name": "inflow",
  "version": "0.12.2",
  "description": "InFlow - agentic MPP / x402 payments from your machine.",
  "author": {
    "name": "Jarwin, Inc.",
    "url": "https://inflowcli.ai"
  },
  "homepage": "https://inflowcli.ai",
  "repository": "https://github.com/inflowpayai/inflow-cli",
  "license": "MIT",
  "keywords": [
    "onboarding",
    "payments",
    "x402",
    "mpp",
    "agentic",
    "inflow",
    "wallet"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "InFlow",
    "shortDescription": "InFlow - agentic MPP / x402 payments from your machine.",
    "longDescription": "Authenticate with InFlow, inspect balances and deposit addresses, and perform agent-native payments via the x402 and MPP protocols. Runs as a local CLI binary or as an MCP server.",
    "developerName": "Jarwin, Inc.",
    "category": "Finance",
    "capabilities": [],
    "websiteURL": "https://inflowcli.ai",
    "privacyPolicyURL": "https://app.inflowpay.ai/privacy",
    "termsOfServiceURL": "https://app.inflowpay.ai/terms",
    "defaultPrompt": [
      "Use InFlow to pay this 402-protected URL"
    ],
    "screenshots": [],
    "composerIcon": "./assets/inflow.svg",
    "logo": "./assets/inflow.svg"
  }
}
plugins/inflow/.claude-plugin/plugin.json
{
  "name": "inflow",
  "version": "0.12.2",
  "description": "Authenticate with InFlow, inspect balances and deposit addresses, and perform agent-native payments via x402 and MPP.",
  "author": {
    "name": "Jarwin, Inc."
  },
  "keywords": [
    "onboarding",
    "payments",
    "x402",
    "mpp",
    "agentic",
    "inflow",
    "wallet"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[inflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/inflow-2)