{
  "name": "FuturePlace Docs Agent",
  "version": "1.0.0",
  "description": "Read-only agent for FuturePlace public documentation. Does not place orders or mutate accounts.",
  "supportedInterfaces": [
    {
      "url": "https://futureplace.cz/mcp",
      "protocol": "JSONRPC",
      "transport": "HTTP"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "site-overview",
      "name": "Site overview",
      "description": "Explain FuturePlace public hosts and legal pages using /llms.txt and sitemap data."
    },
    {
      "id": "list-public-urls",
      "name": "List public URLs",
      "description": "Return canonical public URLs from sitemap.xml."
    }
  ]
}
