Server Details
Convert Markdown, HTML, and web pages to high-quality PDF with Prince.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
3 toolshtml_to_pdfInspect
Convert HTML content to PDF using Prince.
Args:
content: HTML content to convert
style: Additional CSS to apply (inline stylesheet content)
page_size: Page size (e.g., A4, letter)
page_margin: Page margins (e.g., 20mm)
javascript: Enable JavaScript execution
pdf_profile: PDF profile (e.g., PDF/A-3b, PDF/UA-1)
output_filename: Output filename for the PDF (default: "output.pdf")| Name | Required | Description | Default |
|---|---|---|---|
| style | No | ||
| content | Yes | ||
| page_size | No | ||
| javascript | No | ||
| page_margin | No | ||
| pdf_profile | No | ||
| output_filename | No |
markdown_to_pdfInspect
Convert Markdown content to PDF using Prince.
Args:
content: Markdown content to convert
style: Additional CSS to apply (inline stylesheet content)
page_size: Page size (e.g., A4, letter)
page_margin: Page margins (e.g., 20mm)
javascript: Enable JavaScript execution
pdf_profile: PDF profile (e.g., PDF/A-3b, PDF/UA-1)
output_filename: Output filename for the PDF (default: "output.pdf")| Name | Required | Description | Default |
|---|---|---|---|
| style | No | ||
| content | Yes | ||
| page_size | No | ||
| javascript | No | ||
| page_margin | No | ||
| pdf_profile | No | ||
| output_filename | No |
url_to_pdfInspect
Fetch a URL and convert it to PDF using Prince.
Args:
url: URL of a document to fetch and convert
style: Additional CSS to apply (inline stylesheet content)
page_size: Page size (e.g., A4, letter)
page_margin: Page margins (e.g., 20mm)
javascript: Enable JavaScript execution
pdf_profile: PDF profile (e.g., PDF/A-3b, PDF/UA-1)
output_filename: Output filename for the PDF (default: "output.pdf")| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| style | No | ||
| page_size | No | ||
| javascript | No | ||
| page_margin | No | ||
| pdf_profile | No | ||
| output_filename | No |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!