AttestationClient MCP Config
Describes the interface for the per-tenant enclave service.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-attestation.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-attestation.json to fetch programmatically.
{
"mcpServers": {
"azure-com-attestation": {
"command": "npx",
"args": ["-y","@mcp/azure-com-attestation"],
"env": {
"ATTESTATIONCLIENT_API_KEY": "your_attestationclient_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/azure-com-attestation.jsonEnvironment Variables
ATTESTATIONCLIENT_API_KEYReplace your_attestationclient_api_key with your actual attestationclient api key
Endpoints
/.well-known/openid-configurationRetrieves the OpenID Configuration data for the Azure Attestation Service
/certsRetrieves the OpenID Configuration data for the Azure Attestation Service
/operations/policy/currentRetrieves the current policy for a given kind of TEE.
/operations/policy/currentResets the attestation policy for the specified tenant and reverts to the default policy.
/operations/policy/currentSets the policy for a given kind of TEE.
/operations/policy/updatepolicyAccepts a new policy document and returns a JWT which expresses used in preparation to set attestation policy.