{
  "name": "specification-website",
  "title": "The Website Specification",
  "version": "0.1.0",
  "description": "Read-only MCP server exposing the 96 spec pages of specification.website as queryable tools — search, list_topics, get_topic, get_checklist, get_categories — plus an `audit_url` prompt for URL audits.",
  "vendor": {
    "name": "Joost de Valk",
    "url": "https://joost.blog"
  },
  "license": {
    "code": "MIT",
    "content": "CC-BY-4.0",
    "repo": "https://github.com/jdevalk/specification.website"
  },
  "endpoint": "https://mcp.specification.website/mcp",
  "transport": "http",
  "protocolVersion": "2025-03-26",
  "authentication": "none",
  "capabilities": {
    "tools": true,
    "prompts": true,
    "resources": false,
    "logging": true
  },
  "tools": [
    { "name": "search", "description": "Full-text search across every spec page." },
    { "name": "list_topics", "description": "List spec topics, optionally filtered by category and/or status." },
    { "name": "get_topic", "description": "Fetch full canonical Markdown for a single spec page by slug." },
    { "name": "get_checklist", "description": "Return a Markdown checklist of spec items, grouped by category." },
    { "name": "get_categories", "description": "List the ten top-level categories with summaries and topic counts." }
  ],
  "prompts": [
    { "name": "audit_url", "description": "Generate an audit plan for a target URL against this spec." }
  ],
  "links": {
    "site": "https://specification.website",
    "spec": "https://specification.website/spec/agent-readiness/mcp-and-tool-discovery/",
    "source": "https://github.com/jdevalk/specification.website",
    "landingPage": "https://mcp.specification.website/"
  }
}
