# Secure Enclave Attestation MCP

> Secure Enclave Attestation MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.35/call, status unknown (last checked 2026-09-15).

Performs secure enclave attestation, verifying that code or data is running in a trusted hardware-based execution environment

## Facts

- Endpoint: POST https://api.m2mcent.com/secure-enclave-attestation-mcp/api/process
- Price: $0.35/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/secure-enclave-attestation-mcp-8999611f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tOUMg_-jXS3BGHmi80CKV

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability secure-enclave-attestation-mcp-8999611f -d '<json body>'
```

Example prompt: Can you attest that this computation was run inside a secure enclave? Here's the attestation data: [base64-encoded enclave report blob].

## When to prefer this

Choose this endpoint when you need to programmatically verify that a computation or workload was executed inside a genuine hardware-based trusted execution environment (TEE), such as Intel SGX, AMD SEV, or ARM TrustZone, and you need a machine-verifiable attestation proof — especially in zero-trust or confidential computing architectures.

## Known failure modes

- Invalid or malformed attestation data returns a verification failure
- Expired or revoked enclave certificate causes attestation rejection
- Unsupported enclave platform or format returns an unsupported error
- Missing or empty data field returns a 400 bad request
- Network or internal service error returns a 5xx response

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns an attestation verification result indicating whether the provided enclave data is valid and trustworthy, along with details such as verification status, trust level, and any relevant certificate or signature information from the enclave.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/secure-enclave-attestation-mcp-8999611f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
