{
  "serverInfo": {
    "name": "makeitlast",
    "title": "MakeItLast",
    "version": "1.0.0"
  },
  "description": "MakeItLast catalog tools: search listings, fetch a listing, and list lanes.",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://www.makeitla.st/mcp"
  },
  "endpoint": "https://www.makeitla.st/mcp",
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {},
    "prompts": {}
  },
  "tools": [
    {
      "name": "search_catalog",
      "description": "Search live MakeItLast listings by name, tagline, tags, or URL."
    },
    {
      "name": "get_listing",
      "description": "Fetch one live listing by slug."
    },
    {
      "name": "list_categories",
      "description": "List catalog lanes (categories) with short blurbs."
    }
  ]
}
