An enterprise-grade Model Context Protocol (MCP) server designed for scalable data integration and secure context streaming.
- Model Context Protocol Support: Built-in integration with
@modelcontextprotocol/serverfor context-aware AI tooling. - High Performance: Optimized for handling enterprise-scale data workloads efficiently.
- Type Safety & Validation: End-to-end TypeScript support powered by
zodschema validation.
Ensure you have the following installed on your system:
- Node.js:
v24.xor higher - npm:
v11.xor higher
# Install dependencies
npm install
# Build TypeScript output
npm run build
# Start server (Listens on http://127.0.0.1:3000/mcp)
npm run start# List all registered tools
npx @modelcontextprotocol/inspector --cli --server-url http://127.0.0.1:3000/mcp --method tools/list
# Test searching customer records
npx @modelcontextprotocol/inspector --cli --server-url http://127.0.0.1:3000/mcp --method tools/call --tool-name search_customers --tool-arg query=retail
# Test retrieving customer details
npx @modelcontextprotocol/inspector --cli --server-url http://127.0.0.1:3000/mcp --method tools/call --tool-name get_customer_detail --tool-arg customerId=CUST-1002Contributions to mcp-enterprise-data-server are managed on GitHub.com
Contributions are most welcome !
Consider giving the project a star on GitHub if you find it useful.