verify_mcp_manifest
Verify the signature of an MCP manifest and detect drift against a baseline to ensure trust before accepting updates.
Instructions
Verify a signed MCP manifest and optionally diff against an install-time baseline.
Use in CI or before trusting an MCP server after upgrade. Read-only; no network.
Returns ``{ok, surface_hash, tool_count, drift?, error?}``; ``ok`` is false on
bad signature or surface drift vs baseline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseline | No | Optional baseline signed manifest for rug-pull drift detection. | |
| manifest | Yes | Signed ssx360.mcp-manifest.v1 to verify offline. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||