{
  "serverInfo": {
    "name": "sudheerkiran-growth-server",
    "version": "1.0.0",
    "description": "Model Context Protocol (MCP) server providing strategic growth tools, playbook access, and advisory dispatch."
  },
  "endpoint": "https://www.sudheerkiran.com/api/v1/mcp",
  "transport": "streamable-http",
  "capabilities": {
    "tools": [
      {
        "name": "search_playbooks",
        "description": "Search across 118+ published B2B SaaS growth playbooks, essays, and architectural frameworks.",
        "inputSchema": {
          "type": "object",
          "properties": {
            "query": {
              "type": "string",
              "description": "Search keyword or growth topic"
            }
          },
          "required": ["query"]
        }
      },
      {
        "name": "get_advisory_models",
        "description": "Retrieve available strategic advisory models (MoatSquare Retainer, Fractional CMO, GTM Audit).",
        "inputSchema": {
          "type": "object",
          "properties": {
            "category": {
              "type": "string",
              "enum": ["all", "audit", "fractional-cmo", "retainer"]
            }
          }
        }
      },
      {
        "name": "calculate_moat_score",
        "description": "Diagnostic tool evaluating defensive positioning, organic search authority, and funnel physics.",
        "inputSchema": {
          "type": "object",
          "properties": {
            "domain": {
              "type": "string",
              "description": "Company domain or website"
            },
            "monthly_organic_traffic": {
              "type": "number",
              "description": "Estimated monthly organic visitors"
            }
          },
          "required": ["domain"]
        }
      }
    ],
    "resources": [
      {
        "uri": "https://www.sudheerkiran.com/llms.txt",
        "name": "AI Executive Specification",
        "mimeType": "text/markdown"
      },
      {
        "uri": "https://www.sudheerkiran.com/llms-full.txt",
        "name": "Complete Growth Playbook Index",
        "mimeType": "text/markdown"
      }
    ],
    "prompts": [
      {
        "name": "gtm_audit_prompt",
        "description": "Standardized prompt for running a 4-pillar growth audit on a SaaS company."
      }
    ]
  }
}
