io.github.cdonoyan/shuka✓
io.github.cdonoyan/shuka · v1.0.2
{}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.cdonoyan/shuka",
"description": "Universal trust attestation for AI agents. Create, verify, and negotiate trust proofs.",
"repository": {
"url": "https://github.com/cdonoyan/Auron_Shuka",
"source": "github",
"subfolder": "shuka-mcp-server"
},
"version": "1.0.2",
"packages": [
{
"registryType": "npm",
"identifier": "@shukashake/mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Shuka API base URL",
"format": "string",
"name": "SHUKA_API_URL"
},
{
"description": "Optional API key for authenticated requests",
"format": "string",
"isSecret": true,
"name": "SHUKA_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}