mcp-demo-app

mcp-demo-app

3.1

If you are the rightful owner of mcp-demo-app and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A simple Node.js/Express API server using TypeScript for managing products and orders, with Model Context Protocol (MCP) integration.

The MCP Demo App is a Node.js and Express-based API server that leverages TypeScript for enhanced type safety. It is designed to manage products and orders, providing a RESTful API interface. The server integrates Model Context Protocol (MCP) to expose tools for querying product and order data. Data is stored in JSON files, ensuring simplicity and ease of use. The application supports bearer token authentication to secure its endpoints, except for the health check endpoint. The project is structured to separate the main server logic from the MCP server, which is responsible for handling specific queries related to products and orders.

Features

  • RESTful API for managing products and orders
  • Bearer token authentication for secure access
  • Data storage in JSON files for simplicity
  • MCP server exposing tools for product and order queries
  • TypeScript for enhanced type safety and development experience