πŸ›‘οΈ Scam Check MCP Server

Give your AI assistant access to 88,000+ analyzed scam reports. Check platforms, brands, and messages against real fraud intelligence from Reddit's largest scam communities.

Live β€” 88,349 reports
5 tools
Free & open
MCP 2024-11-05
88,349
Scam Reports
16
Scam Types
18
Countries
12+
Platforms Tracked

MCP Endpoint

POST https://ipscameras.com/api/mcp

Compatible with Claude Desktop, Cursor, Cline, and any MCP client. Protocol: MCP 2024-11-05 (Streamable HTTP)

Quick Install

Add to your Claude Desktop claude_desktop_config.json:

{
  "mcpServers": {
    "ipscameras-scam-check": {
      "url": "https://ipscameras.com/api/mcp",
      "transport": "http"
    }
  }
}

Available Tools

check_platform
Check how many scam reports involve a specific platform or service. Returns breakdown by scam type and recent cases.
Args: platform (string) β€” e.g. "instagram", "telegram", "coinbase"
search_scams
Full-text search across 88k reports. Find by brand name, domain, tactic, phone pattern, or any keyword.
Args: query (string), limit (int, 1–20)
check_scam_risk
Analyze a suspicious message or email for known scam red flags. Returns risk level: LOW / MEDIUM / HIGH / CRITICAL.
Args: text (string, max 2000 chars)
get_scam_type_info
Get stats and recent cases for a specific scam type: phishing, romance_scam, pig_butchering, crypto_scam, etc.
Args: scam_type (string)
get_scam_stats
Overall database statistics: top scam types, platforms, countries, and loss amounts.
No args required
list_sources
List the public data sources we ingest β€” security news feeds and scam-explainer video queries β€” with per-source status.
Args: kind (optional) β€” "rss" | "youtube_query"

Partner & admin tools (add_source, add_pattern) let approved partners extend the intelligence base and require a write token β€” see our data sources page. Contact us to request access.

Example: Check if Telegram is Used in Scams

// After connecting, ask your AI assistant:

"Check if telegram is associated with scams in the database"

// Or call directly via MCP:
{
  "method": "tools/call",
  "params": {
    "name": "check_platform",
    "arguments": { "platform": "telegram" }
  }
}

// Returns: 2,341 reports, mostly romance_scam + crypto_scam + pig_butchering

Example: Risk Analysis of a Message

{
  "name": "check_scam_risk",
  "arguments": {
    "text": "Hi! Sorry wrong number, but you seem interesting. I'm Mei, I work in finance in HK. Want to chat? I know a great crypto investment platform with guaranteed 40% monthly returns..."
  }
}

// Returns: risk_level: "CRITICAL", red_flags: {urgency: [...], crypto: [...], romance: [...], too_good: [...]}

Register & Discover

mcp.so

The largest MCP server directory

View on mcp.so

glama.ai

AI tools & MCP server registry

View on Glama

smithery.ai

MCP server marketplace

View on Smithery

Data Sources

All data is collected from public Reddit communities and processed with AI to extract structured fraud intelligence:

Full database explorer: ipscameras.com/reddit-stats.html