New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

canishower-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canishower-mcp

MCP server for checking rocket alert risk in Israel - Can I Shower?

latest
npmnpm
Version
1.1.0
Version published
Weekly downloads
1
-83.33%
Maintainers
1
Weekly downloads
 
Created
Source

canishower-mcp

An MCP server that checks if it's safe to take a shower based on rocket alert predictions for locations in Israel.

Powered by canishower.com.

Tools

can_i_shower

Quick check — is it safe to shower right now? Returns a simple yes/no recommendation with risk level and top risk factors.

whats_the_risk

Detailed risk assessment including gap statistics, hunger model breakdown, and all reasoning factors.

find_nearest_location

Resolve GPS coordinates to the nearest supported location name.

Installation

npm install -g canishower-mcp

Usage

Claude Desktop

Add to your Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "canishower": {
      "command": "npx",
      "args": ["-y", "canishower-mcp"]
    }
  }
}

Claude Code

claude mcp add canishower -- npx -y canishower-mcp

Remote HTTP Server

Run as an HTTP server for non-developer setups (no npm/npx needed on the client side):

npx canishower-mcp --http 3000

Then connect any MCP client to http://your-server:3000/mcp.

For Claude Desktop, point to the remote URL:

{
  "mcpServers": {
    "canishower": {
      "type": "streamable-http",
      "url": "http://your-server:3000/mcp"
    }
  }
}

License

MIT

Keywords

mcp

FAQs

Package last updated on 07 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts