mcp-server
Verified Safeby aoutpost2-rgb
Overview
Provides real-time Indian options market data and volatility analytics from GetOutpost.in to AI chat platforms like Claude for quantitative analysis and trading insights.
Installation
getoutpost-mcp-stdioEnvironment Variables
- CREDENTIALS_FILE_PATH
Security Notes
Credentials (access token, refresh token, email) are stored locally in a user-managed JSON file (~/.getoutpost_credentials.json) and are not hardcoded. The server automatically refreshes tokens and updates this local file, which is good practice. The server runs locally (http://localhost:8019) and uses CORS with `origin: '*'`, which for a local service within an extension context is generally acceptable, but if exposed publicly could be a risk. No obvious `eval` or direct command injection points identified.
Similar Servers
MCP-SERVER
Provides an MCP server for automated data analysis workflows including loading datasets, cleaning data, sentiment analysis, clustering, topic extraction, and generating comprehensive reports with visualizations for an AI client.
Dida365MCP
This server integrates Dida365 (TickTick) task management capabilities, allowing an AI agent to create, read, update, and delete tasks and projects via the Model Context Protocol (MCP).
drilling_mcp_server
Analyzes oil and gas drilling data from CSV files, providing tools for Rate of Penetration (ROP), Mechanical Specific Energy (MSE), Non-Productive Time (NPT) calculations, and data visualization via an MCP server.
nancy-brain
Builds a searchable knowledge base from GitHub repositories and research papers to provide AI agents with context-aware information.