A simple weather api example. The MCP Server calls my private weather station API.
It's the source code of my blog post: https://muench.dev/post/2025-04-das-model-context-protocol-mcp
- Python 3.12
- uv
Clone repository and run:
uv venv
source .venv/bin/activate
uv pip install .
fastmcp run --transport=sse --port=8000 main.py