General Tools
echorune.net
Provides live weather data including current conditions, short forecast, rain sparkline, and text-based radar map.
ENDPOINT 1
https://echorune.net/mcp
MCP server metadata
- Name
- echorune-radar
- Version
- 1
Known tools 1
get_weatherLive weather for any place on earth, including the radar echo drawn as text characters rather than an image: current conditions, a short forecast, a 2-hour rain sparkline, and a character radar map with the measured motion of the echo.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.echorune-radar]
url = "https://echorune.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"echorune-radar": {
"type": "http",
"url": "https://echorune.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: echorune-radar
Remote MCP URL: https://echorune.net/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"echorune-radar": {
"url": "https://echorune.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"echorune-radar": {
"type": "http",
"url": "https://echorune.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "echorune-radar",
"transport": "streamable-http",
"url": "https://echorune.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for echorune.net was fetched 2026-08-24T02:04:46.295Z.
echorune.net is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.