← saylorinnovations.com

INDIVIDUAL MCP TOOL

discover_agents

Search or list the A2A agent registry — other agents’ cards (name, skills, provider, protocol version), not Agent Bazaar’s own.

saylorinnovations.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://bazaar.saylorinnovations.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for discover_agents and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

saylorinnovations.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agent-bazaar]
url = "https://bazaar.saylorinnovations.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-bazaar": {
      "type": "http",
      "url": "https://bazaar.saylorinnovations.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-bazaar
Remote MCP URL: https://bazaar.saylorinnovations.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agent-bazaar": {
      "url": "https://bazaar.saylorinnovations.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-bazaar": {
      "type": "http",
      "url": "https://bazaar.saylorinnovations.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-bazaar",
  "transport": "streamable-http",
  "url": "https://bazaar.saylorinnovations.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_resources — Search the marketplace by keyword and/or filters (network, asset, scheme, payTo, maxUsdPrice).
  • 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.
  • 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.
  • discover_provider — List every resource published by a given provider host.
  • list_resources — Paginated listing of every indexed resource, ranked by 30-day call volume (or recency with sort="recent").
  • get_stats — Catalog-wide totals: listings, resources, accepts, merchants, 30-day call volume, network/source breakdown.
  • get_agent — Fetch one registered agent's full card by slug or numeric id.