VisionAgent MCP is a lightweight, side-car MCP server that runs locally on STDIN/STDOUT, translating tool calls from an MCP-compatible client into authenticated HTTPS requests to Landing AI’s VisionAgent REST APIs for computer vision and document analysis.
computer visiondocument analysisobject detectionimage processingvideo analysiscontext
Installation & Configuration
{
"VisionAgent": {
"command": "npx",
"args": [
"vision-tools-mcp"
],
"env": {
"VISION_AGENT_API_KEY": "<YOUR_API_KEY>",
"OUTPUT_DIRECTORY": "/path/to/output/directory",
"IMAGE_DISPLAY_ENABLED": "true"
}
}
}Information
Transport
stdio
Language
TypeScript
Created
2025/5/30
Updated
2026/6/7