pdf-navigator-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| open_pdf_pageB | Open a PDF file to a specific page. |
| search_pdf_textB | Search for text in a PDF file and return results with page numbers. |
| get_pdf_infoC | Get metadata and basic information about a PDF file. |
| read_pdf_textC | Read text content from PDF pages. |
| read_pdf_pageB | Read text content from a specific PDF page. |
| get_pdf_structureB | Get PDF structure including table of contents and page summaries. |
| search_and_openB | Search for text in PDF and open to the specified result. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_paper_structure | Guide analysis of a paper's structure and content |
| find_definitions | Find where key terms are defined in a paper |
| extract_citations | Extract relevant citations on a specific topic |
| compare_approaches | Compare how multiple papers approach a specific aspect |
| create_study_notes | Create comprehensive study notes from a paper |
| explain_figure | Explain a specific figure in detail |
| find_examples | Find concrete examples of a concept |
| extract_evaluation_metrics | Extract evaluation methodology and metrics |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/matsengrp/pdf-navigator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server