← scammercasefile.com
INDIVIDUAL MCP TOOL
search_scammer_reports
Search the WhatsApp Scammer Tracker case file by name or phone number.
LIVE ENDPOINT
https://scammercasefile.com/mcp
Connect to this endpoint to inspect the live schema for search_scammer_reports 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.whatsapp-scammer-tracker]
url = "https://scammercasefile.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"whatsapp-scammer-tracker": {
"type": "http",
"url": "https://scammercasefile.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: whatsapp-scammer-tracker
Remote MCP URL: https://scammercasefile.com/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": {
"whatsapp-scammer-tracker": {
"url": "https://scammercasefile.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"whatsapp-scammer-tracker": {
"type": "http",
"url": "https://scammercasefile.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "whatsapp-scammer-tracker",
"transport": "streamable-http",
"url": "https://scammercasefile.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_scammer_by_number— Look up every report filed against one exact WhatsApp phone number.list_reports_by_country— List scam reports whose phone number resolves to one country (ISO 3166-1 alpha-2 code, e.g.list_reports_by_scam_type— List scam reports filed under one scam type.get_scam_trends— Aggregate statistics computed live from the whole case file: total report count, reports by scam type, reports by country, and the most recent report date.get_recent_reports— The newest scam reports across the whole case file, newest first.