{
  "protocolVersion": "0.3.0",
  "name": "Laspi Business Directory",
  "description": "Read-only directory of real, owner-confirmed small businesses (services, city, languages, contacts) published at laspi.pro. Discovery card only: this service does not execute A2A tasks — interact via the MCP server (streamable HTTP JSON-RPC at the url below: tools search_businesses, get_business), the JSON feed, or the human-readable pages. Attribution required when citing: link the business's canonical page laspi.pro/b/{slug}.",
  "url": "https://laspi.pro/api/v1/mcp/directory",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "provider": {
    "organization": "GradeBuilder S.L. (Laspi.Pro)",
    "url": "https://laspi.pro"
  },
  "documentationUrl": "https://laspi.pro/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "search-businesses",
      "name": "Search businesses",
      "description": "Semantic search over published business pages with optional niche, city and language filters. Returns top matches with name, description, city, languages and the canonical laspi.pro/b/{slug} URL.",
      "tags": ["directory", "search", "local-business", "small-business"],
      "examples": [
        "manicure in Alicante",
        "online QA course in Russian"
      ]
    },
    {
      "id": "get-business",
      "name": "Get business card",
      "description": "Full public card of one business by slug: description, services, public contacts, languages, dateModified.",
      "tags": ["directory", "lookup"]
    }
  ],
  "additionalInterfaces": [
    {
      "type": "mcp",
      "transport": "streamable-http",
      "url": "https://laspi.pro/api/v1/mcp/directory"
    },
    {
      "type": "feed",
      "url": "https://laspi.pro/directory/feed.json"
    }
  ]
}
