AttestationClient Claude Desktop Config
Add the AttestationClient MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_attestationclient_api_key with your actual attestationclient api key
Endpoints
GET
/.well-known/openid-configurationRetrieves the OpenID Configuration data for the Azure Attestation Service
GET
/certsRetrieves the OpenID Configuration data for the Azure Attestation Service
GET
/operations/policy/currentRetrieves the current policy for a given kind of TEE.
POST
/operations/policy/currentResets the attestation policy for the specified tenant and reverts to the default policy.
PUT
/operations/policy/currentSets the policy for a given kind of TEE.
POST
/operations/policy/updatepolicyAccepts a new policy document and returns a JWT which expresses used in preparation to set attestation policy.