Bridges Large Language Models to external tools and APIs through custom Model Context Protocol (MCP) server implementations.
This repository provides practical examples of custom-built Model Context Protocol (MCP) servers, demonstrating how LLMs can securely connect to and utilize diverse data sources, external APIs, and other tools. The collection showcases integrations with services like weather data (Open-Meteo API) and Pokémon information (PokéAPI), providing clear examples of tool definition, input/output schemas (using Zod), and communication handling via the MCP SDK. These servers empower LLMs with the necessary context and capabilities to answer specific queries or perform actions by interacting with real-world services.