{
  "name": "clustr-content",
  "title": "Clustr Innovations",
  "description": "Read-only MCP server for getclustr.ai. Search and read every public page as markdown, list services and delivered engagements, pull the company profile, and model the ROI of an AI enablement program. Clustr is a human-first AI enablement consultancy in Charlotte, NC.",
  "version": "1.0.0",
  "websiteUrl": "https://getclustr.ai",
  "documentationUrl": "https://getclustr.ai/AGENTS.md",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://getclustr.ai/mcp",
      "protocolVersions": ["2025-06-18", "2025-03-26", "2024-11-05"]
    }
  ],
  "authentication": {
    "type": "none",
    "note": "Public and unauthenticated. No key, account, or handshake beyond the MCP initialize call."
  },
  "capabilities": {
    "tools": { "listChanged": false },
    "resources": false,
    "prompts": false,
    "sampling": false
  },
  "readOnly": true,
  "tools": [
    {
      "name": "search_pages",
      "description": "Search every public page on getclustr.ai by keyword. Returns title, URL, description, and markdown URL."
    },
    {
      "name": "fetch_page",
      "description": "Retrieve the full text of any public page as clean markdown."
    },
    {
      "name": "list_services",
      "description": "List Clustr's consulting services, fixed programs, platform training, assessments, and industry practices."
    },
    {
      "name": "list_case_studies",
      "description": "List published client engagements and their outcomes, filterable by tag or industry."
    },
    {
      "name": "get_company_profile",
      "description": "Firmographics and positioning, including what Clustr is explicitly not a fit for."
    },
    {
      "name": "estimate_enablement_roi",
      "description": "Model the annual return on an AI enablement program. Same arithmetic as the on-site calculator."
    },
    {
      "name": "list_contact_channels",
      "description": "Every way to reach Clustr, including self-serve options that skip a sales conversation."
    }
  ],
  "usage": {
    "policy": "Content is usable with attribution to Clustr Innovations (getclustr.ai).",
    "termsUrl": "https://getclustr.ai/terms",
    "privacyUrl": "https://getclustr.ai/privacy",
    "sideEffects": "None. Every tool is read-only. This server cannot send email, submit forms, or take payment; list_contact_channels returns links for a human to act on.",
    "rateLimit": "No published limit. Please keep automated use reasonable."
  },
  "contact": {
    "name": "Clustr Innovations",
    "email": "hugh@clustr.cc",
    "url": "https://getclustr.ai/contact"
  },
  "relatedResources": {
    "llmsTxt": "https://getclustr.ai/llms.txt",
    "llmsFullTxt": "https://getclustr.ai/llms-full.txt",
    "agentsMd": "https://getclustr.ai/AGENTS.md",
    "openapi": "https://getclustr.ai/openapi.json",
    "sitemapMarkdown": "https://getclustr.ai/sitemap.md",
    "sitemapXml": "https://getclustr.ai/sitemap.xml",
    "robotsTxt": "https://getclustr.ai/robots.txt"
  }
}
