OpenRouter MCP Server

{ "name": "@mcpservers/openrouterai", "version": "2.2.0", "type": "module", "main": "dist/index.js", "bin": { "openrouterai": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "keywords": [ "mcp", "openrouter", "ai", "llm", "modelcontextprotocol" ], "author": "bossying", "license": "Apache-2.0", "description": "MCP server for OpenRouter.ai integration", "repository": { "type": "git", "url": "git+https://github.com/heltonteixeira/openrouterai.git" }, "bugs": { "url": "https://github.com/heltonteixeira/openrouterai/issues" }, "homepage": "https://github.com/heltonteixeira/openrouterai#readme", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "1.4.1", "axios": "^1.7.9", "openai": "^4.83.0", "typescript": "^5.7.3" }, "devDependencies": { "@types/node": "^22.13.1", "shx": "^0.3.4" }, "overrides": { "uri-js": "npm:uri-js-replace", "whatwg-url": "^14.1.0" } }