Skip to main content
Glama
package.json1.56 kB
{ "name": "getoutpost-mcp-server", "version": "2.1.1", "description": "HTTP MCP Server for GetOutpost Financial APIs - provides stock data, options chains, and volatility surface analysis", "main": "dist/mcp_server.js", "bin": { "getoutpost-mcp-http": "./dist/mcp_server.js", "getoutpost-mcp-stdio": "./dist/mcp_server_stdio.js" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "start": "node dist/mcp_server.js", "start:stdio": "node dist/mcp_server_stdio.js", "dev": "ts-node mcp_server.ts", "dev:stdio": "ts-node mcp_server_stdio.ts", "test": "jest", "lint": "eslint src/**/*.ts" }, "keywords": [ "mcp", "financial", "api", "getoutpost", "options", "volatility" ], "author": "Ashwin <ashwinbhskr@gmail.com>", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.21.0", "axios": "^1.6.0", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2", "jose": "^5.1.0" }, "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^4.17.20", "@types/jest": "^29.5.6", "@types/node": "^20.8.10", "@types/supertest": "^2.0.16", "@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/parser": "^6.9.0", "axios-mock-adapter": "^2.1.0", "eslint": "^8.52.0", "jest": "^29.7.0", "supertest": "^6.3.4", "ts-jest": "^29.4.5", "ts-node": "^10.9.1", "typescript": "^5.2.2" } }

Latest Blog Posts

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/aoutpost2-rgb/getoutpost-mcp-server'

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