{
  "$schema": "https://modelcontextprotocol.io/schema/mcp.json",
  "mcpVersion": "2025-06-18",
  "name": "clawdsmith.com",
  "description": "Client-side WebMCP tools exposed by clawdsmith.com — the AI Automation Installation & Support site for GTA small businesses. Tools cover site overview, content search, pricing lookup, service process, FAQs, use cases, and contact info.",
  "publisher": {
    "name": "Clawd Smith",
    "url": "https://clawdsmith.com",
    "email": "cyan@clawdsmith.com"
  },
  "transport": {
    "kind": "web",
    "protocol": "webmcp",
    "reference": "https://github.com/webmachinelearning/webmcp",
    "runtime": "document.modelContext",
    "fallback_runtime": "navigator.modelContext",
    "activation": "Load any page in a WebMCP-capable browser (Chrome 149+ with WebMCP enabled)."
  },
  "capabilities": {
    "tools": {"listChanged": true},
    "resources": {"listChanged": false},
    "prompts": {"listChanged": false},
    "logging": false
  },
  "tools": [
    {
      "name": "get_site_overview",
      "description": "Get a structured overview of ClawdSmith: business summary, founder, sections, industries served, and content counts.",
      "readOnly": true,
      "idempotent": true
    },
    {
      "name": "search_content",
      "description": "Search across use cases, FAQs, and pricing plans by keyword.",
      "readOnly": true,
      "idempotent": true
    },
    {
      "name": "get_pricing",
      "description": "Get all pricing plans — SMB ($499-$999), Individual ($249-$429), and Regular sessions ($79) with features, agent counts, and support durations.",
      "readOnly": true,
      "idempotent": true
    },
    {
      "name": "get_services",
      "description": "Get the 4-step ClawdSmith service process (Discovery, Setup, Launch, Maintenance) and full list of capabilities.",
      "readOnly": true,
      "idempotent": true
    },
    {
      "name": "get_faqs",
      "description": "Get all frequently asked questions and answers.",
      "readOnly": true,
      "idempotent": true
    },
    {
      "name": "get_use_cases",
      "description": "Get AI agent use cases with descriptions, optionally filtered by industry keyword.",
      "readOnly": true,
      "idempotent": true
    },
    {
      "name": "get_contact_info",
      "description": "Get ClawdSmith contact info — email, location, quote form URL.",
      "readOnly": true,
      "idempotent": true
    }
  ],
  "discovery": {
    "llms_txt": "https://clawdsmith.com/llms.txt",
    "llms_full_txt": "https://clawdsmith.com/llms-full.txt",
    "site_json": "https://clawdsmith.com/api/site.json",
    "faq_json": "https://clawdsmith.com/ai/faq.json",
    "agent_manifest": "https://clawdsmith.com/.well-known/agent.json",
    "agent_card_a2a": "https://clawdsmith.com/.well-known/agent-card.json",
    "ai_policy": "https://clawdsmith.com/.well-known/ai.txt",
    "sitemap": "https://clawdsmith.com/sitemap.xml"
  }
}
