Your AI agent checks scams - on its own.
Scampilot as an MCP server: Claude, Cursor and friends see our scam detection as a tool. The agent decides on its own when to check a link, an email, or an SMS - and shows the verdict as an interactive card.
{
"mcpServers": {
"scampilot": {
"transport": "http",
"url": "https://scampilot.de/mcp/scampilot",
"headers": {
"Authorization": "Bearer sk_live_…"
}
}
}
}The open standard for AI tools.
The Model Context Protocol connects AI assistants to real services. Wire in Scampilot and your agent gains scam detection, curated knowledge, and ready-made prompts - with your token, in your language.
Tools
Actions the agent calls - scan, read reports.
Resources
Readable knowledge - signal glossary, guides, reports.
Prompts
Ready templates - reply safely, report to authority.
Nine tools, five resources, five prompts.
Check arbitrary text (SMS, chat).
Check a single URL against reputation.
Raw email incl. forwarded chains.
Analyse a screenshot via OCR.
Decode a QR code and check where it points.
Extract links, follow redirects.
Check a phone number for scam patterns.
Re-read a previous report by id.
Your recent checks.
What every signal key means.
Read verdict + confidence.
Index of curated guides.
One guide in full.
A single report by id.
Translate a report for a relative.
Respond safely instead of engaging.
Where and how to report.
Rank several messages by risk.
Same scam campaign?
Not just text - a card you can read.
In hosts that support MCP apps, every scan renders an embedded card: colour-coded verdict, confidence meter, the detected signals, and the recommended actions - themed to your client.
- safe / warn / danger verdict, colour-coded
- Refresh without re-scanning
- Bilingual (EN/DE)
Phishing attempt impersonating your bank.
Token, config, done.
Create a token
In Dashboard → API tokens, create a bearer token with the submissions:create and reports:read abilities.
Connect a client
Add the HTTP endpoint and token to your MCP client (Claude Desktop, Cursor, Continue.dev) - or run stdio locally.
Ask Claude
"Is this SMS a scam?" - the agent calls scan_text on its own and shows you the verdict card.
HTTP (Claude Desktop)
{
"mcpServers": {
"scampilot": {
"transport": "http",
"url": "https://scampilot.de/mcp/scampilot",
"headers": {
"Authorization": "Bearer sk_live_…"
}
}
}
}Local as stdio
# Local stdio transport: php artisan mcp:start scampilot # → stdin/stdout MCP channel
