← WebMCP Directory

Tool tree

agentswitchboard.dev

AI & Agents
https://agentswitchboard.dev/
Browse, compare, and integrate AI agents with real API, MCP, and CLI access. The curated directory for developers building on the agentic web.
Explore capabilities

Tools verified

search_agentsAnswer

Search Agent Switchboard's directory of vetted AI agents, MCP servers, and agentic tools. Filter by free-text query, category slug, and/or access method (api, mcp, cli, browser-extension).

View tool JSON
{
  "name": "search_agents",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search Agent Switchboard's directory of vetted AI agents, MCP servers, and agentic tools. Filter by free-text query, category slug, and/or access method (api, mcp, cli, browser-extension).",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Free-text search over name, description, tags"
      },
      "category": {
        "type": "string",
        "description": "Category slug, e.g. \"autonomous-agents\""
      },
      "access": {
        "type": "string",
        "description": "api | mcp | cli | browser-extension"
      },
      "limit": {
        "type": "number",
        "description": "Max results (default 10)"
      }
    }
  },
  "page": "/"
}
get_agentAnswer

Get full detail for one agent by slug: description, provider, categories, access methods, tags, and links.

View tool JSON
{
  "name": "get_agent",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get full detail for one agent by slug: description, provider, categories, access methods, tags, and links.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "slug": {
        "type": "string"
      }
    },
    "required": [
      "slug"
    ]
  },
  "page": "/"
}
list_categoriesAnswer

List all directory categories with their agent counts. Slugs are valid inputs for search_agents.

View tool JSON
{
  "name": "list_categories",
  "kind": "answer",
  "impl": "imperative",
  "description": "List all directory categories with their agent counts. Slugs are valid inputs for search_agents.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}