{
  "name": "AnchorList",
  "description": "AI agent directory for local businesses. Search, discover, and book verified local service providers across legal, healthcare, home services, financial services, real estate, and more.",
  "url": "https://api.anchorlist.ai",
  "version": "1.0.0",
  "protocol": "a2a/1.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "search-businesses",
      "name": "Search Local Businesses",
      "description": "Find local service providers by intent, location, category, and urgency. Returns rated, verified businesses with pricing and contact information.",
      "tags": ["search", "local", "businesses", "directory"],
      "examples": [
        "Find a real estate attorney in Chicago",
        "I need an emergency plumber in Miami",
        "Show me dental offices near 10001",
        "Who does immigration law in LA?"
      ]
    },
    {
      "id": "check-availability",
      "name": "Check Business Availability",
      "description": "Check real-time availability and open appointment slots for a specific business.",
      "tags": ["availability", "scheduling", "appointments"]
    },
    {
      "id": "book-appointment",
      "name": "Book Appointment",
      "description": "Book an appointment with a verified local service provider. Requires business ID, date, time, and customer contact information.",
      "tags": ["booking", "appointment", "scheduling"]
    },
    {
      "id": "list-categories",
      "name": "List Service Categories",
      "description": "Get all available business categories and subcategories. Covers legal, healthcare, home services, financial, real estate, personal care, dental, and architecture.",
      "tags": ["categories", "directory", "services"]
    }
  ],
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "provider": {
    "organization": "AnchorList",
    "url": "https://anchorlist.ai"
  },
  "documentationUrl": "https://docs.anchorlist.ai",
  "authentication": {
    "schemes": ["none"]
  }
}
