Agent Bazaar
Per-call billing and metering proxy for MCP tool servers. Providers set pricing via the open MCP Billing Spec (MIT), consumers pay through Stripe Connect with signed receipts and SLA monitoring.
README
MCP Billing Spec v1
An open standard for billing, metering, receipts, verification, and dispute resolution in MCP tool ecosystems.
Why This Exists
There are 10,000+ MCP servers but most are hobby-quality because developers can't earn from them. Multiple companies are building billing solutions independently with incompatible schemas. This fragmentation hurts everyone:
- Agents must learn different billing APIs per provider
- Providers can't switch billing platforms without rewriting integrations
- Platforms compete on implementation details instead of value
This spec creates a common language for MCP billing.
Quick Start
Want to monetize your MCP server? → Provider Quickstart Guide (5 minutes)
Want to use paid MCP tools? → Consumer Quickstart (3 minutes)
Want to implement the spec? → Read mcp-billing-v1.md
What It Covers
| Section | Description |
|---|---|
| Meter Events | Standard schema for recording tool invocations |
| Signed Receipts | HMAC-SHA256 tamper-proof proof of every call |
| Pricing Declarations | How providers declare per-call and per-token pricing |
| Verification Levels | 4-tier provider verification (unverified → email → domain → code) |
| Dispute Resolution | Filing, status flow, resolution types |
| Trust Scores | Composite scoring from verification + SLA + disputes |
Read the Spec
📄 mcp-billing-v1.md — The full specification
🌐 noui.bot/specs/mcp-billing-v1 — Web version
Reference Implementation
The Agent Bazaar at noui.bot is the reference implementation:
- API:
https://noui.bot/api/v1(v0.4.0) - Provider Guide: noui.bot/docs/guides/provider-quickstart
- SDK:
npm install @forthebots/bazaar-sdk - OpenAPI:
https://noui.bot/api/openapi.json - Source: github.com/TombStoneDash/noui-bot
Key Features
- Per-call billing with sub-cent precision ($0.001 minimum)
- 82% revenue share for providers (18% platform fee)
- Signed receipts (HMAC-SHA256) on every transaction
- Trust scores with verified provider badges
- Dispute resolution with full status flow
- Zero code changes — proxy to existing MCP servers
Competitive Landscape
See how Agent Bazaar compares to other approaches: noui.bot/docs/compare
| Platform | Status | Trust Layer | Open Standard |
|---|---|---|---|
| Agent Bazaar | Live | ✅ v0.4.0 | ✅ This spec |
| xpay | Live | ❌ | ❌ |
| TollBit | Pre-launch | ❌ | ❌ |
| MCP Hive | Pre-launch (Mar 8) | ❌ | ❌ |
For Other Billing Providers
This spec is designed to be implementable by anyone — including our competitors. If you're building MCP billing (xpay, TollBit, MCP Hive, or something new), you can:
- Implement the receipt schema — agents get consistent billing experiences regardless of provider
- Use the verification levels — a shared trust vocabulary for the ecosystem
- Adopt the dispute schema — standard resolution flow across platforms
- Reference this spec — and contribute to making it better
We'd rather be the reference implementation of a universal standard than a walled garden.
Contributing
- Open an issue for spec feedback, clarifications, or proposed changes
- PRs welcome for typos, examples, and additional appendices
- Major schema changes should go through an issue discussion first
License & Patent Pledge
This specification is released under MIT. No contributor may assert patents against implementations of this specification. This commitment is irrevocable.
Copy it. Fork it. Implement it. That's the point.
Built by TombStone Dash LLC · San Diego, CA One human, one AI. The void is open.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.