{
  "markdown": "# ScamCheck MCP Server\n\nScan 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.\n\n## Quick start (no API key)\n\nAdd to your Claude Desktop / Cursor config:\n\n```json\n{\n  \"mcpServers\": {\n    \"scamcheck\": {\n      \"command\": \"npx\",\n      \"args\": [\"scamcheck-mcp-server\"]\n    }\n  }\n}\n```\n\nThat's it. Ask your assistant *\"is this message a scam?\"* and paste the message.\n\n## Higher limits (optional API key)\n\nThe anonymous tier is rate-limited per IP. For higher limits, grab a free key at [scamcheck.tech/dashboard/developer](https://www.scamcheck.tech/dashboard/developer) and add it:\n\n```json\n{\n  \"mcpServers\": {\n    \"scamcheck\": {\n      \"command\": \"npx\",\n      \"args\": [\"scamcheck-mcp-server\"],\n      \"env\": {\n        \"SCAMCHECK_API_KEY\": \"sk-live-your-key-here\"\n      }\n    }\n  }\n}\n```\n\n## Tool: `scan_message`\n\n| Parameter | Type | Required | Description |\n|-----------|------|----------|-------------|\n| `input` | string | ✓ | The message, URL, or text to scan |\n| `source` | `text` \\| `url` \\| `screenshot` | — | Content type (default: `text`) |\n\n## Example response\n\n```\n🔴 Likely Scam — Risk Score: 89/100\nCategory: phishing · Confidence: 92%\n\nSummary: This message impersonates a bank to steal credentials.\n\nWhy this was flagged:\n• Creates false urgency with account suspension threat\n• Uses a URL that does not match the official bank domain\n• Requests sensitive personal information via link\n\nWhat to do:\n✓ Do not click any links in this message\n✓ Contact your bank directly using the number on your card\n✓ Report to your bank's fraud department\n\nFull report: https://www.scamcheck.tech/result/abc123\n```\n\n## Rate limits\n\n- Anonymous (no key): IP rate-limited\n- Free API key: 100 scans/month\n- Pro/Business: Unlimited\n",
  "bytes": 1892,
  "sha": "b3062daabdc09a287c227b6007b76c075fff09da33ac3bf80856689770688b03",
  "repo_slug": "smijo-geek/scamcheck-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_smijo_geek_scamcheck_mcp_serve_86afffdd/readme"
}