What problem does it solve? Some APIs respond with HTTP 402 Payment Required and demand per-request payment before returning data. This Skill lets an agent actually pay those Machine Payments Protocol (MPP) challenges instead of just logging the response. ## Core Features & Use Cases - Multiple MPP clients: Choose between mppx, Tempo Wallet, Privy Agent CLI, AgentCash, or Stripe Link depending on the challenge method and the user's funded wallet. - Challenge inspection: Probe a URL with curl to confirm it speaks MPP and decode the www-authenticate header before paying. - Use Case: A merchant API returns 402 Payment Required with a Tempo challenge. Install mppx, create an account, and run mppx <url> to pay the challenge and receive the merchant's actual response with a receipt header. ## Quick Start Ask the agent to pay the HTTP 402 challenge on a given URL using mppx and show the paid response.