{"name":"free-design-by-codegraff","endpoint":"https://design.codegraff.com/mcp","transport":"streamable-http","protocolVersion":"2025-06-18","tools":[{"name":"search_companies","description":"Search the Free Design by Codegraff archive for companies, categories, platforms, and visual descriptions.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Text to search for."},"category":{"type":"string","description":"Exact category filter."},"platform":{"type":"string","enum":["desktop","mobile"],"description":"Optional platform filter."},"limit":{"type":"number","minimum":1,"maximum":50,"description":"Maximum results to return."}}}},{"name":"get_company","description":"Get one company from the design archive, including its primary screenshot URL.","inputSchema":{"type":"object","properties":{"name":{"type":"string","description":"Company slug or display name."}},"required":["name"]}},{"name":"list_categories","description":"List categories in the current design archive with company counts.","inputSchema":{"type":"object","properties":{}}},{"name":"get_image","description":"Resolve an archive image URL by asset SHA or company name.","inputSchema":{"type":"object","properties":{"asset_sha256":{"type":"string","description":"64 character asset hash."},"company":{"type":"string","description":"Company slug or display name."}}}}]}