← Back to Plugins
MCP Server MCP

three.ws Alerts

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @three-ws/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@three-ws/alerts-mcp",
      "version": "0.1.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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.",
          "format": "string",
          "default": "https://three.ws",
          "name": "THREE_WS_BASE"
        },
        {
          "description": "Per-request timeout in milliseconds for the live three.ws API reads and writes.",
          "format": "number",
          "default": "20000",
          "name": "THREE_WS_TIMEOUT_MS"
        },
        {
          "description": "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.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "THREE_WS_SESSION"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...