my-weatherstation-mcpserver-example

my-weatherstation-mcpserver-example

3.1

If you are the rightful owner of my-weatherstation-mcpserver-example and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A simple weather API example using MCP Server to call a private weather station API.

MCP Server Example

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

Requirements

  • Python 3.12
  • uv

Getting started

Clone repository and run:

uv venv
source .venv/bin/activate
uv pip install .
fastmcp run --transport=sse --port=8000 main.py