We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lorenzwalthert/swiss_meteo_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "swiss-meteo-mcp"
version = "0.1.0"
description = "An MCP server to query SwissMeteo"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"mcp>=1.10.1",
"pytest-asyncio>=1.0.0",
"uvicorn>=0.35.0",
]
[[project.authors]]
name = "Lorenz Walthert"
email = "lorenzwalthert@users.noreply.github.com"
[build-system]
requires = [ "hatchling",]
build-backend = "hatchling.build"
[project.scripts]
swiss-meteo-mcp = "swiss_meteo_mcp:main"