sap_x402_estimate_cost
InactiveTool of SAP MCP Server
Estimate cost for a number of calls using SDK X402Registry.estimateCost. Reads escrow/pricing when available and supports optional volume curve overrides. SAP MCP context: Payment and settlement flow. Estimate or fetch state before creating escrows or settling calls; write operations require an enabled signer mode and MCP policy approval.
Parameters schema
{
"type": "object",
"properties": {
"calls": {
"type": "number",
"description": "Number of calls to estimate"
},
"agentWallet": {
"type": "string",
"description": "Agent wallet public key (base58)"
},
"volumeCurve": {
"type": "array",
"description": "Optional array of { afterCalls, pricePerCall } pricing breakpoints"
},
"pricePerCall": {
"type": "string",
"description": "Optional base price per call override in token base units"
},
"totalCallsBefore": {
"type": "number",
"description": "Optional cumulative settled calls before this estimate"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries