Skip to content

Monetize mcp-framework servers β€” Agent Bazaar billing integrationΒ #139

@TombStoneDash

Description

@TombStoneDash

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions