genai-sales-insights-agent
Verified Safeby rawan-77
Overview
A minimal Node.js server exposing a controlled sales dataset preview tool via the Model Context Protocol (MCP) for AI agent workflows.
Installation
cd mcp_insights_server && npm startSecurity Notes
The server's function is limited to exposing a 'dataset_preview' tool which reads a local CSV and returns only its first 8 lines. No 'eval' or arbitrary code execution is apparent. Sensitive data (like OpenAI API keys) are managed by the separate Python agent, not the MCP server itself. Data exposure is explicitly limited and controlled.
Similar Servers
deep-code-reasoning-mcp
An AI agent system for deep code analysis and reasoning, likely leveraging large language models (LLMs).
stock-mcp
Provides AI Agents with professional-grade stock market analysis capabilities by bridging large language models with real-time financial data.
mcp-server-datahub
Enables AI agents to interact with DataHub for comprehensive data discovery, governance, lineage exploration, and SQL query generation across an organization's data ecosystem.
MCP-Server-and-PostgreSQL-Sample-Retail
Enables AI assistants to securely access and analyze retail sales data through a Model Context Protocol (MCP) server, integrating with PostgreSQL and Azure AI services.