Acme
This is a demo directory website built with Ever Works
A Java-based MCP (Model Context Protocol) server implementation for weather data, designed to be run via standard I/O. It provides weather forecast and alert information as MCP tools, suitable for integration with clients like Claude for Desktop. This project serves as a concrete example of an MCP server.
An MCP server demonstrating how to retrieve weather data from the Hong Kong Observatory, useful for context-aware AI agents via MCP.
Provides aviation weather information through a Model Context Protocol (MCP) server, enabling access to METARs, TAFs, PIREPs, and route weather data.
An example MCP (Machine Communication Protocol) server implemented in .NET that exposes weather forecast and alert tools, designed specifically for integration with Claude for Desktop. This server demonstrates how to build and configure an MCP server as part of the 'Awesome MCP Servers' ecosystem.
An example implementation of an MCP server that provides weather data using the National Weather Service API. Serves as a practical reference for building and running MCP servers, highly relevant for developers seeking inspiration or templates for their own MCP servers.
The MCP Weather server is an official reference implementation that demonstrates delivering weather time-series data to LLMs via MCP, serving as a plug-and-play and educational example for MCP spec adherence.
A Python-based MCP (Modular Command Protocol) server that provides weather information and alerts by integrating with the US National Weather Service API. This server is designed as an example for building and running MCP servers, and is directly relevant for anyone seeking to implement or explore MCP server solutions.