2 min read
mindpass CLI

CLI and MCP server that wires all @mindpass/* packages together.

Commands

fetch

Make a paid HTTP request:

mindpass fetch https://api.example.com/data
mindpass fetch https://api.example.com/data --verbose
mindpass fetch https://api.example.com/data --method POST

pay

Probe first, then pay:

mindpass pay https://api.example.com/data
mindpass pay https://api.example.com/data --verbose

discover

Probe an origin for payment requirements:

mindpass discover https://api.example.com
mindpass discover https://api.example.com --json

Search the registry for paid APIs:

mindpass search "weather data"
mindpass search "weather data" --json

wallet

Inspect an existing OWS wallet:

mindpass wallet

key

Manage OWS agent keys:

mindpass key create my-agent
mindpass key list
mindpass key revoke <key-id>

mcp

Start the MCP server:

mindpass mcp

version

Print the installed CLI version:

mindpass --version

Configuration

See the Guides page for environment variables and private key wallet setup.