← botmarket.bot

INDIVIDUAL MCP TOOL

search_mcps

Search the BotMarket catalog of MCP servers.

botmarket.botnone authenticationAvailability not checked

LIVE ENDPOINT

https://botmarket.bot/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_mcps 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

botmarket.bot

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.botmarket]
url = "https://botmarket.bot/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "botmarket": {
      "type": "http",
      "url": "https://botmarket.bot/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: botmarket
Remote MCP URL: https://botmarket.bot/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": {
    "botmarket": {
      "url": "https://botmarket.bot/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "botmarket": {
      "type": "http",
      "url": "https://botmarket.bot/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "botmarket",
  "transport": "streamable-http",
  "url": "https://botmarket.bot/mcp"
}
MCP Inspector

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

Related tools

  • search_agents — Search the BotMarket catalog of A2A-compatible AI agents.
  • search_protocols — List protocols tracked by BotMarket: MCP, A2A, x402, MTP (Machine Tree Protocol), MRP, L402, AP2, ACP, ANP, AGNTCY, etc.
  • get_x402_services — List services accepting agent-native payments (x402, MTP, MRP, L402).
  • list_quests — List BotMarket quests.
  • get_stats — Get global BotMarket stats (counts of agents, MCPs, protocols, etc).