Detect spam
Let your agent flag spam. Call it as an MCP tool to score text for spam and cross-check the sender email and IP against blocklists. You switch it on with a single toggle — no SDK and no endpoint wiring — and it answers over MCP or REST using the same key as every other skill.
A real response from the Spam Detection Skill — exactly what your agent gets back when it makes the call.
{
"text": "Can you please spare some change?! Desperate!!! Send cash",
"email": "bankers@fre.323hotlain.net",
"ip": "122.180.184.182"
}Enable Spam Detection so your app can detect spam before it stores or acts on input — one skill, no separate validation service to run.
Over MCP, your model can call spamdetector to check an input is real and safe before it takes an action, closing off a common failure mode.
Call Spam Detection over REST from any backend to detect spam inline in your pipeline, using the same key as every other skill.
Once enabled, this skill is reachable two ways — pick whichever fits how you build. Both use the same key.
It appears to your model as a callable tool. No extra code — the agent invokes it when a task needs it.
spamdetectorCall it from your server with one request and your key. Node, Python, Go — anything that can send a GET.
GET /v1/spamdetectorHow to connect it over MCP or REST.
The same key runs from your first prototype to millions of calls — on APIVerve's rails, 99.9% uptime.
See pricing