Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by lumalisan • Uncategorized
Collection of MCP server implementations enabling LLMs to connect with external APIs like weather and Pokémon data.
Fetch current weather, forecasts, and air quality data.
Retrieve detailed Pokémon information including abilities and stats.
Examples of MCP server implementations to integrate external APIs with LLMs.
This repository provides practical examples of Model Context Protocol (MCP) servers built in TypeScript that allow Large Language Models (LLMs) to securely access and interact with various external data sources and APIs. It includes implementations such as a Weather MCP using the Open-Meteo API and a Pokémon MCP using the PokéAPI. These servers demonstrate core MCP concepts like tool definition, schema validation with Zod, and communication via the MCP SDK, empowering LLMs to perform complex, context-aware tasks.