Skip to content
LogoLogo

Use with agents

Connect your agent to MPP-enabled services

Agents can automatically interact with MPP-enabled services, paying for API calls without human intervention. Learn more about agentic payments or get started below.

ToolBest forSetup
Tempo WalletMPP services with spend controls and service discoverytempo wallet login
Privy Agent CLIMulti-chain agent wallets with browser-based fundingprivy-agent-wallets login
AgentCashDiscover and use 300+ premium APIs via MPPnpx agentcash onboard
mppx CLIDevelopment and debuggingmppx account create

The Tempo Wallet is a managed MPP client with built in spend controls and service discovery. Agents can use tempo wallet to discovery and pay for MPP-enabled services on demand.

Privy Agent CLI

Privy Agent CLI gives agents a CLI-first way to create, fund, and manage wallets with no integration code. It pairs with the Agent Sandbox where users track agent spending, manage funds, and revoke access.

The agent never holds the wallet private key—each CLI session generates a P-256 keypair used to sign authorization payloads.

AgentCash

AgentCash gives agents instant access to 300+ premium APIs for data enrichment, social data, image generation, web scraping, email, and much more, all through one USDC.e balance.

mppx

The mppx CLI is a lightweight MPP client bundled with the mppx package. It is designed for simple use cases and debugging during development.

Install

Create an account

terminal
$ mppx account create

Make a paid request

terminal
$ mppx https://mpp.dev/api/ping/paid

Next steps