Skip to content

Feature: Built-in billing/monetization for MCP tools via Agent BazaarΒ #138

@TombStoneDash

Description

@TombStoneDash

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).

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:

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)

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