Skip to main content
Glama

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

3 tools
html_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")
ParametersJSON Schema
NameRequiredDescriptionDefault
styleNo
contentYes
page_sizeNo
javascriptNo
page_marginNo
pdf_profileNo
output_filenameNo
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")
ParametersJSON Schema
NameRequiredDescriptionDefault
styleNo
contentYes
page_sizeNo
javascriptNo
page_marginNo
pdf_profileNo
output_filenameNo
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")
ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
styleNo
page_sizeNo
javascriptNo
page_marginNo
pdf_profileNo
output_filenameNo

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 ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.