ScamCheck MCP Server
Scans suspicious messages, URLs, and text for scams inside any MCP-compatible AI assistant. No signup or API key needed for anonymous use.
README
ScamCheck MCP Server
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.
Quick start (no API key)
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.
Higher limits (optional API key)
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"
}
}
}
}
Tool: scan_message
| Parameter | Type | Required | Description |
|---|---|---|---|
input |
string | ā | The message, URL, or text to scan |
source |
text | url | screenshot |
ā | Content type (default: text) |
Example response
š“ 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
Rate limits
- Anonymous (no key): IP rate-limited
- Free API key: 100 scans/month
- Pro/Business: Unlimited
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.