Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by jucarata • Uncategorized
A basic MCP server implementation using Express.js and OpenRouter with GPT-4.0 as the client.
Query product information from a server.
Interact with an MCP server using GPT-4.0 via OpenRouter.
A basic example of integrating Express.js with OpenRouter API.
This MCP server provides a simple interface to interact with a products server, allowing users to query product-related information such as listing all products or finding the most expensive and cheapest items. It leverages OpenRouter's GPT-4.0 model, requiring users to supply their own API key. The setup involves running both a products server and the MCP server, facilitating easy integration and testing.