drilling_mcp_server
Verified Safeby ridhadev
Overview
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.
Installation
python drilling_mcp_server.pyEnvironment Variables
- DRILLING_DATA_DIR
- ANTHROPIC_API_KEY
Security Notes
The server allows saving filtered data to a user-specified output file path (`filter_data` tool), which, without explicit path sanitization or restriction, could potentially be exploited for arbitrary file writes (e.g., path traversal) if exposed to untrusted inputs. However, it's described as a mockup MCP server typically run in a local or trusted environment, mitigating the immediate severity. Input custom files are checked for size limits, which is good.
Similar Servers
mcp-server
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.
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).
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.
nancy-brain
Builds a searchable knowledge base from GitHub repositories and research papers to provide AI agents with context-aware information.