basic_mcp_server
If you are the rightful owner of basic_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides a structured summary of a basic MCP server example implementing a weather service using FastMCP.
The Basic MCP Example - Weather Service is a learning project designed to demonstrate the implementation of a Multi-Cloud Protocol (MCP) server using FastMCP. The example focuses on creating a simple weather service that highlights the core components of MCP: tools, resources, and prompts. The project serves as an educational resource for understanding the structure and implementation of an MCP server, showcasing how to define tools with parameters, utilize resource URL pattern matching, and create formatted prompts. The server is designed to run locally, providing static data for demonstration purposes. It is structured to be simple and easy to understand, making it an ideal starting point for those new to MCP technology.
Features
- Demonstrates MCP server implementation using FastMCP.
- Includes examples of MCP tools, resources, and prompts.
- Provides a basic server structure for educational purposes.
- Runs locally with static data for simplicity.
- Serves as a learning resource for MCP technology.
Tools
get_weather
A simple MCP tool that retrieves weather information for a given location.