mcp-server-x
If you are the rightful owner of mcp-server-x 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 Model Context Protocol (MCP) server designed to offer weather querying and route planning services.
The MCP server, named 'china-weather-map', is designed to provide two main services: querying weather information and planning routes. It leverages the Amap API to fetch real-time weather data and driving directions. The server is structured to handle requests efficiently and return data in a format that can be easily integrated into various applications. The weather querying tool fetches detailed weather information for a specified city, while the route planning tool calculates driving directions between two points. This server is ideal for applications that require up-to-date weather and navigation data, such as travel apps or logistics platforms.
Features
- Real-time Weather Data: Fetches current weather conditions and forecasts using the Amap API.
- Route Planning: Provides driving directions between specified origin and destination points.
- Efficient Data Handling: Processes requests quickly to deliver timely information.
- Scalable Architecture: Designed to handle multiple requests simultaneously.
- Easy Integration: Offers data in a format that can be easily integrated into various platforms.
Tools
Weather query tool
Get weather information for a specified city by calling the Weather API of the Gaode Map
Route Planning Tool
Get the driving route between two points by calling the route planning API of Gaode Map