Basic
Implements a basic MCP server using Express.js that leverages OpenRouter with GPT-4.0 as the client.
Acerca de
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.
Características Principales
- Easy setup with API key configuration
- 1 GitHub stars
- Integrates with OpenRouter for AI model access (e.g., GPT-4.0)
- Supports natural language queries for product data
- Express.js based MCP server implementation
Casos de Uso
- Identifying product attributes like price ranges through conversational prompts
- Querying product inventories using natural language
- Developing AI-powered interfaces for data retrieval