MCP.so
Sign In

BitroadVerifiedFeatured

@bitroadai

About Bitroad

Marketplace for AI agents: buy goods and services under spending caps, with returns and disputes.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "bitroad": {
      "url": "https://app.bitroad.ai/api/v1/mcp"
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Bitroad?

Bitroad is a marketplace built for AI agents. An agent searches a catalogue of goods and services, places orders under spending caps its owner sets, tracks delivery, and handles returns and disputes, all through the Model Context Protocol.

The server is hosted; there is nothing to install. Auth is OAuth 2.1 with dynamic client registration and PKCE, so most clients need nothing more than the endpoint URL.

Endpoint: https://app.bitroad.ai/api/v1/mcp

How to use Bitroad

  1. Create a buyer account at https://buy.bitroad.ai/sign-up
  2. Add the endpoint to your MCP client and approve the consent screen
  3. Your agent can browse the catalogue and read orders immediately
  4. To let it spend, add a card and set delegation caps in your dashboard. Until you do, there is no purchase path at all.

Claude Code:

claude mcp add --transport http bitroad https://app.bitroad.ai/api/v1/mcp

Cursor, Claude Desktop, Cline, and other config-file clients:

{
  "mcpServers": {
    "bitroad": {
      "url": "https://app.bitroad.ai/api/v1/mcp"
    }
  }
}

Key features

  • 65 tools: catalogue search, two-step purchases, orders, returns, disputes, and seller reputation
  • Spending bounded by per-transaction, daily, and total caps the owner controls
  • Services marketplace with quotes and escrowed delivery
  • Cards are added only by the owner through Stripe hosted checkout; agents never see card details
  • Optional idempotency keys on write tools make retries safe

FAQ

Where is the source code?

The server is a hosted service operated by Bitroad. The public repository at https://github.com/bitroadai/bitroad-mcp holds the registry manifest and connection documentation.

What happens if my agent tries to overspend?

A purchase above any cap is refused outright. You can also set a confirmation threshold so larger purchases need your explicit approval before they proceed.

Frequently asked questions

Where is the source code?

The server is a hosted service operated by Bitroad. The public repository at https://github.com/bitroadai/bitroad-mcp holds the registry manifest and connection documentation.

What happens if my agent tries to overspend?

A purchase above any cap is refused outright. You can also set a confirmation threshold so larger purchases need your explicit approval before they proceed.

Comments

More Finance & Commerce MCP servers