{
 "specVersion": "1.0",
 "host": {
  "displayName": "Jed"
 },
 "entries": [
  {
   "identifier": "urn:air:jed.so:server:site-mcp",
   "displayName": "Jed — website MCP server",
   "type": "application/mcp-server-card+json",
   "url": "https://jed.so/.well-known/mcp/server-card.json",
   "capabilities": [
    "about_business",
    "list_pages",
    "read_page",
    "how_to_contact"
   ],
   "description": "MCP server exposing Jed's website: business details, page index, per-page Markdown and contact options.",
   "representativeQueries": [
    "what is jed?"
   ]
  },
  {
   "identifier": "urn:air:jed.so:agent:site-agent",
   "displayName": "Jed — site agent (A2A)",
   "type": "application/a2a-agent-card+json",
   "url": "https://jed.so/.well-known/agent-card.json",
   "description": "A2A agent answering questions about Jed from the website's own data.",
   "representativeQueries": [
    "what are the opening hours of jed?"
   ]
  }
 ]
}