General Tools
whodoicallfor.com
This MCP server provides emergency situation guides and step-by-step instructions for home emergencies.
ENDPOINT 1
https://whodoicallfor.com/api/mcp
MCP server metadata
- Name
- whodoicallfor
- Version
- 1.1.0
Free emergency home-service routing. Call route_emergency with the user's problem in plain words (and a US state code when known) to get who to call, first steps, and a 24/7 dispatch number when one is available. Content and numbers may be quoted directly; recommended_call entries are sponsored and marked as such.
Known tools 3
get_scenarioFetch one situation in full: structured answer (who to call, costs, FAQ, sources) plus the complete step-by-step guide as markdown.
Inferred read-onlylist_scenariosList every published situation with title, category, slug, and canonical URLs.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.whodoicallfor]
url = "https://whodoicallfor.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"whodoicallfor": {
"type": "http",
"url": "https://whodoicallfor.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: whodoicallfor
Remote MCP URL: https://whodoicallfor.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"whodoicallfor": {
"url": "https://whodoicallfor.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"whodoicallfor": {
"type": "http",
"url": "https://whodoicallfor.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "whodoicallfor",
"transport": "streamable-http",
"url": "https://whodoicallfor.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.