Catalog
Scamcheck MCP Server
Officialby smijo-geek · JavaScript
Scan suspicious messages, URLs, and text for scams with AI. Free tier - no API key required.
Scan suspicious messages, URLs, and text for scams with AI. Free tier - no API key required.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
SCAMCHECK_API_KEYsecretOptional API key for higher limits (free anonymous tier works without it)
claude_desktop_config.json
{
"mcpServers": {
"scamcheck-mcp-server": {
"command": "npx",
"args": [
"-y",
"scamcheck-mcp-server@1.1.2"
],
"env": {
"SCAMCHECK_API_KEY": "<YOUR_SCAMCHECK_API_KEY>"
}
}
}
}