Security & Testing
legalaudit.ch
Provides cybersecurity analysis tools for scam detection, URL/email verification, and emergency reporting.
ENDPOINT 1
https://legalaudit.ch/api/mcp
MCP server metadata
- Name
- legalaudit
- Version
- 1.0.0
Known tools 6
lookup_scam_patternLook 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).
Inferred read-onlyverify_email_textVerify text from a suspicious email - extracts indicators (urgency words, link patterns, sender impersonation) and returns a phishing risk verdict.
Potential side effectsget_emergency_contactsReturn verified emergency phone numbers and procedures for reporting cyber-fraud in Switzerland (fedpol/NCSC) or Italy (Polizia Postale).
Inferred read-onlyget_scam_statsReturn current scam intelligence trends - top scams reported in the last 7 days, sourced from LegalAudit ScamWatch + audit logs.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for legalaudit.ch was fetched 2026-08-21T17:41:58.026Z and is being refreshed.
legalaudit.ch is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.