Skip to main content
Glama
JaviGala

web-perception-mcp

by JaviGala

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NANOGPT_MODELNoVision model to useminimax/minimax-m3
MAX_TEXT_LENGTHNoMax characters in extracted text50000
NANOGPT_API_KEYYesYour nanoGPT API key
NANOGPT_BASE_URLNoAPI endpoint. Use /api/v1 for pay-as-you-go.https://nano-gpt.com/api/subscription/v1
NANOGPT_MAX_TOKENSNoDefault max tokens2000
REQUEST_TIMEOUT_MSNoHTTP request timeout30000
NANOGPT_TEMPERATURENoDefault temperature0.3

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
inspect_pageA

Inspect a webpage's structure, metadata, and content. Use for understanding what's on a page without visual analysis. Basic mode uses static fetch (fast, no browser). Full mode uses headless browser for DOM/accessibility/element extraction. Does NOT invoke the vision model.

analyze_imageA

Analyze one or more local image files using MiniMax vision. No browser involved. Use for screenshots, mockups, design files, or any image. Supports PNG, JPEG, GIF, WebP, BMP.

analyze_page_visualA

Analyze a webpage visually using screenshot + DOM structure + MiniMax vision. Use for design critique, UX review, visual hierarchy, layout analysis, UI bugs, and above-the-fold analysis. Defaults to viewport screenshot. Returns structured findings with element refs and evidence.

extract_page_dataA

Extract structured data from a webpage matching a provided schema. DOM-first: uses static extraction first, escalates to headless browser then MiniMax vision only if needed. Use for pricing tiers, product info, contact details, speaker lists, tables, API docs, or any structured content.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct scope: local image analysis, webpage visual analysis, structured data extraction, and page structure inspection. No overlaps or ambiguities.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (analyze_image, analyze_page_visual, extract_page_data, inspect_page), making it easy to predict functionality.

Tool Count5/5

With 4 tools, the set is well-scoped for web perception tasks—neither too sparse nor too bloated, covering the essential operations.

Completeness5/5

Covers all core aspects: image analysis, webpage visual analysis, structured data extraction, and page structure inspection. No obvious gaps for the domain.

Maintenance

ActivitySlowing
ResponsivenessWithin a week