-
Notifications
You must be signed in to change notification settings - Fork 65
Community tool: MPP Inspector — CLI debugger for 402 challenges #488
Copy link
Copy link
Closed
Description
Describe the feature
Hi team,
I built an open-source CLI toolkit for inspecting and debugging MPP 402 challenges:
MPP Inspector — https://github.com/amgb20/MPP-Inspector
What it does:
- Parses spec-compliant
WWW-Authenticate: Paymentheaders (id, realm, method, request base64url) - Decodes the
requestpayload and verifies all fields - Supports all 6 payment methods (Tempo, Stripe, Lightning, Solana, Card, Custom)
- Discovers endpoints via
/.well-known/mpp.jsonand/llms.txt - Compares pricing across MPP services
- Dry-runs the full payment flow
- Ships as a Claude Code plugin with MCP tools
It's tested against the live https://mpp.dev/api/ping/paid endpoint and parses challenges correctly (chain 42431, methodDetails, feePayer, etc.).
Also includes a spec-compliant mock server for local development:
npx @mpp-inspector/mock-server
npx mpp-inspector inspect http://localhost:3402/v1/queryPublished on npm: https://www.npmjs.com/package/mpp-inspector
Would you be open to:
- Listing it in the MPP ecosystem/community tools section (if one exists)?
- Mentioning it in the developer quickstart docs as a debugging companion?
- Any feedback on spec compliance — happy to align further.
Happy to submit a PR to your docs/README if that's preferred.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels