{"$schema":"https://modelcontextprotocol.io/schemas/server-card/v1.json","serverInfo":{"name":"algoboost-mcp-server","title":"AlgoBoost AI Tools Directory MCP Server","version":"1.0.0","description":"Discover, search, filter, and compare curated AI tools, models, benchmarks, and software across the AlgoBoost directory.","website":"https://algoboost.algeris.com","documentation":"https://algoboost.algeris.com/api/docs"},"transports":[{"type":"http","url":"https://algoboost.algeris.com/api/mcp"},{"type":"sse","url":"https://algoboost.algeris.com/api/mcp/sse"}],"capabilities":{"tools":{"listChanged":false},"resources":{"subscribe":false,"listChanged":false},"prompts":{"listChanged":false}},"tools":[{"name":"search_ai_tools","description":"Search AI tools across AlgoBoost by keyword, category, and pricing model with full metadata.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search query or keyword (e.g. 'code completion', 'diffusion image', 'voice clone')"},"category":{"type":"string","description":"Category slug (e.g. 'design', 'coding', 'productivity', 'video', 'audio')"},"pricing":{"type":"string","enum":["free","freemium","paid","free trial","open source","all"],"description":"Filter by pricing tier"},"limit":{"type":"integer","default":10,"description":"Maximum number of results to return"}}}},{"name":"get_tool_details","description":"Retrieve comprehensive deep-dive details, features, ratings, pros/cons, and pricing breakdown for a specific AI tool.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Tool slug or identifier (e.g. 'midjourney', 'cursor', 'chatgpt')"}},"required":["slug"]}},{"name":"list_categories","description":"List all AI tool categories with counts of curated tools.","inputSchema":{"type":"object","properties":{}}},{"name":"get_trending_tools","description":"Get current trending and top-rated AI tools of the week.","inputSchema":{"type":"object","properties":{"limit":{"type":"integer","default":6,"description":"Number of trending tools to retrieve"}}}},{"name":"compare_tools","description":"Compare two AI tools side-by-side on features, trust scores, pricing, and capabilities.","inputSchema":{"type":"object","properties":{"toolA":{"type":"string","description":"Slug or name of first tool (e.g. 'midjourney')"},"toolB":{"type":"string","description":"Slug or name of second tool (e.g. 'stable-diffusion')"}},"required":["toolA","toolB"]}}]}