proofrelay.scan_mcp_risk
Scan public MCP descriptor metadata for advisory risk signals before trusting an MCP server. Flags mutating tools, payment language, credential signals, or missing metadata in JSON output.
Instructions
Read-only advisory scan of caller-supplied public MCP descriptor metadata. Use before registering or trusting an MCP server to flag mutating tools, payment or wallet language, credential signals, or missing public metadata; use verify_bundle for evidence bundles instead. Requires no authentication, does not fetch server_url, mutates nothing, is not a security certification, and returns JSON text with status, findings, recommended_control, non_claims, and boundary fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_url | No | Optional public MCP server URL used only as supplied metadata. This local wrapper does not fetch it. | |
| descriptor | No | Optional public MCP descriptor or listing metadata to inspect for advisory risk signals. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| findings | Yes | ||
| recommended_control | Yes | ||
| non_claims | Yes | ||
| boundary | Yes | Public-safe operating boundary and non-claims. |