MCP Server
MCP
io.github.smijo-geek/scamcheck-mcp-server
Scan suspicious messages, URLs, and text for scams with AI. Free tier - no API key required.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://scamcheck.tech/api/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "scamcheck-mcp-server",
"version": "1.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional API key for higher limits (free anonymous tier works without it)",
"isSecret": true,
"name": "SCAMCHECK_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment