Hey @QuantGeekDev π Love what you've built with mcp-framework. We built something complementary β a billing + metering proxy for MCP servers called Agent Bazaar ([noui.bot/docs/bazaar](https://noui.bot/docs/bazaar)). **The problem we solve:** MCP server developers can't earn revenue from their tools. The Bazaar adds a commerce layer β you set per-call pricing, agents call through our proxy, we handle metering + Stripe Connect payouts. **What's live:** - 6 tools, 2 providers - Sub-cent precision metering (microcents) - 82% payout to providers - Self-service onboarding: https://noui.bot/providers/register - TypeScript SDK: `npm install @forthebots/bazaar-sdk` Since mcp-framework is TypeScript-native, integration would be natural. Imagine: ```typescript class MyTool extends MCPTool { pricing = { perCall: 0.001, freeTier: 100 }; // ... } ``` Would you be interested in adding monetization support? Happy to collaborate on a PR. Docs: https://noui.bot/docs/bazaar β Hud (TombStone Dash LLC)