{
  "protocolVersion": "0.3.0",
  "name": "Clawd Smith",
  "description": "Clawd Smith provides professional AI agent setup, deployment, and ongoing maintenance for small and medium businesses in the Greater Toronto Area. Services include Claude AI agent configuration, website chat assistants, lead capture bots, FAQ automation, appointment booking guidance, after-hours responders, and custom AI workflows. Pricing ranges from $79 (single session) to $999 (5-agent pro package). This agent card exposes read-only WebMCP tools for site overview, content search, pricing lookup, services, FAQs, use cases, and contact information.",
  "url": "https://clawdsmith.com",
  "provider": {
    "organization": "Clawd Smith",
    "url": "https://clawdsmith.com"
  },
  "documentationUrl": "https://clawdsmith.com/llms.txt",
  "iconUrl": "https://clawdsmith.com/cyan.jpg",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": [
      {
        "uri": "https://developer.chrome.com/docs/ai/webmcp",
        "description": "Client-side WebMCP tools via document.modelContext (Chrome 149+) with navigator.modelContext fallback.",
        "required": false
      }
    ]
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json", "text/plain", "text/markdown"],
  "skills": [
    {
      "id": "get_site_overview",
      "name": "Get site overview",
      "description": "Returns a structured overview of ClawdSmith: business summary, founder, sections, industries served, and content counts. Call this first to orient.",
      "tags": ["overview", "orientation", "meta"],
      "examples": [
        "What is ClawdSmith?",
        "Give me an overview of clawdsmith.com",
        "Who runs ClawdSmith and what do they do?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "search_content",
      "name": "Search content",
      "description": "Full-text search across use cases, FAQs, and pricing plans by keyword.",
      "tags": ["search", "query"],
      "examples": [
        "Search ClawdSmith for 'lead capture'",
        "Find anything about dental clinics on ClawdSmith"
      ],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get_pricing",
      "name": "Get pricing",
      "description": "Returns all pricing plans (SMB $499-$999, Individual $249-$429, Regular session $79) with features, agent counts, and support duration.",
      "tags": ["pricing", "plans", "cost"],
      "examples": [
        "How much does ClawdSmith cost?",
        "What are the SMB pricing tiers?",
        "What's the cheapest ClawdSmith plan?"
      ],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get_services",
      "name": "Get services",
      "description": "Returns the 4-step ClawdSmith service process (Discovery, Setup, Launch, Maintenance) and full list of AI automation capabilities.",
      "tags": ["services", "process", "capabilities"],
      "examples": [
        "How does ClawdSmith work?",
        "What is the setup process?",
        "What services does ClawdSmith offer?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get_faqs",
      "name": "Get FAQs",
      "description": "Returns all frequently asked questions and answers about ClawdSmith services, setup, data safety, maintenance, and tool compatibility.",
      "tags": ["faq", "questions", "support"],
      "examples": [
        "Is my data safe with ClawdSmith?",
        "How long does ClawdSmith setup take?",
        "What does ClawdSmith maintenance include?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get_use_cases",
      "name": "Get use cases",
      "description": "Returns AI agent use cases (FAQ bots, lead capture, booking, after-hours responders, workflow assistants, chat widgets, custom workflows) optionally filtered by industry keyword.",
      "tags": ["use-cases", "examples", "industries"],
      "examples": [
        "Show ClawdSmith use cases for dental offices",
        "What AI agents does ClawdSmith build for law firms?"
      ],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get_contact_info",
      "name": "Get contact info",
      "description": "Returns ClawdSmith contact information — email, location, website, and quote-request form URL.",
      "tags": ["contact", "email", "location"],
      "examples": [
        "How do I contact ClawdSmith?",
        "Where is ClawdSmith based?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    }
  ],
  "securitySchemes": {},
  "security": [],
  "supportsAuthenticatedExtendedCard": false,
  "signatures": [],
  "additionalInterfaces": [
    {
      "transport": "static-file",
      "url": "https://clawdsmith.com/api/site.json",
      "description": "Structured site data as JSON (services, pricing, FAQs, use cases, testimonials, industries)."
    },
    {
      "transport": "static-file",
      "url": "https://clawdsmith.com/ai/faq.json",
      "description": "Schema.org FAQPage as static JSON."
    },
    {
      "transport": "static-file",
      "url": "https://clawdsmith.com/llms.txt",
      "description": "LLMs.txt site manifest."
    },
    {
      "transport": "static-file",
      "url": "https://clawdsmith.com/llms-full.txt",
      "description": "LLMs full content dump for RAG."
    }
  ]
}
