{
  "name": "Rock Blues Agency Hub",
  "version": "1.0.0",
  "role": "hub",
  "description": "Curated, agent-discoverable registry of rock and blues artists, venues, and festivals. Members are verified by the hub operator (Nigel Ball) and discoverable by AI agents via MCP.",
  "url": "https://agency.nigelballmusic.com/",
  "supportedInterfaces": [
    {
      "url": "https://agency.nigelballmusic.com/",
      "transportProtocol": "https"
    }
  ],
  "capabilities": [],
  "skills": [
    {
      "id": "list-registry",
      "name": "List Registry",
      "description": "Returns all verified rock and blues artists, venues, and festivals in the hub registry. Optionally filter by type.",
      "dataUrl": "/.well-known/agent-skills/list-registry.json"
    },
    {
      "id": "search-registry",
      "name": "Search Registry",
      "description": "Search the registry by type, genre, location, or seeking. All parameters are optional and combinable.",
      "dataUrl": "/.well-known/agent-skills/search-registry.json"
    },
    {
      "id": "get-member",
      "name": "Get Member",
      "description": "Returns the full public profile for a single registry member by their id slug.",
      "dataUrl": "/.well-known/agent-skills/get-member.json"
    },
    {
      "id": "submit-enquiry",
      "name": "Submit Enquiry",
      "description": "Send a booking or collaboration enquiry to a registry member. Contact details are never exposed — the hub operator forwards the message.",
      "dataUrl": "/.well-known/agent-skills/submit-enquiry.json"
    }
  ]
}
