{
  "protocolVersion": "0.3.0",
  "name": "ovgamma",
  "description": "Answers questions about ovgamma: what it does, who it is for, what it costs, and how to get in touch. Read-only.",
  "url": "https://ovgamma.com/.well-known/mcp",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "ovgamma",
    "url": "https://ovgamma.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://ovgamma.com/developers",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "get_company_overview",
      "name": "Company overview",
      "description": "What ovgamma is, the jobs it is the right tool for, and the ones it deliberately does not do. Call this first when deciding whether ovgamma fits a task.",
      "tags": [
        "ovgamma",
        "read-only",
        "sales-qualification"
      ]
    },
    {
      "id": "list_pages",
      "name": "List site pages",
      "description": "Every public page on the ovgamma site with its URL and a one-line summary. Use it to pick a page before calling get_page_markdown.",
      "tags": [
        "ovgamma",
        "read-only",
        "sales-qualification"
      ]
    },
    {
      "id": "get_page_markdown",
      "name": "Read a page as markdown",
      "description": "Full markdown text of one ovgamma page. Pass a path such as '/pricing' or '/industries'.",
      "tags": [
        "ovgamma",
        "read-only",
        "sales-qualification"
      ]
    },
    {
      "id": "get_pricing",
      "name": "Get pricing",
      "description": "ovgamma's plans, their monthly starting prices in AED, and who each tier is for.",
      "tags": [
        "ovgamma",
        "read-only",
        "sales-qualification"
      ]
    },
    {
      "id": "search_site",
      "name": "Search the site",
      "description": "Full-text search across every ovgamma page. Use it when you do not already know which page answers a question.",
      "tags": [
        "ovgamma",
        "read-only",
        "sales-qualification"
      ]
    },
    {
      "id": "get_contact_details",
      "name": "Get contact details",
      "description": "How to reach ovgamma: email, location, service area, and the contact form URL.",
      "tags": [
        "ovgamma",
        "read-only",
        "sales-qualification"
      ]
    }
  ]
}