We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Saqib-Aziz007/mcp-pdf-reader'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mcp.json•914 B
{
"name": "PDF Reader",
"description": "MCP server for reading and analyzing PDF files - enables AI assistants to work with PDFs",
"version": "1.0.0",
"author": "Muhammad Saqib Aziz",
"repository": "https://github.com/Saqib-Aziz007/mcp-pdf-reader",
"npm": "@dev.saqibaziz/mcp-pdf-reader",
"command": "npx",
"args": ["-y", "@dev.saqibaziz/mcp-pdf-reader"],
"category": "document-processing",
"tags": ["pdf", "document", "reader", "analysis", "mcp"],
"icon": "📄",
"tools": [
{
"name": "read_pdf_pages",
"description": "Read specific pages from a PDF file"
},
{
"name": "read_pdf_page_range",
"description": "Read a range of pages from a PDF file"
},
{
"name": "search_pdf",
"description": "Search for terms in a PDF file"
},
{
"name": "get_pdf_metadata",
"description": "Get metadata from a PDF file"
}
]
}