Implements a basic MCP server using Express.js that leverages OpenRouter with GPT-4.0 as the client.
Basic is a straightforward MCP (Model Control Protocol) server designed to serve product-related information. Built with Express.js, it integrates with OpenRouter, utilizing powerful AI models like GPT-4.0 to process and respond to natural language queries. Developers can easily set up this server and interact with it using prompts to fetch data such as product lists, most expensive items, or cheapest ones, demonstrating a simple yet effective way to expose structured data via an AI-powered interface.
Key Features
01Easy setup with API key configuration
021 GitHub stars
03Integrates with OpenRouter for AI model access (e.g., GPT-4.0)
04Supports natural language queries for product data
05Express.js based MCP server implementation
Use Cases
01Identifying product attributes like price ranges through conversational prompts
02Querying product inventories using natural language
03Developing AI-powered interfaces for data retrieval