← mandateshield.com

INDIVIDUAL MCP TOOL

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.

mandateshield.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mandateshield.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_ai_payment_authority and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

mandateshield.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mandateshield]
url = "https://mandateshield.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mandateshield": {
      "type": "http",
      "url": "https://mandateshield.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mandateshield
Remote MCP URL: https://mandateshield.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mandateshield": {
      "url": "https://mandateshield.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mandateshield": {
      "type": "http",
      "url": "https://mandateshield.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mandateshield",
  "transport": "streamable-http",
  "url": "https://mandateshield.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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 authority check.
  • 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 evidence.