fastcar-vision
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VISION_MODEL | No | Override the model name for the visual model. | |
| VISION_FRAMES | No | Default number of frames for video analysis (max 16). | 6 |
| VISION_API_KEY | No | Override the API key for the visual model. | |
| VISION_PROFILE | No | The visual model profile to use for this run. | |
| VISION_BASE_URL | No | Override the API Base URL for the visual model. | |
| MCP_VISION_CONFIG | No | Path to the visual configuration file. | ~/.mcp-vision-tools.json |
| VISION_TIMEOUT_MS | No | Total timeout for model and media in milliseconds. | 120000 |
| VISION_FFMPEG_PATH | No | Custom FFmpeg executable path. | ffmpeg-static |
| VISION_IMAGE_MODEL | No | Override the model name for image generation. | |
| MCP_VISION_STATE_DIR | No | Directory for daemon state and capability cache. | |
| VISION_IMAGE_API_KEY | No | Override the API key for image generation. | |
| VISION_IMAGE_PROFILE | No | Current image generation profile. | |
| VISION_IMAGE_BASE_URL | No | Override the API Base URL for image generation. | |
| MCP_VISION_IMAGE_CONFIG | No | Path to the image generation configuration file. | ~/.mcp-vision-tools.images.json |
| VISION_IMAGE_OPERATIONS | No | Comma-separated list of image operations to enable (generate,edit). | |
| VISION_IMAGE_TIMEOUT_MS | No | Total timeout for image generation operation in milliseconds. | 300000 |
| VISION_IMAGE_CONCURRENCY | No | Maximum concurrency for image generation requests (1-256). | |
| VISION_VIDEO_CONCURRENCY | No | Maximum concurrency for video analysis requests (1-256). | |
| VISION_ANALYSIS_QUEUE_LIMIT | No | Maximum number of analysis tasks in the queue (0-4096). | |
| VISION_IMAGE_ADAPTER_MODULE | No | Absolute path to a custom image provider adapter module (.mjs or .js). | |
| VISION_PROVIDER_CONCURRENCY | No | Maximum concurrency for provider requests (1-256). | |
| VISION_GENERATION_CONCURRENCY | No | Maximum concurrency for image generation tasks (1-32). | 2 |
| VISION_GENERATION_QUEUE_LIMIT | No | Maximum number of generation tasks in the queue (0-256). | 8 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_imageA | 分析本地图片、file URL 或 HTTP(S) 图片。调用方决定 intent、图片处理模式和推理程度;支持流式进度、OCR、摘要和主体定位。 |
| analyze_videoA | 抽取本地或 HTTP(S) 视频帧并进行结构化理解,可指定帧数和模型 profile。 |
| list_vision_modelsA | 列出已配置的视觉模型 profiles 及当前默认项,不返回 API key。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/williamDazhangyu/-fastcar-mcp-vision-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server