Skip to content

Repository files navigation

mcp-enterprise-data-server

MCP Enterprise Data Server Logo

An enterprise-grade Model Context Protocol (MCP) server designed for scalable data integration and secure context streaming.

FeaturesPrerequisites


Features

  • Model Context Protocol Support: Built-in integration with @modelcontextprotocol/server for context-aware AI tooling.
  • High Performance: Optimized for handling enterprise-scale data workloads efficiently.
  • Type Safety & Validation: End-to-end TypeScript support powered by zod schema validation.

Prerequisites

Ensure you have the following installed on your system:

  • Node.js: v24.x or higher
  • npm: v11.x or higher

Quick Start

# Install dependencies
npm install

# Build TypeScript output
npm run build

# Start server (Listens on http://127.0.0.1:3000/mcp)
npm run start

Testing (CLI Mode)

# 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-1002

Contributing

Contributions 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.

License

GNU General Public License v3.0

About

An enterprise-grade Model Context Protocol (MCP)

Topics

Resources

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

Contributors

Languages