{
  "serverInfo": {
    "name": "propzapi",
    "version": "0.3.0"
  },
  "name": "propzapi",
  "version": "0.3.0",
  "description": "Image + screenshot API for agents: render your own HTML/CSS templates to PNG, JPEG, WebP or PDF, screenshot any URL, and verify the exact text rendered as visible pixels — over REST or as an MCP tool.",
  "documentation": "https://propzapi.com/docs",
  "openapi": "https://api.propzapi.com/openapi.json",
  "endpoint": "https://api.propzapi.com",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://api.propzapi.com/mcp"
  },
  "capabilities": {
    "tools": [
      { "name": "generate_image", "description": "Render an image from a template and your data; returns the image. Optional verify confirms the exact text landed as visible pixels." },
      { "name": "screenshot_url", "description": "Screenshot any public web page and return the image (viewport or full page, optional stealth fingerprint)" },
      { "name": "list_templates", "description": "List built-in and your own templates, with each one's variables" }
    ]
  }
}
