ShieldAPI
x402/shieldapix402 service listed on awesome-x402: ShieldAPI [x402: $0.001/call on eip155:8453, category=utility]
Tools · 9
Check a URL for malware, phishing, and other threats. Uses URLhaus + heuristic analysis.
Check if a password hash (SHA-1) has been exposed in known data breaches via HIBP.
Look up a SHA-1 hash prefix in the HIBP k-Anonymity database.
Check domain reputation: DNS records, blacklists (Spamhaus, SpamCop, SORBS), SPF/DMARC, SSL.
Check IP reputation: blacklists, Tor exit node detection, reverse DNS.
Check if an email address has been exposed in known data breaches via HIBP.
Run all security checks on a target (URL, domain, IP, or email). Most comprehensive scan.
Scan an AI agent skill/plugin for security issues across 8 risk categories (Snyk ToxicSkills taxonomy). Checks for prompt injection, malicious code, suspicious downloads, credential handling, secret d…
Detect prompt injection in text. Analyzes across 4 categories (direct injection, encoding tricks, exfiltration, indirect injection) with 200+ detection patterns. Designed for real-time inline usage be…
Prompts · 2
Generate a security assessment report for a target (domain, URL, IP, or email)
Quick security check — automatically detects target type and runs the right scan
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"shieldapi": {
"url": "https://shield.vainplex.dev/mcp",
"transport": "http"
}
}
}