π¦
Model Context Protocol Server
tools as mcp server
0 installs
Trust: 41 β Fair
Ai
Installation
npx model-context-protocol-serverAsk AI about Model Context Protocol Server
Powered by Claude Β· Grounded in docs
I know everything about Model Context Protocol Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Weather Tool MCP Server
This project implements [Model Context Protocol (MCP)] server that provides tools to query weather alerts and forecasts for US locations using the National Weather Service (NWS) API.
π¦ Features
- Get Weather Alerts by US State (
get_alerts) - Get Weather Forecast by Latitude and Longitude (
get_forecast) - MCP-compatible tool definitions using
FastMCP - Asynchronous HTTP requests via
httpx
π Usage
π οΈ Installation
# Clone the repo
git clone
cd model_context_protocol-server
# (Optional) Create and activate a virtual environment
python -m venv .venv
source .venv/bin/activate
