diff --git a/src/pages/extensions.mdx b/src/pages/extensions.mdx index 9f8b50fd..cc5bad73 100644 --- a/src/pages/extensions.mdx +++ b/src/pages/extensions.mdx @@ -5,5 +5,7 @@ Third-party packages that extend MPP with new payment methods, middleware, and u | Name | Description | Link | |---|---|---| | `@insumermodel/mppx-token-gate` | Token-gate mppx routes—free access for NFT/token holders across 32 chains | [npm](https://www.npmjs.com/package/@insumermodel/mppx-token-gate) | +| `@leigents/mppx-rate-limit` | Session-aware rate limiting middleware for MPP servers. Block, queue, or degrade requests per session with configurable limits and analytics. | [npm](https://www.npmjs.com/package/mppx-rate-limit) | +| `@leigents/mcp` | Turn your MCP server tools into paid endpoints using the Machine Payments Protocol. Add price configs to tools and get paid automatically in stablecoins or fiat. | [npm](https://www.npmjs.com/package/@leigents/mcp) | Want to build your own? See [Custom payment methods](/payment-methods/custom).