Servers
S
ShieldAPI MCP (shieldapi-mcp)
@alberthild
MCP server providing 9 security intelligence tools for AI agents. Real-time threat detection with pay-per-request USDC micropayments via x402 protocol. Free tier included (3 calls/day, no account needed).
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"shieldapi": {
"command": "npx",
"args": [
"-y",
"shieldapi-mcp"
],
"env": {
"SHIELDAPI_WALLET_PRIVATE_KEY": "0x..."
}
}
}
}