{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "serverInfo": {
    "name": "productize-life",
    "version": "1.0.0"
  },
  "description": "Read-only MCP access to Productize blog articles (list + fetch).",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://productize.life/mcp"
  },
  "capabilities": {
    "tools": {}
  },
  "documentation": "https://productize.life/llms.txt"
}