We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kareemaly/md-pdf-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
server.py•170 B
#!/usr/bin/env python3
"""
MCP Server for Markdown and PDF conversion tools.
"""
from mcp.server.fastmcp import FastMCP
# Create the MCP server
mcp = FastMCP("md-pdf")