{
  "protocolVersion": "0.3",
  "name": "MakeItLast catalog",
  "description": "MakeItLast lists software that lasts. Search live listings, fetch one card, or list lanes.",
  "url": "https://www.makeitla.st/mcp",
  "version": "1.0.0",
  "documentationUrl": "https://www.makeitla.st/docs/api",
  "iconUrl": "https://www.makeitla.st/logo.png",
  "provider": {
    "organization": "MakeItLast",
    "url": "https://www.makeitla.st"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "supportedInterfaces": [
    {
      "url": "https://www.makeitla.st/mcp",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "skills": [
    {
      "id": "search-catalog",
      "name": "Search catalog",
      "description": "Search live listings by name, tagline, tags, or URL.",
      "tags": [
        "catalog",
        "search"
      ],
      "examples": [
        "Find a local-first notes app"
      ]
    },
    {
      "id": "get-listing",
      "name": "Get listing",
      "description": "Fetch one live listing by slug.",
      "tags": [
        "catalog"
      ],
      "examples": [
        "Get the scrolllaunch listing"
      ]
    },
    {
      "id": "list-categories",
      "name": "List categories",
      "description": "List catalog lanes with short blurbs.",
      "tags": [
        "catalog"
      ],
      "examples": [
        "What lanes does MakeItLast publish?"
      ]
    }
  ]
}
