mcpbeat Sign in

echorune radar MCP Server

by luoshu-echorune Your server? Claim it
answering

echorune radar is answering right now. Last checked 6 min ago. It exposes 1 tools. Last commit 17 Sep 2026.

Live weather anywhere, with the radar drawn as text characters, not an image.

Uptime history 34 days of history
34 days agonow
100.0%
Uptime 24h
92 of 92 checks
1
Tools
read from the server
844 ms
Response time
average over 24h
3
Stars
last commit 17 Sep 2026

What the code does

We read the source, 23 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            mod = __import__(modname)
Runs with shell=True ops/skill_commands_work.py:77
                               shell=True, capture_output=True, text=True, timeout=60)
Builds a database query by concatenation ops/source_health.py:234
    if update is None:
        return cur
    try:
        tmp = STREAK_FILE + ".tmp"
        with open(tmp, "w", encoding="utf-8") as f:
Touches key and credential files ops/redemet_pull.py:33
                     os.path.expanduser("~/.ssh/id_ed25519_luoshu"))
Dumps the whole environment ops/skill_installs.py:79
    env = dict(os.environ, HOME=home)
Page executes code built at runtime static/rtt.html:251
  el("rows").innerHTML = rows;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add echorune-radar --transport http https://echorune.net/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "echorune-radar": {
      "url": "https://echorune.net/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.echorune-radar]
url = "https://echorune.net/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "echorune-radar": {
      "url": "https://echorune.net/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "echorune-radar": {
      "url": "https://echorune.net/mcp"
    }
  }
}

Available tools 1

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

weather
get_weather
Live 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.

Endpoints

URLTransportStateLatencyChecked
https://echorune.net/mcp streamable-http answering 941 ms 6 min ago

Alternatives to echorune radar

same job, measured the same way
Mellos Mapping
by guangminju

Live layered dependency map for bottom-up development, drawn by the agent in a terminal pane.

354 installs/wk local only
Weatherai
by weatherai-io

WeatherAI — 11 live weather tools for Claude, Cursor, Windsurf and any MCP AI assistant

50 installs/wk local only
Pixelgust
by pixelgust

Weather, climate, terrain, fire and flood risk data for any point or polygon on Earth. Free tier.

9 tools answering
Knapcode SampleMcpServer
by joelverhagen

A sample MCP server using the MCP C# SDK. Generates random numbers and random weather.

local only
Knapcode SampleMcpServer
by joelverhagen-mcp

A sample MCP server using the MCP C# SDK. Generates random numbers and random weather.

local only
Findyourfivepm
by findyourfivepm

Discover cities where it's currently 5PM around the world with timezone and location data.

2 tools answering
I
Yondry: Day Out Planner
by yondry-ltd

Plan your perfect day out anywhere: itineraries and neighbourhood guides, tuned to mood and weather.

3 tools answering
Weather Gc Ca
by pipeworx-io

Environment and Climate Change Canada (ECCC) GeoMet MCP.

34 tools answering

echorune radar — questions

Answers built from our own checks of this server.

What can echorune radar do?
It exposes 1 tools, read directly from the server on our last check. Among them: get_weather. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is echorune radar working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 844 ms. The bar chart above shows every period we have measured.
How do I connect echorune radar?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does echorune radar need an API key?
No. echorune radar completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 1 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is echorune radar?
It answers our handshake in 844 ms on average, which is faster than 12% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is echorune radar open source?
Yes — it is published under the MIT licence, written in Python, 3 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.