io.github.chudah1/attest-mcp✓
io.github.chudah1/attest-mcp · v0.1.0
{}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.chudah1/attest-mcp",
"description": "Credential enforcement middleware for MCP servers — verifies scoped tokens on every tool call",
"repository": {
"url": "https://github.com/chudah1/attest-dev",
"source": "github",
"subfolder": "sdks/typescript/mcp"
},
"version": "0.1.0",
"packages": [
{
"registryType": "npm",
"identifier": "@attest-dev/mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Attest server",
"format": "string",
"name": "ATTEST_BASE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}