Agent Safe✓
io.github.wowcool/agentsafe · v1.0.0
v1.0.0▦ remote🌐 https://agentsafe.locationledger.com/mcp
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.wowcool/agentsafe",
"description": "Email safety MCP server. Detects phishing, prompt injection, CEO fraud for AI agents.",
"title": "Agent Safe",
"version": "1.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://agentsafe.locationledger.com/mcp",
"headers": [
{
"description": "Your Skyfire PAY token for payment authentication. Get one at skyfire.xyz. Charged $0.02 per email check.",
"isRequired": true,
"isSecret": true,
"name": "skyfire-pay-id"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}