MCPBusinessAnalytics
Verified Safeby keidson299
Overview
A Model Context Protocol (MCP) server for analyzing business emails and spreadsheet data, integrating with Claude Desktop to provide intelligent analysis tools.
Installation
python main.pySecurity Notes
The server's `analyze_eml_file` tool directly accesses local files specified by a `file_path` argument. While it checks for file existence and the `.eml` extension, a malicious actor (e.g., via a compromised Claude Desktop client or successful prompt injection) could potentially direct the server to read sensitive `.eml` files on the local file system that the server process has access to, leading to local file disclosure. There are no direct `eval` or `exec` calls, no hardcoded secrets, and no external network requests to untrusted sources within the provided source code, limiting the risk to information disclosure rather than arbitrary code execution.
Similar Servers
code-index-mcp
Intelligent code indexing and analysis for Large Language Models, enabling tasks such as code review, refactoring, documentation generation, debugging assistance, and architectural analysis.
CodeGraphContext
An AI pair programmer that provides real-time, accurate, context-aware assistance by indexing and analyzing codebases (local projects and dependencies) using a graph database, facilitating code understanding, writing, and refactoring across multiple programming languages.
CodeGraphContext
This MCP Server acts as an expert AI pair programmer's backend, providing real-time, accurate code analysis, indexing, and relationship information from a local codebase to assist with understanding, writing, and refactoring code.
conductor-tasks
Conductor Tasks acts as an intelligent AI-powered assistant for developers, streamlining the entire development lifecycle from task generation and planning (parsing PRDs, expanding tasks, generating implementation steps) to execution and code modification (generating diffs). It provides visual task management, integrates with various IDEs, and leverages multiple LLM providers for optimal results and cost efficiency.