Skip to main content
Glama

OpenRouter MCP Multimodal Server

by hoangdn3
package.json1.46 kB
{ "name": "@hoangdn3/mcp-vision-fallback", "version": "1.5.0", "description": "MCP server for OpenRouter providing text chat and image analysis tools", "type": "module", "main": "dist/index.js", "bin": { "openrouter-multimodal": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "start": "node dist/index.js", "watch": "tsc --watch", "examples": "node examples/index.js", "audit": "npm audit fix" }, "keywords": [ "mcp", "openrouter", "ai", "llm", "vision", "image-analysis", "modelcontextprotocol" ], "author": "stabgan", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/hoangdn3/mcp-ocr-fallback.git" }, "bugs": { "url": "https://github.com/hoangdn3/mcp-ocr-fallback/issues" }, "homepage": "https://github.com/hoangdn3/mcp-ocr-fallback#readme", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.21.0", "axios": "^1.13.2", "dotenv": "^17.2.3", "node-fetch": "^3.3.2", "openai": "^6.8.1" }, "optionalDependencies": { "sharp": "^0.34.5" }, "devDependencies": { "@types/node": "^24.10.0", "@types/sharp": "^0.32.0", "shx": "^0.4.0", "typescript": "^5.9.3" }, "overrides": { "uri-js": "npm:uri-js-replace", "whatwg-url": "^14.1.0" } }

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/hoangdn3/mcp-ocr-fallback'

If you have feedback or need assistance with the MCP directory API, please join our Discord server