INDIVIDUAL MCP TOOL
normalize_agent_payment_protocol
Use when the user asks to project supported AP2, x402, or MPP payment fields into a MandateShield envelope before an authority check.
LIVE ENDPOINT
https://mandateshield.com/api/mcp/plugin
Connect to this endpoint to inspect the live schema for normalize_agent_payment_protocol 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
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/plugin"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mandateshield": {
"type": "http",
"url": "https://mandateshield.com/api/mcp/plugin"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mandateshield
Remote MCP URL: https://mandateshield.com/api/mcp/plugin
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/plugin"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mandateshield": {
"type": "http",
"url": "https://mandateshield.com/api/mcp/plugin"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mandateshield",
"transport": "streamable-http",
"url": "https://mandateshield.com/api/mcp/plugin"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_ai_payment_authority— Use when the user asks whether a proposed AI-agent payment fits supplied amount, currency, payee, consent, and mandate facts.