Getting started
New to MCP? Start with What is MCP? for a plain-language walkthrough.
Every source here is a standalone Model Context Protocol (MCP) server available over streamable-http. No API key or registration is required.
Endpoints
Each server is mounted at https://allemannsdata.com/<server>/mcp. Browse the full catalogue to copy an endpoint and inspect its tools.
Claude Code
Add a server with the command line:
claude mcp add --transport http weather https://allemannsdata.com/weather/mcpOr add it directly to .mcp.json:
{
"mcpServers": {
"weather": {
"type": "http",
"url": "https://allemannsdata.com/weather/mcp"
}
}
}Other clients
Any MCP client that supports streamable-http works the same way: add the endpoint URL as a remote server. Consult the client's documentation for its exact configuration format.