Server data from the Official MCP Registry
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.
Remote endpoints: streamable-http: https://scamcheck.tech/api/mcp
This MCP server provides scam detection functionality with well-designed security architecture. Authentication is optional but properly implemented with environment variables, API calls are appropriately scoped to a single legitimate endpoint, and input validation is present. Minor code quality improvements around error handling and TypeScript typing could be made, but no security vulnerabilities were identified. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
4 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SCAMCHECK_API_KEY
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Scan suspicious messages, URLs, and text for scams inside any AI assistant that supports MCP (Claude Desktop, Claude Code, Cursor, and more). No signup or API key needed — works out of the box on the free anonymous tier.
Add to your Claude Desktop / Cursor config:
{
"mcpServers": {
"scamcheck": {
"command": "npx",
"args": ["scamcheck-mcp-server"]
}
}
}
That's it. Ask your assistant "is this message a scam?" and paste the message.
The anonymous tier is rate-limited per IP. For higher limits, grab a free key at scamcheck.tech/dashboard/developer and add it:
{
"mcpServers": {
"scamcheck": {
"command": "npx",
"args": ["scamcheck-mcp-server"],
"env": {
"SCAMCHECK_API_KEY": "sk-live-your-key-here"
}
}
}
}
scan_message| Parameter | Type | Required | Description |
|---|---|---|---|
input | string | ✓ | The message, URL, or text to scan |
source | text | url | screenshot | — | Content type (default: text) |
🔴 Likely Scam — Risk Score: 89/100
Category: phishing · Confidence: 92%
Summary: This message impersonates a bank to steal credentials.
Why this was flagged:
• Creates false urgency with account suspension threat
• Uses a URL that does not match the official bank domain
• Requests sensitive personal information via link
What to do:
✓ Do not click any links in this message
✓ Contact your bank directly using the number on your card
✓ Report to your bank's fraud department
Full report: https://www.scamcheck.tech/result/abc123
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.