mcp-server
Verified Safeby aoutpost2-rgb
Overview
A Model Context Protocol (MCP) server that provides real-time Indian options market data and volatility analytics from GetOutpost.in for integration with AI chat models like Claude.
Installation
getoutpost-mcp-stdioEnvironment Variables
- CREDENTIALS_FILE_PATH
- HOME
- USERPROFILE
- PORT
Security Notes
The server uses an external credentials file ('.getoutpost_credentials.json') to store API tokens and email, which is good practice, avoiding hardcoded secrets. It implements automatic token refreshing, enhancing security and usability. All communication with the GetOutpost.in API uses HTTPS. The `mcp_server.ts` (HTTP transport) uses `cors` with `origin: '*'`, which is broad. While potentially acceptable for a local desktop extension, it would be a concern in a publicly accessible web server context. No 'eval', obfuscation, or other overt malicious patterns were detected in the provided source code.
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).
nancy-brain
Builds a searchable knowledge base from GitHub repositories and PDF articles for AI agents and assistants.
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.