# MCP Manifest Drift Report

> MCP Manifest Drift Report is a paid API for AI agents from attester.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Generates a detailed drift report comparing an MCP server's current manifest against a previous or expected state, identifying changes and discrepancies.

## Facts

- Endpoint: POST https://attester.dev/v2/mcp/report
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mcp-manifest-drift-report-49488aa3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0sLxKKDy3fdsMOAQGIZjo

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 mcp-manifest-drift-report-49488aa3 -d '<json body>'
```

Example prompt: Generate a full drift report for my MCP server at https://my-mcp-server.example.com — I want to see everything that's changed or drifted from the expected manifest baseline.

## When to prefer this

Prefer this endpoint over the sibling 'MCP Manifest Drift Check' when you need a full, detailed drift report rather than a simple pass/fail check — ideal for audits, compliance reviews, post-deployment verification, or building a change log of MCP manifest evolution over time.

## Known failure modes

- Unreachable MCP server URL results in a connection error
- Invalid or unparseable manifest returns a parsing failure response
- No baseline provided may result in an empty or trivial diff
- Rate limiting or payment failure at $0.05 USDC per call blocks the request
- Malformed request body returns a 400 bad request error

## How this service works

Signed drift history for one MCP server: pins over time, every detected drift event, and a current verdict (stable, changed, or poisoning-suspect). $0.05 USDC per report.

## Output

Returns a structured drift report detailing all differences between the MCP server's current manifest and an expected or previous baseline — including added, removed, and modified tools, resources, prompts, or metadata fields, along with a summary of the overall drift severity.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mcp-manifest-drift-report-49488aa3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from attester.dev](https://www.zero.xyz/host/attester.dev/llms.txt)
