mcp-reference-server
Verified Safeby commerce-operations-foundation
Overview
Standardize and manage fulfillment operations for AI agents by providing a universal interface to various fulfillment systems.
Installation
node dist/index.jsEnvironment Variables
- NODE_ENV
- SERVER_PORT
- ADAPTER_TYPE
- ADAPTER_NAME
- ADAPTER_PACKAGE
- ADAPTER_PATH
- ADAPTER_EXPORT
- ADAPTER_CONFIG
- LOG_LEVEL
- LOG_DIR
- AUTH_ENABLED
- FEATURE_*
Security Notes
The server's core extensibility mechanism, the `AdapterFactory`, allows dynamic loading of adapters from NPM packages or local files, executing them with full system permissions. This is explicitly highlighted in the codebase as a security warning. Deployers must ensure that only trusted adapter packages/files are configured, especially in production, to prevent arbitrary code execution vulnerabilities. The server does implement configuration validation, log sanitization, and security policy application for production environments (e.g., forcing sanitization and disabling debug logs), which are good practices. However, the inherent risk of dynamic code loading from potentially untrusted sources remains a critical concern if not properly managed by the deployment environment.
Similar Servers
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
mesh
An open-source control plane for Model Context Protocol (MCP) traffic, providing unified authentication, routing, observability, and tool management for AI agents and integrations across various services.
ironmanus-mcp
Orchestrates AI workflows with an 8-phase control flow and specialized tools, serving as a Model Context Protocol (MCP) server.
d365fo-client
This server provides a Model Context Protocol (MCP) interface for a D365 F&O client, enabling AI assistants and other MCP-compatible tools to interact with Microsoft Dynamics 365 Finance & Operations environments for metadata retrieval, CRUD operations, action execution, and data querying.