{
  "name": "atrium-art-collection",
  "version": "0.1.0",
  "description": "Public MCP server for the Atrium Digital Art Collection. Goal-oriented tools over the museum catalog: overview, movements, search, detail.",
  "transports": [
    {
      "type": "streamable-http",
      "url": "https://mcp-art-collection.ent.alphams.work/mcp"
    }
  ],
  "capabilities": {
    "tools": [
      "collection_overview",
      "list_movements",
      "search_artworks",
      "get_artwork"
    ]
  },
  "authless": true,
  "data_source": "https://art-collection.ent.alphams.work/api",
  "related": {
    "museum_home": "https://art-collection.ent.alphams.work/",
    "api_docs": "https://art-collection.ent.alphams.work/api",
    "robots_txt": "https://art-collection.ent.alphams.work/robots.txt"
  },
  "contact": "curator@museum.example"
}