sap_x402_calculate_cost
InactiveTool of SAP MCP Server
Pure local cost calculation using SDK X402Registry.calculateCost; does not read chain state. 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 calculate"
},
"basePrice": {
"type": "string",
"description": "Base price per call in token base units"
},
"volumeCurve": {
"type": "array",
"description": "Array of { afterCalls, pricePerCall } pricing breakpoints"
},
"totalCallsBefore": {
"type": "number",
"description": "Cumulative settled calls before this calculation (default: 0)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries