A minimal Express-based MCP server that exposes a weather tool through HTTP endpoints, demonstrating how to implement the Model Context Protocol with streamable HTTP transport.
A remote MCP server that exposes a get_weather tool for real-time current weather queries of any city via the free wttr.in API, supporting Streamable HTTP transport.
A local, no-auth MCP server that exposes mocked weather forecast and supported cities tools over Streamable HTTP, enabling developers to test MCP integration with hosts like ChatGPT, Claude, and MCP Inspector.
A demonstration MCP server that provides example tools for weather queries, time retrieval, and request handling, along with advice prompts. Supports both HTTP and stdio modes for testing MCP client integrations.