tempoxyztempoxyzOfficialยท1 Agent Skills Included

mpp

Add HTTP 402 machine payments to APIs and clients

Integrates the Machine Payments Protocol into client and server applications using the mppx TypeScript SDK. Handles the full 402 Payment Required flow with challenges, credentials, and receipts, removing manual billing setup and API key management. Accepts Tempo stablecoin charges, streaming payment sessions, and Stripe card payments with a few lines of code.
npx skills add tempoxyz/mpp --all -g -y
Available:

Tells your coding agent how to navigate the MPP documentation, follow protocol terminology rules, and use the mppx SDK references when integrating payments.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install mpp?โ–ผ

Run `npx skills add tempoxyz/mpp --all -g -y` in your terminal to install all skills in this repository globally.

What is the Machine Payments Protocol?โ–ผ

MPP is an open standard co-authored by Tempo and Stripe that lets clients pay for HTTP requests inline using the 402 Payment Required flow, with no API keys or billing accounts needed.

How do I accept payments in my API with mppx?โ–ผ

Use the mppx server SDK to protect routes with payment challenges, then return receipts after verifying payment. It supports Tempo stablecoins and Stripe card payments.

Can a coding agent pay for APIs automatically?โ–ผ

Yes. The mppx client wraps fetch so your agent automatically handles 402 challenges and pays with a configured wallet or payment method.

Does mppx work with Express, Hono, and Next.js?โ–ผ

Yes. The SDK ships dedicated middleware for Express, Hono, Next.js, and Elysia, plus MCP wrappers so tool calls can require payment.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’