Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

MandateShield AI Payment Authority

com.mandateshield/payment-authority

Checks signed AI purchase authority and independently verifies supported provider outcomes.

Uptime
100.0%
1 direct probes · 30d
Response
183ms
last probe
Tools
3
callable
Resources
9
readable
Prompts
0
available

Tools · 3

check_ai_payment_authority

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…

normalize_agent_payment_protocol

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 …

verify_cryptographic_payment_authority

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

MandateShield payment decision

Interactive rendering of an AI-agent payment authority decision.

ui://mandateshield/preflight-v1.html
MandateShield OpenAPI

Machine-readable HTTP API contract.

https://mandateshield.com/openapi.json
MandateShield receipt verification keys

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
MandateShield Execution Permit v1 schema

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
MandateShield Execution Receipt v1 schema

Exact JSON Schema for signed historical terminal evidence. An execution receipt never authorizes execution.

https://mandateshield.com/schemas/execution-receipt-v1.json
MandateShield ProviderSubmission v1 schema

Canonical durable state machine for one exact permit-bound provider attempt.

https://mandateshield.com/schemas/provider-submission-v1.json
MandateShield ProviderEvidence v1 schema

Canonical caller, provider-API and chain evidence classification with explicit independent-verification semantics.

https://mandateshield.com/schemas/provider-evidence-v1.json
MandateShield ReconciliationRecord v1 schema

Canonical lease, retry, resolution and conflict state for autonomous provider reconciliation.

https://mandateshield.com/schemas/reconciliation-record-v1.json
MandateShield execution assurance level v1 schema

Canonical vocabulary separating deployment evidence from named external facilitator or provider enforcement.

https://mandateshield.com/schemas/execution-assurance-level-v1.json

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"
    }
  }
}