Skip to content
LogoLogo

Use with agents

Install Tempo CLI and its wallet to fund your agents use of MPP services.

Install Tempo tools
Install the CLI. You will be asked to sign in or create a passkey-based wallet in your browser.
$ curl -L https://tempo.xyz/install | bash && tempo add request && tempo wallet login
Prompt your agent
Tell Claude (or Codex, Amp, etc) to use a Tempo service.
$ claude "Summarize https://stripe.com/docs using parallel.ai search via Tempo"
Point your agent to llms.txt for full service documentation.

Agent discovery

Agents can use the MPP services catalog before choosing which paid API to call:

SurfaceURLUse it for
Web directoryhttps://mpp.dev/servicesBrowse services, categories, providers, endpoints, and examples.
Public catalog APIhttps://mpp.dev/api/servicesFetch the JSON catalog directly from scripts, CLIs, or custom agents.
Services MCPhttps://mpp.dev/mcp/servicesLet an MCP-capable agent rank services, inspect payment offers, get usage recipes, and fetch advisory OpenAPI summaries.

The services MCP server is read-only. It does not register services, execute payments, sign transactions, or proxy paid API calls. Runtime 402 Challenges from the target service remain the authoritative source of current payment terms.

For MCP client setup, Inspector smoke tests, agent prompts, and recommended tool-call recipes, see Discover MPP services on Tempo docs.