Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by ijshd7 • Uncategorized
An MCP-compliant weather client and server example using Anthropic's Claude models.
Access weather alerts via MCP-compliant tools.
Retrieve weather forecasts using Anthropic Claude models.
A TypeScript example of MCP client-server communication.
This project demonstrates the use of the Model Context Protocol (MCP) with Anthropic's Claude models through a CLI-based client and a weather tools server. The server exposes weather-related tools such as alerts and forecasts, while the client interacts with these tools via MCP over stdio. Written in TypeScript, it supports easy configuration via environment variables and serves as a tutorial for building MCP-compliant applications.