{
  "name": "samcarlton-site-mcp",
  "title": "Sam Carlton Site MCP",
  "version": "2026-04-27",
  "protocolVersion": "2025-06-18",
  "endpoint": "https://samcarlton.com/mcp",
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "list_articles",
      "title": "List Articles",
      "description": "List public articles on samcarlton.com with canonical URLs, markdown URLs, and API URLs."
    },
    {
      "name": "read_article",
      "title": "Read Article",
      "description": "Read one public article by slug, including its source MDX body."
    },
    {
      "name": "list_projects",
      "title": "List Projects",
      "description": "List public projects and portfolio items on samcarlton.com."
    },
    {
      "name": "read_project",
      "title": "Read Project",
      "description": "Read one public project or portfolio item by slug, including its source MDX body."
    },
    {
      "name": "submit_contact_form",
      "title": "Submit Contact Form",
      "description": "Submit a reviewed contact form inquiry through samcarlton.com. Requires a valid reCAPTCHA token and explicit user-review confirmation."
    }
  ]
}