loading…
Search for a command to run...
loading…
Scam Detector - MCP server providing AI-powered tools and automation by MEOK AI Labs
Scam Detector - MCP server providing AI-powered tools and automation by MEOK AI Labs
Scam Detector MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
quick_check |
Paste any message (email, text, DM) -> instant scam probability score. No API ke |
analyze_url |
Check a URL for phishing indicators and suspicious patterns. |
detect_social_engineering |
Detect manipulation tactics (Cialdini's principles) in conversations. |
verify_sender |
Check sender patterns against known scam vectors. |
report_scam |
Log and analyze a scam report. Contributes to collective threat intelligence. |
pip install meok-scam-detector-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"scam-detector-mcp": {
"command": "python",
"args": ["-m", "meok_scam_detector_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"scam-detector-mcp": {
"command": "npx",
"args": []
}
}
}