IMAGIN.studio API Docs
Semantic search over IMAGIN.studio vehicle imagery API documentation, CDN configuration, and integration guides.
IMAGIN.studio API Docs MCP Server
Give your AI coding assistant instant access to the full IMAGIN.studio documentation — CDN configuration, API references, integration guides, and more.
One tool. One command. Works with every major AI coding assistant.
Quick Start
Paste this into your agent's MCP config:
{
"mcpServers": {
"imagin-docs": {
"command": "uvx",
"args": ["imagin-studio-api-docs-mcp"]
}
}
}
Or just ask your AI assistant:
Install this MCP server: https://pypi.org/project/imagin-studio-api-docs-mcp/
How It Works
- Install —
uvx imagin-studio-api-docs-mcp(no cloning, no venv, no config) - Index — On first run, clones the docs and builds a local vector index (~30 sec)
- Search — Your AI assistant calls
search_docsto find relevant documentation - Stay fresh — The index auto-updates when the upstream docs change
Everything runs locally. No API keys. No external services.
Supported Agents
| Agent | Config location |
|---|---|
| Claude Code | .mcp.json in project root |
| Claude Desktop | claude_desktop_config.json |
| Cursor | Settings > Tools & MCP |
| Windsurf | ~/.codeium/windsurf/mcp_config.json |
| VS Code + Copilot | .vscode/mcp.json |
| Cline | MCP servers panel |
| Zed | ~/.config/zed/settings.json |
For detailed setup instructions for each agent, see the full setup guide on PyPI.
Alternative: npx
If your agent can't find uvx (common with GUI apps like Claude Desktop and Cursor):
{
"mcpServers": {
"imagin-docs": {
"command": "npx",
"args": ["-y", "@imagin.studio/api-docs-mcp"]
}
}
}
What You Can Ask
Once installed, try prompts like:
- "Search the IMAGIN docs for CDN cache invalidation"
- "How do I set up a custom domain with IMAGIN?"
- "Find the API endpoint for image transformations"
- "What image formats does IMAGIN.studio support?"
Packages
| Registry | Package | Install |
|---|---|---|
| PyPI | imagin-studio-api-docs-mcp | uvx imagin-studio-api-docs-mcp |
| npm | @imagin.studio/api-docs-mcp | npx -y @imagin.studio/api-docs-mcp |
License
Apache License 2.0 — see LICENSE.
Похожие серверы
Alpha Vantage MCP Server
спонсорAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Lab
A development environment for building and testing custom MCP servers with AI and VS Code integration.
mcp-analytics
MCP-native Web analytics. Install one JS snippet, add the connector to Claude/Cursor/ChatGPT, then ask questions about your traffic directly in chat. No dashboard. No charts. Just answers. EU-hosted, GDPR-ready. Free up to 100k hits/month.
1MCP
A unified MCP server that aggregates multiple MCP servers into a single endpoint.
Postman MCP Generator
Provides JavaScript tools for making API requests, generated by the Postman MCP Generator.
Azure DevOps
Provides comprehensive integration with Azure DevOps services.
MCP-Typescribe
Answers questions about TypeScript APIs using TypeDoc JSON documentation.
SDK MCP Server
An MCP server providing searchable access to multiple AI/ML SDK documentation and source code.
Jetbrains Index Intelligence MCP Plugin
Allows AI-powered coding assistants to tap into your JetBrains IDE’s semantic code index and refactoring engine — giving them true code intelligence (symbol lookup, references, refactors, diagnostics, etc.) via MCP.
Roslyn MCP Server
A C# MCP server using Microsoft's Roslyn compiler for code analysis and navigation in C# codebases.
PHP MCP Server
A server-side implementation of the Model Context Protocol (MCP) for PHP applications, allowing exposure of application parts as standardized MCP Tools, Resources, and Prompts.