Usage Bill Reconstructor - MCP Scores Tools is a paid API for AI agents from mcp-factory.bowling-anthony.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).
Analyzes and reconstructs customer usage billing data, reconciling metered usage tiers with invoiced charges to verify accuracy
Customer-input analysis tools with per-call x402 v2 USDC payments on Base. Discovery and examples are free.
Returns a JSON object with ok status, an array of billing meters each containing tiered quantity/unit-price/cost breakdowns, total charges in minor units, fixed charges (platform fees, support plans), the overall currency, whether the reconstructed total matches the invoice, and the difference if any.
POSThttps://mcp-factory.bowling-anthony.workers.dev/usage-bill-reconstructor/analyzeChoose this endpoint when you need to programmatically verify, reconstruct, or audit a usage-based bill with tiered pricing structures, fixed charges, and metered consumption — especially when reconciling an invoice total against raw usage quantities. Prefer it over manual spreadsheet calculations or generic math tools when dealing with multi-tier pricing with included quantities and mixed fixed/variable charges.
{
"type": "json",
"example": {
"ok": true,
"meters": [
{
"id": "requests",
"tiers": [
{
"quantity": "100000",
"unit_price": "0.0000005",
"unrounded_cost": "0.05"
},
{
"quantity": "150000",
"unit_price": "0.0000003",
"unrounded_cost": "0.045"
},
{
"quantity": "0",
"unit_price": "0.0000002",
"unrounded_cost": "0"
}
],
"total_minor": "10",
"usage_quantity": "1250000",
"billable_quantity": "250000",
"included_quantity": "1000000"
},
{
"id": "storage_gb_hours",
"tiers": [
{
"quantity": "500.5",
"unit_price": "0.02",
"unrounded_cost": "10.01"
}
],
"total_minor": "1001",
"usage_quantity": "500.5",
"billable_quantity": "500.5",
"included_quantity": "0"
}
],
"currency": "USD",
"total_minor": "2746",
"fixed_charges": [
{
"id": "platform_fee",
"total_minor": "500"
},
{
"id": "support_plan",
"total_minor": "1235"
}
],
"matches_invoice": true,
"difference_minor": "0",
"minor_unit_digits": 2,
"invoice_total_minor": "2746"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"