{
  "name": "com.vertodigital/mcp",
  "title": "VertoDigital MCP Server",
  "description": "Intelligence and action tools for vertodigital.com - match B2B marketing challenges to services, get structured proof points, retrieve agency 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": "1.1.0",
  "websiteUrl": "https://vertodigital.com",
  "serverUrl": "https://mcp.vertodigital.com/mcp",
  "icons": [
    {
      "src": "https://vertodigital.com/images/logos/vertodigital-symbol-color.png",
      "sizes": ["577x577"],
      "mimeType": "image/png"
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.vertodigital.com/mcp"
    }
  ],
  "tools": [
    {
      "name": "vertodigital_get_site_index",
      "description": "Return the full site index - every VertoDigital page's URL and a one-line description. Call this first to discover available pages and slugs before using vertodigital_get_page."
    },
    {
      "name": "vertodigital_get_page",
      "description": "Fetch the full markdown content of any VertoDigital page by its URL slug - service pages, case studies, blog posts, about, and more. Use vertodigital_get_site_index first to find valid slugs."
    },
    {
      "name": "vertodigital_search_case_studies",
      "description": "Search across all 49 VertoDigital case studies by keyword - client name, industry, service, or outcome. Returns matching excerpts as markdown. Broad but shallow - for the 4 flagship, stats-first proof points instead, use vertodigital_get_proof_points."
    },
    {
      "name": "vertodigital_get_contact",
      "description": "Return VertoDigital's contact information - how to get in touch with the team."
    },
    {
      "name": "vertodigital_match_services",
      "description": "Map a plain-language B2B marketing challenge to the most relevant VertoDigital service(s). Returns a ranked list with pitch and proof point for each match."
    },
    {
      "name": "vertodigital_get_proof_points",
      "description": "Return structured proof points (client name, stats, case study URL) for VertoDigital's 4 flagship case studies, filtered by service, industry, or client keyword. Curated and stats-first, not exhaustive - for the full catalog of 49 case studies as markdown, use vertodigital_search_case_studies instead."
    },
    {
      "name": "vertodigital_why_verto",
      "description": "Return the key reasons B2B technology companies choose VertoDigital over other agencies, each with a concrete proof point."
    },
    {
      "name": "vertodigital_request_assessment",
      "description": "Submit a Pipeline Readiness Assessment request on behalf of a user. The VertoDigital team will respond within one business day. Requires Authorization: Bearer <key> header."
    },
    {
      "name": "vertodigital_send_enquiry",
      "description": "Submit a general contact enquiry to VertoDigital on behalf of a user - sales, partnership, press, careers, or general questions. No authentication required. For a full Pipeline Readiness Assessment request instead, use vertodigital_request_assessment."
    }
  ],
  "resources": [
    {
      "name": "site-index",
      "uri": "https://vertodigital.com/llms.txt",
      "description": "Every VertoDigital page's URL and a one-line description, as markdown. Same content as vertodigital_get_site_index."
    },
    {
      "name": "openapi-spec",
      "uri": "https://vertodigital.com/agent/openapi.json",
      "description": "OpenAPI 3.1 spec for the anonymous, rate-limited REST surface (health + contact)."
    },
    {
      "name": "page",
      "uriTemplate": "https://vertodigital.com/markdown/{path}.md",
      "description": "Any VertoDigital page as markdown, addressed by its URL slug. Same content as vertodigital_get_page."
    }
  ]
}
