{
  "serverInfo": {
    "name": "BroFindAI",
    "version": "1.0.0"
  },
  "name": "io.brofindai/mcp-server",
  "title": "BroFindAI MCP Server",
  "description": "MCP server for the BroFindAI AI tools directory. Search 500+ curated AI tools, browse MCP servers, list categories, and get detailed tool information.",
  "version": "1.0.0",
  "websiteUrl": "https://brofindai.com",
  "endpoint": "https://brofindai.com/api/mcp",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://brofindai.com/api/mcp"
    }
  ],
  "capabilities": ["tools"],
  "tools": [
    {
      "name": "search_ai_tools",
      "description": "Search the BroFindAI directory of 500+ AI tools by keyword, category, or pricing model"
    },
    {
      "name": "list_categories",
      "description": "List all AI tool categories available in the BroFindAI directory with tool counts"
    },
    {
      "name": "get_tool_details",
      "description": "Get full details of a specific AI tool by its slug identifier"
    },
    {
      "name": "list_mcp_servers",
      "description": "Browse MCP (Model Context Protocol) servers from the BroFindAI MCP directory"
    }
  ]
}
