Skip to content
Back to Laspi Business Directory

Card snapshot

laspi.pro · 2026-07-18 05:01:22 UTC · 7649a243fb0f17b4b2e60095e6c3540cfd6d98d7e5bbf2717a7db5836d5e69b6

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "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 \u2014 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"
    }
  ]
}