canishower-mcp
v1.1.0
Published
MCP server for checking rocket alert risk in Israel - Can I Shower?
Downloads
207
Maintainers
Readme
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-mcpUsage
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-mcpRemote HTTP Server
Run as an HTTP server for non-developer setups (no npm/npx needed on the client side):
npx canishower-mcp --http 3000Then 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
