67
/ 100
9 days ago
glama

AI Router MCP Server

Enables Claude Code to analyze images using multiple visual models (Kimi, OpenAI, etc.) and summarize results with DeepSeek. Supports dynamic switching of visual providers and handles both text and image inputs.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 3 credentials: DEEPSEEK_API_KEY, VISION_API_KEY, KIMI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretDEEPSEEK_API_KEY=sk-你的deepseek-key
configDEEPSEEK_BASE_URL
configDEEPSEEK_MODEL
🔐 secretVISION_API_KEY=sk-你的视觉模型-key
configVISION_BASE_URL
configVISION_MODEL
configVISION_PROVIDER=kimi (或 openai/qwen/glm/gemini/custom)
🔐 secretKIMI_API_KEY
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/2188195028-crypto-ai-router-1h3kli)](https://m8ven.ai/mcp/2188195028-crypto-ai-router-1h3kli)
commit: 134e2e051ffd48c4b443529fd73c34e3d9326403
code hash: b639f7ca7835885dc77db93e8b422ac41828e642b110de5895f36332e0917d6f
verified: 7/22/2026, 8:41:21 AM
view raw JSON →