{
  "name": "PresEngage Search Agent",
  "version": "2025-03-26",
  "description": "Natural-language search and Q&A over PresEngage.com — audience engagement, live Q&A, AI presenter, pricing, integrations. Backed by the PresEngage MCP server.",
  "url": "https://presengage.com/mcp",
  "provider": {
    "organization": "PresEngage",
    "url": "https://presengage.com"
  },
  "documentationUrl": "https://presengage.com/",
  "supportedInterfaces": [
    {
      "url": "https://presengage.com/mcp",
      "serviceUrl": "https://presengage.com/mcp",
      "transportProtocol": "sse"
    },
    {
      "url": "https://presengage.com/ask",
      "serviceUrl": "https://presengage.com/ask",
      "transportProtocol": "http"
    }
  ],
  "capabilities": [
    {
      "id": "search",
      "name": "Content Search",
      "description": "Search PresEngage marketing, product, and documentation content via natural language queries."
    }
  ],
  "skills": [
    {
      "id": "ask",
      "name": "ask",
      "description": "Natural-language search over PresEngage.com content. Accepts a query and optional generate_mode (list | summarize | generate | none). Returns ranked results or a generated answer.",
      "tags": ["search", "q-and-a", "nlweb"],
      "examples": [
        "How do I run a live Q&A for my keynote?",
        "Which pricing plan includes in-person and online audiences?"
      ]
    }
  ],
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text", "application/json"]
}
