{
  "schema_version": "v1",
  "name_for_human": "rendoc",
  "name_for_model": "rendoc",
  "description_for_human": "Generate pixel-perfect PDFs with code. REST API and MCP server for developers and AI agents.",
  "description_for_model": "rendoc is a PDF generation API. Use it to create PDFs from HTML templates and JSON data. Supports invoices, receipts, contracts, reports, certificates, and any custom document. Has two rendering engines: react-pdf (fast, lightweight) and chromium (full CSS support). Also available as an MCP server for direct AI agent integration. Rate limits apply per plan: FREE (10/min), STARTER (60/min), PRO (200/min), SCALE (1000/min).",
  "auth": {
    "type": "service_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://rendoc.dev/openapi.yaml"
  },
  "logo_url": "https://rendoc.dev/favicon.ico",
  "contact_email": "info@rendoc.dev",
  "legal_info_url": "https://rendoc.dev/terms",
  "mcp_server": {
    "package": "@rendoc/mcp-server",
    "repository": "https://www.npmjs.com/package/@rendoc/mcp-server",
    "tools": ["generate_document", "list_templates", "get_template_schema", "validate_data"],
    "transport": "stdio",
    "auth": "bearer_token"
  }
}
