From 03f9b67ed4146d9829b158da728f40fed233c74f Mon Sep 17 00:00:00 2001 From: Viswanadha Pratap Kondoju Date: Sun, 12 Jul 2026 00:59:01 -0400 Subject: [PATCH] docs: add @bolyra/mpp to extensions --- src/pages/extensions.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/extensions.mdx b/src/pages/extensions.mdx index 60b35e70..c24aa544 100644 --- a/src/pages/extensions.mdx +++ b/src/pages/extensions.mdx @@ -8,5 +8,6 @@ Third-party packages that extend MPP with new payment methods, middleware, and u | `mpp-inspector` | TypeScript, JavaScript | CLI toolkit to inspect, debug, and test HTTP 402 MPP endpoints—parse Challenges, verify Receipts, compare pricing, and dry-run payment flows | [npm](https://www.npmjs.com/package/mpp-inspector) · [GitHub](https://github.com/amgb20/MPP-Inspector) | | `x402-proxy` | TypeScript, JavaScript | `curl` for MPP and x402 paid APIs—auto-pays one-shot charges and session-based streaming (per-token voucher cycling), with built-in wallet management (EVM + Solana), spend limits, and MCP stdio proxy for AI agents | [npm](https://www.npmjs.com/package/x402-proxy) · [GitHub](https://github.com/cascade-protocol/x402-proxy) | | `@quicknode/mpp` | TypeScript, JavaScript | Extends MPP with payments on Ethereum, Base, and other EVM networks, with support for `permit2`, EIP-3009 `authorization` and `hash` Credential types | [npm](https://www.npmjs.com/package/@quicknode/mpp) · [GitHub](https://github.com/quiknode-labs/mpp) | +| `@bolyra/mpp` | TypeScript, JavaScript | Delegated spend mandates for mppx routes — verify an agent's operator-signed authorization and financial tier before accepting a payment credential; emits signed authorization receipts alongside the Payment-Receipt | [npm](https://www.npmjs.com/package/@bolyra/mpp) · [GitHub](https://github.com/bolyra/bolyra/tree/main/integrations/mpp-payments) | Want to build your own? See [Custom payment methods](/payment-methods/custom).