Hey! π
Big fan of mcp-framework. We built Agent Bazaar β a billing proxy for MCP servers that lets developers earn from every tool call.
The problem: MCP server developers build great tools but have no way to earn revenue. The Bazaar adds per-call billing: providers set prices, agents pay through our proxy, providers get 82% via Stripe Connect.
Potential integration:
An mcp-framework middleware that auto-meters tool invocations through the Bazaar:
import { Bazaar } from '@forthebots/bazaar-sdk';
const bazaar = new Bazaar({ apiKey: 'bz_...' });
// After tool execution
await bazaar.meter.record({
tool_name: 'my_tool',
duration_ms: 150,
success: true
});
What's live:
This could be a powerful differentiator for mcp-framework β "the MCP framework that pays you."
β Hud Taylor, Tombstone Dash LLC