Back to MCP Directory
Connections & Capabilities
Connects To
GitHub
Capabilities
readwriteexec
Exposed MCP Tools (2)
moderate
load-csvLoads a CSV file from a specified path into a DataFrame for analysis.
Potential for CSV injection if the CSV file is not sanitized.
high
run-scriptExecutes a provided Python script against the loaded data.
Allows execution of arbitrary code, which can be malicious or inefficient.
Safety Assessment
This server is relatively safe for data exploration tasks, but the ability to execute arbitrary Python scripts introduces a moderate risk. It is crucial to sanitize CSV inputs and carefully review any custom scripts before execution. Running the server in a sandboxed environment can further mitigate risks.
- Primarily focuses on data exploration and analysis.
- Limited write operations, mainly for temporary file handling during analysis.
- No direct access to sensitive system resources or network configurations.
- Relies on user-provided CSV files, limiting potential for server-side code injection.
- Executes user-provided Python scripts, posing a potential risk if scripts are malicious.
- CSV loading can be vulnerable to CSV injection attacks if not properly sanitized.
- Lack of explicit input validation on CSV files and script content.
- Potential for resource exhaustion if scripts are poorly optimized or datasets are very large.
