page-image-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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_pagesA | Discovers pages for a website starting from a URL, preferring sitemap.xml and falling back to a same-origin crawl. Returns a list of page URLs. |
| generate_page_imageA | Reads a single web page, extracts its theme/content, and generates two cohesive images representing it (16:9 landscape and 9:16 portrait) via a local Draw Things instance (Flux Schnell, must be running with its API server enabled on http://127.0.0.1:7860 — no cloud dependency, no API key), saved into a folder named after the page title. The prompt forbids text and human faces, and two local offline detectors (OpenCV YuNet for faces, EAST for text) verify each result, retrying with a new seed up to 3 times if either is detected. |
| generate_site_imagesA | Discovers pages for a site and generates a folder per page (named after the page title), each containing a 16:9 and a 9:16 cohesive image, via a local Draw Things instance (Flux Schnell, must be running with its API server enabled on http://127.0.0.1:7860 — no cloud dependency, no API key), verified against local face and text detectors with automatic retry. Use with a reasonable maxPages to control run time. |
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 3 tools
Each tool has a clearly distinct purpose: generating images for a single page, generating images for multiple pages, and discovering page URLs. No overlap exists.
All tool names follow a consistent verb_noun pattern (generate_page_image, generate_site_images, list_pages) using snake_case.
Three tools is well-scoped for a focused image-generation server—neither too few nor too many.
The tool set covers the full workflow: discover pages, generate images for a single page, and generate images for an entire site. No obvious gaps for its purpose.