INDIVIDUAL MCP TOOL
get_emergency_contacts
Return verified emergency phone numbers and procedures for reporting cyber-fraud in Switzerland (fedpol/NCSC) or Italy (Polizia Postale).
LIVE ENDPOINT
https://legalaudit.ch/api/mcp
Connect to this endpoint to inspect the live schema for get_emergency_contacts and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.legalaudit]
url = "https://legalaudit.ch/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"legalaudit": {
"type": "http",
"url": "https://legalaudit.ch/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: legalaudit
Remote MCP URL: https://legalaudit.ch/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": {
"legalaudit": {
"url": "https://legalaudit.ch/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"legalaudit": {
"type": "http",
"url": "https://legalaudit.ch/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "legalaudit",
"transport": "streamable-http",
"url": "https://legalaudit.ch/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_scam_pattern— Look up a known scam pattern against the LegalAudit ScamWatch corpus (30+ curated patterns from CSIRT-Italia, NCSC, FBI IC3, CISA, ENISA, Polizia Postale, updated daily).verify_url— Verify a URL for phishing, malware, suspicious patterns.verify_email_text— Verify text from a suspicious email - extracts indicators (urgency words, link patterns, sender impersonation) and returns a phishing risk verdict.explain_term— Explain a cybersecurity / forensic term in plain language.get_scam_stats— Return current scam intelligence trends - top scams reported in the last 7 days, sourced from LegalAudit ScamWatch + audit logs.