Adi MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Adi MCP ServerWhat's the weather in Tokyo?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Adi MCP Server
A Model Context Protocol (MCP) server implementation using FastMCP that provides a set of tools for LLMs to interact with.
Features
Weather Integration: Get current weather information for any city using the OpenWeatherMap API.
Mathematical Operations: A simple
addtool to demonstrate basic functionality.
Related MCP server: Weather MCP Server
Prerequisites
Python >= 3.13
An OpenWeatherMap API Key (Get one here)
Installation
Clone the repository:
git clone <repository-url> cd ModelContextProtocalInstall dependencies:
pip install .Set up your environment variables: Create a
.envfile in the root directory and add your API key:OPENWEATHER_API_KEY=your_openweathermap_api_key_here
Usage
Running the Server
You can run the server using the MCP CLI:
mcp run main.pyAvailable Tools
Tool | Description | Arguments |
| Adds two integers together. |
|
| Fetches real-time weather data for a specified city. |
|
Project Structure
main.py: The core server logic and tool definitions.pyproject.toml: Project metadata and dependency definitions..env: Environment variables (not tracked by git).
License
[Specify License, e.g., MIT]
This server cannot be deployed
Maintenance
Related MCP Connectors
Get current weather for any city and create images from your prompts. Streamline planning, reports…
60+ units, live FX, timezones, and date arithmetic for AI agents.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Weather, code search, currency & Solana trust scoring as MCP tools. Free, no API key needed.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to fetch current weather conditions and forecasts for any city using the Open-Meteo API. Provides temperature, precipitation, and hourly forecast data through natural language queries.-
- AlicenseNot gradedqualityDmaintenanceEnables LLMs to retrieve 24-hour weather forecasts and city information through natural language queries using city names or coordinates.MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents like GitHub Copilot to retrieve real-time weather data for any city using the Open-Meteo API, no API key required.9-
- FlicenseDqualityCmaintenanceProvides real-time weather information, enabling AI assistants to retrieve current temperature and weather conditions for any location worldwide.1-