Vison-MCP
Provides vision AI capabilities (image analysis, OCR, UI-to-code, error diagnosis, etc.) via OpenAI's GPT-4o model.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Vison-MCPdiagnose this error screenshot and suggest fixes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Vison-MCP
MCP server for vision AI — screenshots to code, OCR, error diagnosis, and image analysis via OpenAI-compatible APIs.
Supported Tools
Tool | Description |
| General visual understanding — describe any image in detail |
| OCR optimized for terminals, code, documents, and general content |
| Convert UI screenshots into code, prompts, specs, or descriptions |
| Analyze error screenshots and propose actionable fixes |
| Interpret architecture diagrams, flowcharts, UML, ER, and system diagrams |
| Read charts and dashboards to surface insights, trends, and anomalies |
| Compare two UI screenshots to flag visual differences and implementation drift |
| Inspect videos (MP4/MOV/M4V) — scene detection, event analysis, content summarization |
Related MCP server: pic-id-mcp
Installation
git clone https://github.com/Lin-zhibo/Vison-MCP.git
cd Vison-MCP
npm install
npm run buildConfiguration
Set the following environment variables:
Variable | Required | Default | Description |
| Yes | — | API authentication key |
| Yes | — | OpenAI-compatible API endpoint |
| No |
| Vision model to use |
Usage
With Claude Code
Add to your .claude/settings.json or claude_desktop_config.json:
{
"mcpServers": {
"vison-mcp": {
"command": "node",
"args": ["/path/to/Vison-MCP/dist/index.js"],
"env": {
"VISIONAI_API_KEY": "your-api-key",
"VISIONAI_BASE_URL": "https://api.openai.com/v1",
"VISIONAI_MODEL_NAME": "gpt-4o"
}
}
}
}Local Development
# Copy environment template
cp .env.example .env
# Edit .env with your API credentials
# Build and run
npm run build
npm startRequirements
Node.js >= 18.0.0
An OpenAI-compatible vision API endpoint (GPT-4o, Claude Vision, or compatible)
License
MIT
Available Tools
8 toolsanalyze_data_visualizationA
Read charts, dashboards, and statistical visualizations to surface insights, trends, patterns, and anomalies with actionable recommendations.
| Name | Required | Description | Default |
|---|---|---|---|
| imageUrl | Yes | Image source: a data URI (data:image/...;base64,...), an http(s) URL, or a local file path | |
| analysisFocus | No | Analysis lens: 'trends' (time-series focus), 'patterns' (recurring structures), 'anomalies' (outlier detection), 'all' (comprehensive) | all |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It indicates the tool performs analysis and returns recommendations but does not disclose whether it is read-only, its resource usage, or any side effects. The behavioral traits are insufficiently transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that front-loads the core purpose. Every word contributes meaning, with no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has only two parameters and no output schema, the description covers input type, optional analysis focus, and output (insights/recommendations). It lacks details about output format or constraints but is mostly complete for its complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, with clear descriptions for both parameters (imageUrl and analysisFocus) in the schema. The tool description adds no further value beyond the schema, achieving baseline adequacy.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool reads charts, dashboards, and statistical visualizations to surface insights, trends, patterns, and anomalies with actionable recommendations. It differentiates from siblings like general 'image_analysis' by specifying the input type (data visualizations) and output (actionable insights).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for data visualizations but does not explicitly state when to use this tool versus alternatives like 'image_analysis' or 'understand_technical_diagram'. No exclusions or prerequisites are mentioned, leaving room for ambiguity.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
diagnose_error_screenshotA
Analyze error screenshots (build errors, runtime errors, stack traces) and propose actionable fixes with root cause analysis.
| Name | Required | Description | Default |
|---|---|---|---|
| imageUrl | Yes | Image source: a data URI (data:image/...;base64,...), an http(s) URL, or a local file path | |
| context | No | Additional context: programming language, framework, build tool, or environment details |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It states the tool analyzes errors and proposes fixes, but does not disclose processing specifics (e.g., required image formats, handling of multiple errors, or API dependencies). Adequate but lacks deeper behavioral detail.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that efficiently conveys action, input types, and output. Every word contributes, with no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description appropriately mentions 'propose actionable fixes with root cause analysis' to indicate output. It could be more specific about the format or structure of the analysis, but it is largely complete for a diagnostic tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% (both parameters documented). The tool description does not add new information about parameters beyond the schema; it only reiterates the general purpose. Baseline is 3, and the description does not elevate it.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: analyzing error screenshots (build errors, runtime errors, stack traces) and proposing actionable fixes with root cause analysis. It specifies the input type and output, distinguishing it from sibling tools that handle different visual data (e.g., data visualizations, diagrams).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use: when an error screenshot needs diagnosis and fixes. However, it does not explicitly mention when not to use or provide alternatives among siblings. The context is clear but could be improved with exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
extract_text_from_screenshotA
Extract text from screenshots. Optimized for terminals, code editors, documents, and general content. Returns extracted text preserving original structure.
| Name | Required | Description | Default |
|---|---|---|---|
| imageUrl | Yes | Image source: a data URI (data:image/...;base64,...), an http(s) URL, or a local file path | |
| context | No | Content type: 'terminal' (CLI output), 'code' (source code), 'doc' (document), 'all' (auto-detect) | all |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full behavioral burden. It discloses that extracted text preserves original structure, which is useful. However, it lacks details on limitations (e.g., image size, language support, accuracy) and fails to mention any destructive or idempotent behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise with three short sentences. The first sentence states the primary action, the second adds optimization contexts, and the third describes the output. Every sentence provides unique value without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (2 parameters, no output schema), the description covers purpose, optimization contexts, and return value preservation. It is largely complete, though it could mention prerequisites like supported image formats or error handling for unsupported inputs.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already describes both parameters with 100% coverage. The description adds value by explaining that the 'context' parameter is optimized for specific content types (terminal, code, doc, all), which maps directly to the enum values and gives semantic meaning beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool extracts text from screenshots, and specifies optimization for terminals, code editors, documents, and general content. This distinguishes it from sibling tools like 'diagnose_error_screenshot' or 'image_analysis', which have different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies use cases through optimization contexts but does not explicitly state when to use this tool versus alternatives like 'diagnose_error_screenshot' or 'ui_diff_check'. No when-not-to-use guidance is provided, requiring the agent to infer.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
image_analysisB
Analyze any image with a general vision model. Returns a detailed description of the image content, key elements, text, colors, layout, and context clues.
| Name | Required | Description | Default |
|---|---|---|---|
| imageUrl | Yes | Image source: a data URI (data:image/...;base64,...), an http(s) URL, or a local file path | |
| prompt | No | Optional custom analysis instruction. Overrides the default analysis prompt. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses the output includes image content, text, colors, layout, and context clues, which is helpful. However, with no annotations, it lacks details on limitations, error handling, or whether it handles all image types. Some transparency but not comprehensive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences, front-loaded with action and followed by output summary. No wasted words; efficient and clear.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema or annotations, the description adequately covers the tool's purpose and output. It explains what the tool returns and accepts. Could include more detail on edge cases but sufficient for a general analysis tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the description adds no new parameter semantics. It repeats the general purpose but does not elaborate on parameter syntax or constraints beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool analyzes any image with a general vision model and returns a detailed description. It is specific about verb and resource, but does not explicitly differentiate from sibling tools that are more specialized.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives. The description does not mention context for choosing image_analysis over specialized siblings like diagnose_error_screenshot or extract_text_from_screenshot.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ui_diff_checkA
Compare two UI screenshots — design vs implementation — to identify visual differences, layout drift, style inconsistencies, missing elements, and typography discrepancies.
| Name | Required | Description | Default |
|---|---|---|---|
| expectedUrl | Yes | Design/expected UI: data URI, http(s) URL, or local file path | |
| actualUrl | Yes | Implementation/actual UI: data URI, http(s) URL, or local file path | |
| prompt | No | Optional focus areas for the comparison |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. It describes the tool as a comparison operation ('Compare two UI screenshots'), implying a read-only, non-destructive behavior. It does not mention side effects, but for a comparison tool this is adequate. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single sentence that efficiently communicates the tool's purpose without wasted words. It is front-loaded with the action 'Compare' and specifies the exact outputs. Ideal conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description explains the tool's purpose but does not describe the output format or return value. Since no output schema is provided, the description should hint at what the tool returns (e.g., a list of differences with coordinates). This omission reduces completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with clear parameter descriptions. The tool description adds only context ('design vs implementation') beyond what the schema already provides. Baseline 3 is appropriate as the schema already handles parameter documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: comparing two UI screenshots for visual differences, layout drift, style inconsistencies, missing elements, and typography discrepancies. It uses specific verbs and a clear resource 'UI screenshots', and distinguishes from siblings by focusing specifically on UI diffing.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when comparing design vs implementation screenshots, but does not explicitly state when to use this tool over siblings (e.g., 'image_analysis' for general comparison). No 'when not to use' or alternative recommendations are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ui_to_artifactA
Convert UI screenshots into structured deliverables: production-ready code, image-generation prompts, technical specifications, or detailed descriptions.
| Name | Required | Description | Default |
|---|---|---|---|
| imageUrl | Yes | Image source: a data URI (data:image/...;base64,...), an http(s) URL, or a local file path | |
| outputType | No | Output type: 'code' (HTML/CSS/React), 'prompt' (AI image gen prompt), 'spec' (technical spec), 'description' (detailed description) | code |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description bears full responsibility for behavioral transparency. It discloses the core function and output types but omits details like file size limits, supported image formats, or whether the tool modifies anything. The description is straightforward but lacks depth on behaviors.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence with no redundant information. Every word contributes to understanding the tool's purpose and outputs.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has only two parameters, no output schema, and no annotations, the description provides adequate context for typical usage. It could mention output format or limitations, but overall it is sufficient for an agent to select and invoke the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already describes both parameters and covers 100%. The description adds value by explaining what each outputType value produces ('code' means HTML/CSS/React, 'prompt' means AI image gen prompt, etc.), which goes beyond the enum list.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool converts UI screenshots into structured deliverables, listing four distinct output types (code, prompt, spec, description). This distinguishes it from sibling tools like analyze_data_visualization or diagnose_error_screenshot, which target specific use cases.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for converting UI screenshots but provides no explicit guidance on when to use this tool versus alternatives. It does not mention when not to use or which sibling handles other types of screenshots.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
understand_technical_diagramA
Interpret architecture diagrams, flowcharts, UML, ER, sequence, and system topology diagrams. Returns structured analysis of components, relationships, design patterns, and improvement suggestions.
| Name | Required | Description | Default |
|---|---|---|---|
| imageUrl | Yes | Image source: a data URI (data:image/...;base64,...), an http(s) URL, or a local file path | |
| diagramType | No | Diagram type hint: 'architecture', 'flowchart', 'uml', 'er', 'sequence', 'system', or 'auto' for auto-detection | auto |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must fully convey behavioral traits. It mentions returning 'structured analysis of components, relationships, design patterns, and improvement suggestions,' but lacks details on limitations, error handling, or processing behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two clear, front-loaded sentences with no redundant information. Every word adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (handling multiple diagram types), the description omits output format details. No output schema exists, so the description should clarify what 'structured analysis' means. Sibling tools provide context, but completeness is moderate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions for both parameters. The description adds no extra meaning beyond listing diagram types, which aligns with the enum. No further semantic value is provided.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool interprets various technical diagrams (architecture, flowcharts, UML, etc.) and returns structured analysis. This distinguishes it from sibling tools like analyze_data_visualization or extract_text_from_screenshot, which handle different image types.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Description lists diagram types but does not explicitly state when to use this tool versus alternatives, nor does it provide exclusions. The context implies use for technical diagrams, but explicit guidance is missing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
video_analysisA
Inspect videos (local files ≤8MB, remote URLs) to describe scenes, detect events, and answer questions about visual moments. Supports MP4, MOV, M4V.
| Name | Required | Description | Default |
|---|---|---|---|
| videoUrl | Yes | Video source: local file path, http(s) URL. Supported: mp4, mov, m4v. | |
| prompt | No | Analysis focus or question about the video | |
| maxFrames | No | Maximum frames in frame-sampling mode (1-100) | |
| fps | No | Sampling rate in FPS for frame-sampling mode (0.1-10) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. It discloses file size limit and format support, but does not explain frame-sampling behavior (maxFrames, fps) or output format. Behavioral traits beyond basic constraints are missing.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, efficiently front-loaded with the core purpose and constraints. No wasted words; every part adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers the main purpose and file constraints, but given 4 parameters and no output schema, it omits explanation of frame-sampling parameters (maxFrames, fps) and how the analysis produces output. It is adequate but not fully informative.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so baseline is 3. The description adds the file size constraint (≤8MB) beyond the schema, but does not elaborate on prompt usage or the frame-sampling mode. Minimal additional meaning is provided.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb (inspect), resource (videos), and scope (describe scenes, detect events, answer questions). It specifies supported formats and file size limit, distinguishing from image-focused sibling tools like image_analysis.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for video analysis but does not provide explicit guidance on when to use this tool versus alternatives (e.g., image_analysis for static images). No exclusions or when-not-to-use context is given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
TDQS
Each tool has a distinct purpose: analyzing data visualizations, diagnosing error screenshots, extracting text, general image analysis, UI diff checking, UI-to-artifact conversion, technical diagram interpretation, and video analysis. No two tools overlap in function.
Names use mixed conventions: some follow verb_noun (e.g., analyze_data_visualization, diagnose_error_screenshot), others are noun_noun or use abbreviations (e.g., image_analysis, ui_diff_check, ui_to_artifact). This inconsistency may cause confusion.
With 8 tools, the server covers a broad range of vision tasks without being overwhelming. The count is slightly on the lower side but still well-scoped for a vision-focused MCP.
The tool set covers major vision domains: data visualization, error diagnosis, text extraction, general analysis, UI comparison, code generation, technical diagrams, and video. Minor gaps like object detection or facial recognition are acceptable for a general-purpose server.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for Qwen Image 3 AI image generation
OCR, transcription, file extraction, and image generation for AI agents via MCP.
MCP server for building and testing AI agents with multi-model experimentation and insights.
MCP server for Mint — AI-powered QA that runs your app in a real browser on every PR.
Related MCP Servers
- FlicenseAqualityDmaintenanceMCP server for vision capabilities, enabling screenshot, camera, and image analysis using Ollama vision models.41
- AlicenseNot gradedqualityAmaintenanceLocal vision-capable MCP server that lets AI agents describe screenshots, UI, charts, and photos via vision and OCR tools, with support for multiple providers and automatic fallback.6MIT
- FlicenseAqualityCmaintenanceAn MCP server for image understanding via OpenAI-compatible vision models, offering tools for OCR, error screenshot diagnosis, technical diagram reading, data visualization analysis, UI-to-code conversion, and UI diff comparison.7
- AlicenseNot gradedqualityBmaintenanceMCP server that gives Claude and other clients vision capabilities including screenshot-to-code, OCR, error diagnosis, diagram analysis, data-viz insights, UI diff checks, and video analysis via any OpenAI-compatible vision endpoint.32,458Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Lin-zhibo/Vison-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server