inflow
v0.12.2InFlow - agentic MPP / x402 payments from your machine.
By Jarwin, Inc.License: MIT10 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 4 skill or MCP entries
- 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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add inflow@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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-cliClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── skills/agentic-discovery/SKILL.md├── skills/agentic-enrollment/SKILL.md├── skills/agentic-payments/SKILL.md└── .mcp.json
Included Skills3
Discover Services through InFlow using ODP or public OpenAPI documents. Use to search the directory, browse Collections and Offerings, inspect, prepare or call OpenAPI operations, or resolve Actions before enrollment or payment.
Inspect, enroll with, authenticate to, and manage credentials for Agent Enrollment Protocol Services through InFlow. Use when an agent needs to discover an AEP Service, access an AEP-protected resource, check enrollment, request or revoke Service credentials, or continue an InFlow approval.
Authenticate with InFlow and pay HTTP 402-protected resources via MPP (the `Payment` auth scheme) or x402. Use when the user invokes the `inflow` CLI or asks to log in / connect to InFlow.
MCP servers1
- command
- inflow
- args
- --mcp
Plugin manifests1
{
"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"
}
}For maintainers
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)