mcpbeat Sign in

three.ws Alerts MCP Server

local only

three.ws Alerts runs on your own machine — the client starts it, so there is no endpoint to ping. 189 installs a week from npm. Last commit 18 Sep 2026.

Create, update, and delete pump.fun alert rules and read fired-alert history across channels.

Installs per day peak 159 · avg 17 · +1018% w/w
a month agotoday
189
Installs / week
npm · @three-ws/alerts-mcp
194
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Nothing serious here today

Today is the operative word: we check three.ws Alerts every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add alerts-mcp -- npx -y @three-ws/alerts-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "alerts-mcp": {
      "args": [
        "-y",
        "@three-ws/alerts-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.alerts-mcp]
command = "npx"
args = ["-y", "@three-ws/alerts-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "alerts-mcp": {
      "args": [
        "-y",
        "@three-ws/alerts-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "alerts-mcp": {
      "args": [
        "-y",
        "@three-ws/alerts-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: THREE_WS_BASE (Base URL of the three.ws API that serves the alert-rules and notifications endpoints. Override only when self-hosting or targeting a preview deployment.), THREE_WS_TIMEOUT_MS (Per-request timeout in milliseconds for the live three.ws API reads and writes.), THREE_WS_SESSION (Your three.ws session token (the value of the `__Host-sid` cookie from a signed-in browser). Required by every tool — all rules and alerts are scoped to YOUR account. Writes also use it to fetch a one-time CSRF token. Treat like a password.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to three.ws Alerts

same job, measured the same way
Cronitor
by usefulapi

Manage Cronitor monitors and send telemetry pings — list, inspect, create, update, delete.

6 tools answering
EkoPump
by edjacarmona-cmd

Real-time fuel prices, alerts, and cheapest gas stations across 38+ countries.

4 tools answering
Website Change Monitor
by dataleadspro

Track page and price changes over time: diffs, history, and alerts through simple tracking

5 tools answering
Wachete
by wachete

Create, read and monitor Wachete website-change wachets for a signed-in user.

answering
Prices Deal
by theluckystrike

Track prices and deals: watch a shop page, get target alerts, see price history. Data stays local.

local only
InstaPods
by instapods

Deploy and manage web apps on InstaPods: create pods, push files, run commands, read logs.

answering
Mhra Alerts
by pipeworx-io

MHRA drug and device safety alerts, recalls and Drug Safety Update bulletins,

answering
Solana Wallet Tracker & Alerts
by freedomlab-loki

Solana wallet tracker & alerts: real-time activity webhooks, balances, tx history. Free.

3 tools answering

three.ws Alerts — questions

Answers built from our own checks of this server.

Why is there no uptime for three.ws Alerts?
three.ws Alerts runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @three-ws/alerts-mcp was installed 189 times last week.
How do I connect three.ws Alerts?
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 runs locally, so the command pulls @three-ws/alerts-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use three.ws Alerts?
The npm package @three-ws/alerts-mcp was installed 189 times in the last week. Week over week that is +1018%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is three.ws Alerts open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 194 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.