{
  "$schema": "https://modelcontextprotocol.io/schemas/2025-06-18/server-card.json",
  "serverInfo": {
    "name": "rodneybwilliams.com",
    "version": "1.0.0",
    "title": "Rodney B. Williams",
    "description": "Read-only access to the biography, career record, patents and 135-item publication archive of Rodney B. Williams."
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://rodneybwilliams.com/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "authentication": {
    "type": "none",
    "description": "Public read-only server. No authentication required."
  },
  "tools": [
    {
      "name": "get_biography",
      "description": "Approved short or long biography, cleared for publication."
    },
    {
      "name": "search_publications",
      "description": "Search 135 published pieces by category or free text."
    },
    {
      "name": "get_patents",
      "description": "Five granted US patents."
    },
    {
      "name": "get_career_record",
      "description": "Dated career and venture timeline."
    },
    {
      "name": "get_contact",
      "description": "Contact routing for speaking, press and investment."
    }
  ],
  "documentation": "https://rodneybwilliams.com/llms.txt",
  "publisher": {
    "name": "Rodney B. Williams",
    "url": "https://rodneybwilliams.com/"
  }
}