Skip to main content
Glama
package.json837 B
{ "name": "upstox-mcp", "version": "1.0.0", "type": "module", "main": "dist/server.js", "scripts": { "start": "node dist/server.js", "dev": "nodemon --exec node --input-type=module src/server.js", "build": "tsc", "clean": "rm -rf dist", "rebuild": "npm run clean && npm run build", "test": "node --test dist/**/*.test.js" }, "keywords": [ "upstox", "mcp", "trading", "broker", "api", "stock" ], "author": "Dileep gagan R", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "axios": "^1.6.0", "express": "^4.18.2", "dotenv": "^16.3.1" }, "devDependencies": { "@types/express": "^4.17.17", "@types/node": "^20.3.1", "typescript": "^5.1.3", "nodemon": "^3.0.1" }, "engines": { "node": ">=18.0.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/dileepgaganr/upstox-mcp'

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