io.github.treza-labs/treza✓
io.github.treza-labs/treza · v0.1.1
{}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.treza-labs/treza",
"description": "Manage secure enclaves (TEEs) with attestation, payments, and signing for AI agents.",
"repository": {
"url": "https://github.com/treza-labs/treza-sdk",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "npm",
"identifier": "@treza/mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Treza Platform API base URL",
"format": "string",
"name": "TREZA_BASE_URL"
},
{
"description": "Request timeout in milliseconds",
"format": "string",
"name": "TREZA_TIMEOUT"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}