MandateShield AI Payment Authority
com.mandateshield/payment-authorityChecks signed AI purchase authority and independently verifies supported provider outcomes.
Tools · 3
Use before an AI agent buys, subscribes, transfers value, calls a metered API, or accesses a paid resource when the user wants a payment-authority check. Analyze whether the proposed purchase fits sup…
Use when an agent encounters an AP2 terminal closed-payment projection, x402 v2 PAYMENT-REQUIRED offer, or explicitly profiled MPP Payment challenge and needs the supported fields projected before an …
Use only for a production pre-payment authority gate after the caller has a registered mandate, pinned issuer key, fresh challenge, VERIFY-scoped key, exact final purchase and supported signed evidenc…
Resources · 9
Interactive rendering of an AI-agent payment authority decision.
ui://mandateshield/preflight-v1.html
Machine-readable HTTP API contract.
https://mandateshield.com/openapi.json
Public JWKS for decision-receipt, execution-permit and execution-receipt signature verification. Offline verification never grants provider submission.
https://mandateshield.com/.well-known/jwks.json
Exact JSON Schema for the short ES256 provider-bound permit. Online atomic redemption, not signature verification, is the one-use gate.
https://mandateshield.com/schemas/execution-permit-v1.json
Exact JSON Schema for signed historical terminal evidence. An execution receipt never authorizes execution.
https://mandateshield.com/schemas/execution-receipt-v1.json
Canonical durable state machine for one exact permit-bound provider attempt.
https://mandateshield.com/schemas/provider-submission-v1.json
Canonical caller, provider-API and chain evidence classification with explicit independent-verification semantics.
https://mandateshield.com/schemas/provider-evidence-v1.json
Canonical lease, retry, resolution and conflict state for autonomous provider reconciliation.
https://mandateshield.com/schemas/reconciliation-record-v1.json
Canonical vocabulary separating deployment evidence from named external facilitator or provider enforcement.
https://mandateshield.com/schemas/execution-assurance-level-v1.json
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"mandateshield_ai_payment_authority": {
"url": "https://mandateshield.com/api/mcp",
"transport": "streamable-http"
}
}
}