mpp
Add HTTP 402 machine payments to APIs and clients
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core