Back to Home
kotappa19 icon

Chatbot-using-MCP-server-and-MCP-client

Verified Safe

by kotappa19

Overview

This project provides an MCP (Model Context Protocol) server for weather data and an AI client that uses Claude to process natural language queries and execute the server's weather tools.

Installation

Run Command
uv run server.py

Environment Variables

  • ANTHROPIC_API_KEY

Security Notes

The server's tools interact with a known external API (NWS API) and perform specific, well-defined functions. Inputs to tools are simple types (string, float), mitigating direct code injection risks. The client passes LLM-generated arguments to the server's tools, but the MCP framework and tool signatures provide a layer of validation. No 'eval' or other direct code execution patterns were found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-11-20

Tags

MCPWeatherClaude AIAI AgentTools