Skip to content
MCP-Bridge
Developer ToolsAuto-generated

AttestationClient MCP Server

Describes the interface for the per-tenant enclave service.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-attestation

Environment Variables

ATTESTATIONCLIENT_API_KEY

Example: your_attestationclient_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-attestation": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-attestation"],
      "env": {
      "ATTESTATIONCLIENT_API_KEY": "your_attestationclient_api_key"
}
    }
  }
}

Endpoints

GET/.well-known/openid-configuration

Retrieves the OpenID Configuration data for the Azure Attestation Service

GET/certs

Retrieves the OpenID Configuration data for the Azure Attestation Service

GET/operations/policy/current

Retrieves the current policy for a given kind of TEE.

POST/operations/policy/current

Resets the attestation policy for the specified tenant and reverts to the default policy.

PUT/operations/policy/current

Sets the policy for a given kind of TEE.

POST/operations/policy/updatepolicy

Accepts a new policy document and returns a JWT which expresses used in preparation to set attestation policy.