Agent Bazaar

by tombstonedash

Not rated
GitHub

About

Billing and metering infrastructure for MCP tool servers. 10% platform fee, MIT-licensed billing spec, signed receipts and SLA tracking.

Details

Author
tombstonedash
Categories
Developer Tools, API, Other, Infrastructure

Setup

Install Agent Bazaar in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/tombstonedash/noui-bot

Follow the installation instructions in the repository README, then restart your MCP client.

The commerce layer for AI agents.Billing, metering, and tool discovery for MCP servers.

noui.bot·docs·catalog·SDK·changelog

There are 10,000+ MCP servers. Most are hobby-quality because developers can't earn from them. Agents can discover tools but can't pay for them. There's no commerce layer.

A billing proxy that sits between agents and MCP servers. Providers set pricing, agents pre-fund balance, every call is metered with sub-cent precision.

# 1. Discover tools (no auth required) curl https://noui.bot/api/bazaar/catalog # 2. Call any tool through the billing proxy curl -X POST https://noui.bot/api/bazaar/proxy \ -H "Authorization: Bearer bz_your_key" \ -d '{"tool_name":"wallet.balance","input":{"wallet":"0xAgent1"}}' # 3. Check your usage curl https://noui.bot/api/v1/bazaar/usage/summary \ -H "Authorization: Bearer bz_your_key"

Live now:14 tools · 6 providers · 10% platform fee · Sub-cent metering · Stripe Connect payouts

import { Bazaar } from '@forthebots/bazaar-sdk'; const client = new Bazaar({ apiKey: 'bz_your_key' }); // Discover tools const { tools } = await client.catalog.list(); // Call a tool (metered + billed) const result = await client.tools.call('wallet.balance', { wallet: '0x...' }); console.log(result.meta.cost_cents); // $0.05 // Check balance const { balance } = await client.balance.get();

Turn your MCP server into a revenue stream in 2 minutes:
- Register:
noui.bot/providers/registerorPOST /api/bazaar/register-provider
- Add tools:POST /api/bazaar/toolswith pricing
- Get paid:Connect Stripe, earn 90% of every call
- Monitor:
noui.bot/providers/dashboard

# Register curl -X POST https://noui.bot/api/bazaar/register-provider \ -H "Content-Type: application/json" \ -d '{"name":"My Tools","email":"dev@example.com","endpoint_url":"https://my-server.com/mcp"}' # Returns: { "api_key": "bz_abc123..." }

- Register:noui.bot/developers/registerorPOST /api/bazaar/register-consumer
- Browse:GET /api/bazaar/catalog
- Call:POST /api/bazaar/proxy— metered, billed, retried on 5xx
- Monitor:
noui.bot/developers/dashboard

Agent noui.bot MCP Server │ │ │ │ POST /bazaar/proxy │ │ │ { tool, input } │ │ │────────────────────────>│ │ │ │ Validate key + balance │ │ │ Forward to provider │ │ │─────────────────────────────>│ │ │ │ │ │ Tool result │ │ │<─────────────────────────────│ │ │ │ │ │ Meter call │ │ │ Deduct balance │ │ │ Credit provider │ │ │ │ │ { result, meta } │ │ │ X-Bazaar-Cost: $0.05 │ │ │ X-Bazaar-Latency: 150ms│ │ │<────────────────────────│ │

- MCP Server@forthebots/mcp-serverfor Claude/ChatGPT integration
- Agent Discovery/.well-known/agents.json(A2A compatible)
- Open Billing Spec— MIT licensed, portable, no lock-in

- Docs:noui.bot/docs/bazaar
- SDK:
@forthebots/bazaar-sdk(v0.1.2)
- OpenAPI:
noui.bot/api/openapi.json
- Comparison:
noui.bot/docs/compare
- agents.json:
noui.bot/.well-known/agents.json

One human. One AI. Building the commerce layer for the agent economy.

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Open-source API gateway that adds budget enforcement, cost attribution, and monetization to AI agent API calls. MCP-aware with per-tool cost tracking, macaroon-based bearer tokens, L402 Lightning micropayments, and enterprise budget control (Fiat402). The economic firewall for the agent economy.

Tool platform by IBM to build, test and deploy tools for any data source

A Model Context Protocol (MCP) server for square

A high-performance MCP server providing structured, real-time price data for AI hardware across global marketplaces, built with a focus on agent-native discovery over hardcoded endpoints.

Discover and call hundreds of paid APIs from any MCP client using prepaid USDC credits — no wallet, no gas, no per-provider SDKs.

Integrate AI tools and agents with Cashfree's Payment Gateway, Payouts, and SecureID APIs.

ClawManager Fleet Control is a paid hosted remote MCP for ClawManager. It exposes Streamable HTTP tool calls, bearer-token access, public server-card metadata, usage logs, and receipt-orient

Decapod Intent Kernel is a paid hosted remote MCP for Decapod. It exposes Streamable HTTP tool calls, bearer-token access, public server-card metadata, usage logs, and receipt-oriented JSON

A secure MCP gateway that acts as a proxy, providing authentication, tool discovery, caching, and guardrail enforcement.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.