Skip to main content
Glama

md-pdf-mcp

test.liquid566 B
i{% comment %} This is a test Liquid template to explore the extension features {% endcomment %} <!DOCTYPE html> <html> <head> <title>{{ page.title | default: "Test Page" }}</title> </head> <body> <h1>{% if page.heading %} {{ page.heading }} {% else %} Welcome to our test page! {% endif %}</h1> {% assign my_variable = "Hello World!" %} <p>{{ my_variable }}</p> {% for item in collection.items limit:3 %} <div class="item"> <h2>{{ item.title }}</h2> <p>{{ item.description }}</p> </div> {% endfor %} </body> </html>

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/seanivore/md-pdf-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server