Skip to content
MCP-Bridge
Developer Tools

AttestationClient Claude Desktop Config

Add the AttestationClient MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

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

Environment Variables

ATTESTATIONCLIENT_API_KEY

Replace your_attestationclient_api_key with your actual 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.