Skip to content
MCP server

Give your AI agent a scam detector.

Scampilot is one of the first consumer-protection MCP servers. Connect it to Claude, Cursor & co. - and your assistant can answer "is this real?" right in the chat. The agent decides on its own when to check a link, an email, or an SMS.

9 tools5 resources5 promptsHTTP
{
  "mcpServers": {
    "scampilot": {
      "transport": "http",
      "url": "https://scampilot.de/mcp/scampilot",
      "headers": {
        "Authorization": "Bearer sk_live_…"
      }
    }
  }
}
01
What is MCP?

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.

02
The tools

Nine tools, one pipeline.

Over HTTP. Each returns verdict, confidence and signals as a structured response.

scan_textscan_urlscan_emailscan_imagescan_qrscan_linksscan_phoneget_reportlist_my_recent_reports
Tools
scan_text

Check arbitrary text (SMS, chat).

scan_url

Check a single URL against reputation.

scan_email

Raw email incl. forwarded chains.

scan_image

Analyse a screenshot via OCR.

scan_qr

Decode a QR code and check where it points.

scan_links

Extract links, follow redirects.

scan_phone

Check a phone number for scam patterns.

get_report

Re-read a previous report by id.

list_my_recent_reports

Your recent checks.

Resources
scampilot://signals/glossary

What every signal key means.

scampilot://verdicts/scale

Read verdict + confidence.

scampilot://intel/guides

Index of curated guides.

scampilot://intel/guides/{slug}

One guide in full.

scampilot://reports/{id}

A single report by id.

Prompts
explain_report_to_my_parent

Translate a report for a relative.

draft_safe_reply

Respond safely instead of engaging.

report_to_authority

Where and how to report.

triage_inbox

Rank several messages by risk.

compare_messages

Same scam campaign?

Interactive verdict card

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)
DangerConfidence 94/100

Phishing attempt impersonating your bank.

credential_request highlookalike_brand high
03
Setup

One config block, done.

Add the server to your MCP client. Grab a token for free in the dashboard.

01

Create a token

In Dashboard → API tokens, create a bearer token with the submissions:create and reports:read abilities.

02

Connect a client

Add the HTTP endpoint and token to your MCP client (Claude Desktop, Cursor, Continue.dev).

03

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_…"
      }
    }
  }
}