# pdfrender
> HTML to PDF REST API and MCP server with a free tier
## API
- [API reference](https://api.pdfrender.dev/docs): interactive; machine-readable OpenAPI spec at https://api.pdfrender.dev/openapi.json.
- [Pricing](https://api.pdfrender.dev/pricing): Free plus Essential, Scale plans; monthly credits reset each cycle.
- Auth: send an `X-API-Key` header (create keys after signing in).
- Anonymous requests work at a lower, IP-based rate limit.
- [Health](https://api.pdfrender.dev/health): liveness probe.
## MCP
- The Model Context Protocol surface is served at `https://api.pdfrender.dev/mcp` (streamable HTTP, JSON).
- `tools/list` is open for discovery; tool calls use the same key + credit tier as REST.
## About
- [About](https://api.pdfrender.dev/about)
- [Privacy](https://api.pdfrender.dev/privacy)
- [Terms](https://api.pdfrender.dev/terms)
- [Impressum](https://api.pdfrender.dev/imprint)