VisionAgent MCP Server
@landing-ai
VisionAgent MCP Server について
MCP Server for Vision Agent Tools
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is VisionAgent MCP Server?
VisionAgent MCP Server is a lightweight, side-car MCP server that runs locally on STDIN/STDOUT, translating tool calls from MCP‑compatible clients (Claude Desktop, Cursor, Cline) into authenticated HTTPS requests to Landing AI’s VisionAgent REST APIs. It enables natural‑language computer‑vision and document‑analysis commands without writing custom REST code or loading an extra SDK.
How to use VisionAgent MCP Server?
Install globally via npm install -g vision-tools-mcp, set the VISION_AGENT_API_KEY environment variable, then configure your MCP client with npx vision-tools-mcp as the command and the required environment variables. Prerequisites are Node.js 20 LTS, a VisionAgent account with an API key, and an MCP‑compatible client.
Key features of VisionAgent MCP Server
- Translates MCP tool calls into authenticated VisionAgent API requests.
- Supports agentic document analysis, text‑to‑object detection, text‑to‑instance segmentation, activity recognition, and depth estimation.
- Auto‑generates tool definitions from a live OpenAPI spec via
npm run generate-tools. - Renders masks, bounding boxes, and depth maps to files or inline previews.
- Validates arguments with Zod schemas derived from the OpenAPI spec.
- Outputs JSON and media results streamed back to the MCP client.
Use cases of VisionAgent MCP Server
- Extract vendor, invoice date, and total from a PDF using agentic‑document‑analysis.
- Locate every pedestrian in an image with text‑to‑object‑detection.
- Segment all tomatoes in a kitchen scene with text‑to‑instance‑segmentation.
- Identify activities occurring in a video file via activity‑recognition.
- Produce a depth map for a selfie image using depth‑pro.
FAQ from VisionAgent MCP Server
How do I get a VisionAgent API key?
Create an account at va.landing.ai and obtain your API key from the settings page.
What are the minimum requirements?
Node.js 20 LTS, a VisionAgent account (any tier) with an API key, and an MCP‑compatible client such as Claude Desktop, Cursor, or Cline.
How do I configure image display?
Set the environment variable IMAGE_DISPLAY_ENABLED to "true" for clients that support resources (e.g., Claude Desktop) or "false" for clients without image display (e.g., Cursor).
What does IMAGE_DISPLAY_ENABLED do?
When enabled, the server renders masks, boxes, and depth maps to files and provides inline previews; when disabled, only text results are returned.
「AI とエージェント」の他のコンテンツ
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
コメント