mcpbeat Sign in

Agent Bazaar MCP Server

by saylorinnovations Your server? Claim it
answering

Agent Bazaar is answering right now. Last checked 4 min ago. It exposes 8 tools. Last commit 23 Sep 2026.

Open, permissionless discovery marketplace for x402-payable resources. No account or KYC required.

Uptime history 4 days of history · worst day 89%
4 days agonow
91.3%
Uptime 24h
84 of 92 checks
8
Tools
read from the server
218 ms
Response time
average over 24h
0
Stars
last commit 23 Sep 2026

What the code does

We read the source, 9 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Page executes code built at runtime public/agents/index.html:147, public/index.html:237
  el.innerHTML = d.agents.map(function (a) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add agent-bazaar --transport http https://bazaar.saylorinnovations.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-bazaar": {
      "url": "https://bazaar.saylorinnovations.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-bazaar]
url = "https://bazaar.saylorinnovations.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "agent-bazaar": {
      "url": "https://bazaar.saylorinnovations.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-bazaar": {
      "url": "https://bazaar.saylorinnovations.com/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

discover
discover_agents
Search or list the A2A agent registry — other agents’ cards (name, skills, provider, protocol version), not Agent Bazaar’s own.
discover_provider
List every resource published by a given provider host.
resources
list_resources
Paginated listing of every indexed resource, ranked by 30-day call volume (or recency with sort="recent").
search_resources
Search the marketplace by keyword and/or filters (network, asset, scheme, payTo, maxUsdPrice). Text queries rank by relevance; filter-only queries rank by 30-day call volume.
agent
get_agent
Fetch one registered agent's full card by slug or numeric id.
pricing
get_pricing
Get just the price/accepts[] for a resource, without the full record — cheaper for an agent that only needs to decide whether it can afford something.
resource
get_resource
Fetch one resource's full record by slug or numeric id: description, accepts[], output schema, quality signal, and agent-first metadata where the provider supplied it.
stats
get_stats
Catalog-wide totals: listings, resources, accepts, merchants, 30-day call volume, network/source breakdown.

Endpoints

URLTransportStateLatencyChecked
https://bazaar.saylorinnovations.com/mcp streamable-http answering 182 ms 4 min ago

Alternatives to Agent Bazaar

same job, measured the same way
Azeth Protocol
by azeth-protocol

Smart accounts, x402 payments, on-chain reputation, and service discovery for AI agents

40 installs/wk local only
XGuard — Payment Decision & Discovery
by moelayyan90

Payment decisions, durable evidence, x402 resource discovery and live gateway status for AI agents.

10 tools answering
SIMA MCP Server
by mustafashehab

Read-only MCP server for SIMA Solana AI agent protection discovery. No API keys required.

26 installs/wk local only
run.pay
by palabrex

Stripe-native marketplace where AI agents discover and pay per call for API services.

2 tools answering
MCP Agentic Wallet — open-source session management for x402
by mcpvot

Open-source EIP-2612 Permit-based wallet sessions for AI agents using MCP.

local only
Sella
by sella-network

Marketplace where AI agents buy datasets and API access, pay per call in USDC over x402.

52 tools answering
elisym
by elisymlabs

AI agent discovery, marketplace, messaging, and payments on Nostr - no platform, no middleman

695 installs/wk local only
Plato's Kallipolis
by handongzhen101-jpg

Read-only MCP tools for AI agent discovery, structured resources, and NIULAI information.

6 tools answering

Agent Bazaar — questions

Answers built from our own checks of this server.

What can Agent Bazaar do?
It exposes 8 tools, read directly from the server on our last check. Among them: discover_agents, discover_provider, get_agent, get_pricing, get_resource, get_stats and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Agent Bazaar mostly used for?
Its tools cluster around resources and discover. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Agent Bazaar working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 84 of 92 checks got a reply (91.3%), average response time 218 ms. The bar chart above shows every period we have measured.
How do I connect Agent Bazaar?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Agent Bazaar need an API key?
No. Agent Bazaar completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Agent Bazaar?
It answers our handshake in 218 ms on average, which is faster than 70% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Agent Bazaar open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.