pdf-image-extractor-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| extract_pdf_imagesA | Extract images from a PDF file with pagination. Works best when extracting small batches of images (e.g., 10) at a time. Returns a list of image contents and a summary message. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so no ambiguity between tools is possible.
Single tool so naming pattern is trivially consistent.
One tool for PDF image extraction is too few; the server would benefit from additional tools like listing pages, extracting text, or handling metadata.
The tool covers basic image extraction but lacks options for page selection, image format control, or handling of edge cases like password-protected PDFs.