Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by juanHunOfficial • Uncategorized
A sample MCP server integrating GPT-4o to process prompts with tools for stock prices, incident queries, and calculations.
Retrieve real-time stock price data via an external API.
Query a knowledge base for incident or support ticket details.
Perform simple calculations like multiplication within a conversational context.
This project demonstrates a Model Context Protocol (MCP) server that works with an OpenAI GPT-4o model to handle user prompts by invoking specialized tools such as retrieving stock prices, querying a knowledge base for incident details, and performing calculations. It includes resources like a knowledge base CSV and SOP document, enabling enhanced contextual responses. The backend script interacts with the MCP server to execute these tools and display results, facilitating easy experimentation and extension.