{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "serverInfo": {
    "name": "happy-webs",
    "title": "Happy Webs, Applied AI Consultancy",
    "version": "1.2.0",
    "publisher": {
      "name": "Happy Webs Ltd",
      "url": "https://happywebs.co.uk"
    },
    "description": "MCP server for Happy Webs, a web, software and applied-AI studio based in Tameside, UK. Exposes resources, prompts and annotated tools for research, relevant proof, readiness checks, and payload-bound enquiry or quote handoff with explicit user approval."
  },
  "protocolVersion": "2025-11-25",
  "supportedProtocolVersions": [
    "2025-11-25",
    "2025-06-18"
  ],
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://happywebs.co.uk/api/mcp/",
    "authentication": {
      "type": "none"
    }
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    },
    "logging": false
  },
  "tools": [
    "list_services",
    "get_service",
    "get_pricing_bands",
    "prepare_contact_action",
    "submit_enquiry",
    "request_quote",
    "get_consultation_booking_link",
    "list_blog_posts",
    "get_blog_post",
    "list_case_studies",
    "get_case_study",
    "find_relevant_proof",
    "get_contact_info",
    "get_agent_readiness_score",
    "request_agent_readiness_audit"
  ],
  "rateLimit": {
    "scope": "per-ip",
    "writePerHour": 5,
    "note": "External contact tools are rate-limited, require an exact payload prepared in advance, a single-use confirmation ID, and explicit user approval."
  },
  "documentation": "https://happywebs.co.uk/.well-known/agent-skills/index.json",
  "support": {
    "email": "hello@happywebs.co.uk"
  }
}