mindpass-cli
v0.2.0
Published
CLI and MCP server for payment-gated HTTP APIs across SIWX, x402, and Tempo-compatible flows.
Downloads
10
Maintainers
Readme
mindpass
CLI and MCP server for payment-gated HTTP APIs across SIWX, x402, and Tempo-compatible flows.
Install
brew install remyjkim/mindpass/mindpassAlternate install path:
npm install -g mindpassCommands
mindpass wallet
mindpass fetch <url>
mindpass pay <url>
mindpass discover <origin>
mindpass search <query>
mindpass key list
mindpass key create <name>
mindpass key revoke <id>
mindpass mcpQuick Start
export MINDPASS_PRIVATE_KEY=0x...
mindpass fetch https://api.example.com/dataMCP
mindpass mcpThis starts the stdio MCP server and exposes:
fetch_with_paymentprobe_origin
See the root repo for docs, examples, and configuration details: https://github.com/remyjkim/mindpass
