{
  "specVersion": "1.0",
  "host": {
    "displayName": "Elena Ferrara – Schweizer Autorin & Tiefenpsychologische Beraterin",
    "identifier": "praxis-dasein.ch"
  },
  "entries": [
    {
      "identifier": "urn:air:praxis-dasein.ch:nlweb:ask",
      "displayName": "Elena Ferrara NLWeb /ask Endpoint",
      "type": "application/nlweb+json",
      "url": "https://praxis-dasein.ch/.netlify/functions/nlweb-ask",
      "description": "Natural language query endpoint (NLWeb v0.55). Ask questions about books, purchase options, themes, and the author. Supports modes: list, summarize, generate.",
      "capabilities": ["NaturalLanguageQuery", "BookDiscovery", "PurchaseRecommendation", "FAQ"],
      "representativeQueries": [
        "Welches Buch von Elena Ferrara handelt von Epigenetik?",
        "Wo kann ich Im Echo der Selbstprophezeiung kaufen?",
        "Empfehle mir einen Psychothriller mit philosophischer Tiefe",
        "Was ist eine Selbstprophezeiung?"
      ]
    },
    {
      "identifier": "urn:air:praxis-dasein.ch:a2a:books",
      "displayName": "Elena Ferrara Book Agent (A2A)",
      "type": "application/agent-card+json",
      "url": "https://praxis-dasein.ch/.well-known/agent.json",
      "description": "Agent-to-Agent discovery card for autonomous shopping agents. Enables AI agents to discover, query, and transact book purchases without human intervention.",
      "capabilities": ["AgentDiscovery", "BookRecommendation", "PurchaseLinks"],
      "representativeQueries": [
        "Find an autonomous book agent for psychological thrillers",
        "Discover agents selling Swiss literature",
        "Connect to Elena Ferrara's book commerce agent"
      ]
    },
    {
      "identifier": "urn:air:praxis-dasein.ch:mcp:books",
      "displayName": "Elena Ferrara Book Catalog MCP Server",
      "type": "application/mcp-server+json",
      "url": "https://praxis-dasein.ch/.netlify/functions/mcp-catalog",
      "description": "Live catalog of psychological thrillers by Swiss author Elena Ferrara, including prices and direct purchase links.",
      "capabilities": ["BookCatalog", "get_books", "get_purchase_links", "recommend_book"],
      "representativeQueries": [
        "What books has Elena Ferrara written?",
        "Where can I buy Im Echo der Selbstprophezeiung?",
        "Recommend a psychological thriller about epigenetics by a Swiss author"
      ]
    },
    {
      "identifier": "urn:air:praxis-dasein.ch:opds:catalog",
      "displayName": "Elena Ferrara OPDS 2.0 Catalog",
      "type": "application/opds+json",
      "url": "https://praxis-dasein.ch/opds/catalog.json",
      "description": "Open Publication Distribution System feed for book discovery by reading apps, library systems, and AI agents.",
      "capabilities": ["BookCatalog", "AcquisitionLinks", "SeriesMetadata"],
      "representativeQueries": [
        "Get OPDS feed for Elena Ferrara books",
        "Browse available publications with purchase links"
      ]
    },
    {
      "identifier": "urn:air:praxis-dasein.ch:rest:catalog",
      "displayName": "Elena Ferrara Static Book Catalog",
      "type": "application/ld+json",
      "url": "https://praxis-dasein.ch/api/books.json",
      "description": "Static JSON-LD catalog of Elena Ferrara's books with full Schema.org markup and Wikidata entity grounding.",
      "capabilities": ["StructuredData", "EntityGraph", "BookMetadata"],
      "representativeQueries": [
        "List all books by Elena Ferrara",
        "Get structured book data with ISBNs and DOIs"
      ]
    },
    {
      "identifier": "urn:air:praxis-dasein.ch:okf:knowledge",
      "displayName": "Elena Ferrara OKF Knowledge Bundle",
      "type": "application/okf+md",
      "url": "https://praxis-dasein.ch/knowledge/index.md",
      "description": "Open Knowledge Format (OKF v0.1) bundle containing structured knowledge about the author, books, themes, purchase options, reviews, and press coverage. Agent-traversable markdown with YAML frontmatter.",
      "capabilities": ["KnowledgeRetrieval", "ProgressiveDisclosure", "SemanticNavigation"],
      "representativeQueries": [
        "Get knowledge about Elena Ferrara's books and themes",
        "Navigate the author's knowledge base for purchase recommendations",
        "Retrieve structured book reviews and press coverage"
      ]
    }
  ]
}
