Slashr✓
dev.slashr/mcp · v0.1.0
v0.1.0▦ remote🌐 https://mcp.slashr.dev/mcp
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "dev.slashr/mcp",
"description": "Validator incident data for AI agents across Solana, Ethereum, Sui, and Cosmos.",
"title": "Slashr",
"version": "0.1.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.slashr.dev/mcp",
"headers": [
{
"description": "Bearer token for API access. Request at https://github.com/NullRabbitLabs/slashr-front/issues/new?template=mcp-key-request.md",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}