What problem does it solve? Some APIs now charge per request and respond with HTTP 402 Payment Required, which blocks normal API calls. This Skill lets the agent actually pay those challenges using Machine Payments Protocol (MPP) clients instead of just logging the failure. ## Core Features & Use Cases - Multiple MPP clients: Choose between mppx, Tempo Wallet, Privy Agent CLI, AgentCash, or Stripe Link CLI depending on the challenge method and the user's funded wallet. - 402 challenge inspection: Probe merchant endpoints with curl to confirm they speak MPP and decode the www-authenticate header before paying. - Automated payment flow: mppx handles the challenge/credential exchange automatically and prints the merchant's real response with a receipt header. - Use Case: A user hits a paid data API that returns HTTP 402 with a Tempo challenge. The agent installs mppx, creates an account, pays the request, and verifies the receipt — all without wallet keys ever entering the transcript. ## Quick Start Ask the agent to pay the HTTP 402 challenge at a given URL using mppx and show the merchant's response.