corello-mcp-server
Verified Safeby AdiScaleup968
Overview
Provides AI agents with standardized access to manufacturing operations data for real-time analysis, monitoring, and data entry.
Installation
npm startEnvironment Variables
- PORT
Security Notes
The server uses highly permissive CORS settings (`Access-Control-Allow-Origin: *`) and 'Access-Control-Allow-Private-Network: true' headers to enable connection from AI Studio. While necessary for local development/demos interacting with web clients, stricter origin configuration would be required in a production environment. Tool argument validation relies on the AI client adhering to the schema, without explicit server-side runtime validation of input types/values within the `CallToolRequestSchema` handler. No hardcoded secrets or 'eval' usage detected. The data is currently mock data, which reduces immediate database injection risks.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
mcp-server
A Node.js server implementing Model Context Protocol (MCP) for Webflow, enabling AI agents to interact with Webflow Data and Designer APIs.
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.
emceepee
A proxy server enabling AI agents to dynamically connect to and interact with multiple Model Context Protocol (MCP) backend servers, exposing the full MCP protocol via a simplified tool interface or a sandboxed JavaScript execution environment.