← legalaudit.ch

INDIVIDUAL MCP TOOL

explain_term

Explain a cybersecurity / forensic term in plain language.

legalaudit.chnone authenticationAvailability not checked

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 endpoint

legalaudit.ch

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-ch]
url = "https://legalaudit.ch/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "legalaudit-ch": {
      "type": "http",
      "url": "https://legalaudit.ch/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: legalaudit-ch
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-ch": {
      "url": "https://legalaudit.ch/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "legalaudit-ch": {
      "type": "http",
      "url": "https://legalaudit.ch/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "legalaudit-ch",
  "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.
  • get_emergency_contacts — Return verified emergency phone numbers and procedures for reporting cyber-fraud in Switzerland (fedpol/NCSC) or Italy (Polizia Postale).
  • get_scam_stats — Return current scam intelligence trends - top scams reported in the last 7 days, sourced from LegalAudit ScamWatch + audit logs.