getoutpost-mcp-server
Verified Safeby aoutpost2-rgb
Overview
Integrates real-time Indian options market data and volatility analytics from GetOutpost.in into AI chats, enabling quantitative analysis and trading insights.
Installation
getoutpost-mcp-stdioEnvironment Variables
- CREDENTIALS_FILE_PATH
- PORT
Security Notes
The server design emphasizes local credential storage and secure HTTPS communication with the GetOutpost.in API. Credentials (ACCESS_TOKEN, REFRESH_TOKEN, EMAIL) are stored locally in a user-managed JSON file and are automatically refreshed by the server. No 'eval' or obvious obfuscation techniques were found. The HTTP server (`mcp_server.ts`) uses `cors` with `origin: '*`, which allows cross-origin requests from any domain. While the intended use is likely a local desktop extension, this broad CORS policy could be a minor security concern if the local server instance were exposed publicly without proper network segmentation.
Similar Servers
alpaca-mcp-server
Enables natural language trading operations for Alpaca's Trading API via AI assistants, supporting stocks, options, crypto, portfolio management, and real-time market data.
mcp-aktools
This MCP server provides real-time and historical financial data for stocks and cryptocurrencies, offering search, detailed information retrieval, market overviews, news, and analysis capabilities.
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.
options-chain
Provides real-time (delayed by 15 min) options chain data and historical prices from the Tradier Sandbox API to AI assistants within Claude Desktop.