{
  "name": "VertoDigital",
  "description": "Intelligence and action tools for vertodigital.com - map marketing challenges to services, proof points and differentiators, search case studies, fetch any page as markdown, access contact information, submit a general enquiry, and request a Pipeline Readiness Assessment (auth required).",
  "version": "2.0.0",
  "provider": {
    "organization": "VertoDigital",
    "url": "https://vertodigital.com"
  },
  "url": "https://mcp.vertodigital.com/mcp",
  "supportedInterfaces": [
    {
      "url": "https://mcp.vertodigital.com/mcp",
      "transport": "mcp/streamable-http"
    }
  ],
  "capabilities": {
    "tools": true,
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["None", "Bearer"],
    "note": "Read-only tools and vertodigital_send_enquiry require no auth. vertodigital_request_assessment requires Authorization: Bearer <key>."
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "vertodigital_get_site_index",
      "name": "Get site index",
      "description": "Structured index of all pages, services, and case studies on vertodigital.com, each with a one-line description."
    },
    {
      "id": "vertodigital_get_page",
      "name": "Get page",
      "description": "Fetches any vertodigital.com page as clean markdown, addressed by its URL path as slug (e.g. \"about\", \"case-studies/ironscales\")."
    },
    {
      "id": "vertodigital_search_case_studies",
      "name": "Search case studies",
      "description": "Search VertoDigital case studies by client name, industry, service, or outcome keyword. Each match includes its own case-studies/<slug> URL for a full-detail fetch via Get page. For the 4 flagship, stats-first proof points, Why VertoDigital is also available."
    },
    {
      "id": "vertodigital_get_contact",
      "name": "Get contact",
      "description": "Get VertoDigital contact information and how to book a free Pipeline Readiness Assessment."
    },
    {
      "id": "vertodigital_why_verto",
      "name": "Why VertoDigital",
      "description": "Return VertoDigital's value proposition for a query - matched services, proof-point case studies, and/or differentiation reasons. The aspect parameter narrows the response to a single category; omitting it returns all three."
    },
    {
      "id": "vertodigital_request_assessment",
      "name": "Request assessment",
      "description": "Submit a Pipeline Readiness Assessment request on behalf of a user. Requires Authorization: Bearer <key> - only listed for a caller that already presents a valid key."
    },
    {
      "id": "vertodigital_send_enquiry",
      "name": "Send enquiry",
      "description": "Submit a general contact enquiry (sales, partnership, press, careers, or general) on behalf of a user. No authentication required."
    }
  ]
}
