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

Capabilities

Features and capabilities supported by this server

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

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/JaviGala/web-perception-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server