{"name":"io.github.ashevilleislove/ardaro-agent-utilities","slug":"ashevilleislove-ardaro-agent-utilities","title":"Ardaro Agent Runtime Utilities","description":"Advisory context, intent, budget and API-ledger checks with free examples and x402 payments.","url":"https://mcp.market/server/ashevilleislove-ardaro-agent-utilities","rating":null,"grade":"C","score":67,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":1,"ok":1,"last_checked_at":"2026-09-19T17:20:56.177Z","last_ok_at":"2026-09-19T17:20:56.177Z","latency_ms":702},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://agents.getardaro.com/agent-utilities","version":"1.4.0","remotes":[{"type":"streamable-http","url":"https://agents.getardaro.com/mcp/utilities"}],"packages":[],"tools":[{"name":"authorize_agent_spend","description":"Compare a proposed downstream cost with caller-supplied limits and history. Advisory only: does not authenticate policy, reserve funds, issue authorization or block external API calls. Evaluation excludes this service fee. Paid: 0.10 USDC per accepted analysis, including an unfavorable advisory result. Check get_utility_service_status with service='authorize_agent_spend' and the free fixed example first. Owner-authorized x402 payment is required; tool discovery does not authorize spending.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"proposed_cost":{"type":"string","minLength":1,"maxLength":16,"pattern":"^(?:0|[1-9][0-9]{0,8})(?:\\.[0-9]{1,6})?$","not":{"pattern":"\\n"}},"currency":{"type":"string","enum":["USD","USDC"]},"policy":{"type":"object","properties":{"currency":{"type":"string","enum":["USD","USDC"]},"max_per_transaction":{"type":"string","minLength":1,"maxLength":16,"pattern":"^(?:0|[1-9][0-9]{0,8})(?:\\.[0-9]{1,6})?$","not":{"pattern":"\\n"}},"max_per_hour":{"type":"string","minLength":1,"maxLength":16,"pattern":"^(?:0|[1-9][0-9]{0,8})(?:\\.[0-9]{1,6})?$","not":{"pattern":"\\n"}},"max_checks_per_minute":{"type":"integer","minimum":1,"maximum":1000000}},"required":["currency","max_per_transaction","max_per_hour","max_checks_per_minute"],"additionalProperties":false},"history":{"type":"object","properties":{"currency":{"type":"string","enum":["USD","USDC"]},"committed_last_hour":{"type":"string","minLength":1,"maxLength":16,"pattern":"^(?:0|[1-9][0-9]{0,8})(?:\\.[0-9]{1,6})?$","not":{"pattern":"\\n"}},"pending_reserved":{"type":"string","minLength":1,"maxLength":16,"pattern":"^(?:0|[1-9][0-9]{0,8})(?:\\.[0-9]{1,6})?$","not":{"pattern":"\\n"}},"checks_last_minute":{"type":"integer","minimum":0,"maximum":1000000}},"required":["currency","committed_last_hour","pending_reserved","checks_last_minute"],"additionalProperties":false}},"required":["proposed_cost","currency","policy","history"],"additionalProperties":false}},{"name":"compress_agent_context","description":"Return a blank-line compaction candidate for human review. Preserves words and role headers. No verified token savings, semantic equivalence or speed improvement. Paid: 0.05 USDC per accepted analysis, including an unfavorable advisory result. Check get_utility_service_status with service='compress_agent_context' and the free fixed example first. Owner-authorized x402 payment is required; tool discovery does not authorize spending.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"raw_conversation_history":{"type":"string","minLength":1,"maxLength":32768,"description":"Caller-supplied text; do not submit secrets or private tenant data."}},"required":["raw_conversation_history"],"additionalProperties":false}},{"name":"get_utility_example","description":"Inspect a fixed synthetic request and expected result before integrating or paying. Select service from the enum; no caller document is accepted, processed or stored. Returns service and details containing that service's example. Free; no wallet authorization. Use get_utility_service_status for current readiness, prices and retention instead.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"service":{"type":"string","enum":["compress_agent_context","route_model_intent","authorize_agent_spend","reconcile_api_ledger"],"description":"Service whose fixed example or current terms to inspect."}},"required":["service"],"additionalProperties":false}},{"name":"get_utility_service_status","description":"Check the selected service's current runtime readiness, input limits, pricing and retention before use. Returns service and details; ready=false means the underlying service is unavailable. Free cached runtime read; no external probe, payment, analysis or historical document retrieval. Use get_utility_example for a fixed integration sample instead.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"service":{"type":"string","enum":["compress_agent_context","route_model_intent","authorize_agent_spend","reconcile_api_ledger"],"description":"Service whose fixed example or current terms to inspect."}},"required":["service"],"additionalProperties":false}},{"name":"reconcile_api_ledger","description":"Compare supplied billing and usage records by request ID, exact amount and currency. Flags missing or mismatched records. Does not authenticate telemetry, verify delivery or post to accounting. Paid: 0.25 USDC per accepted analysis, including an unfavorable advisory result. Check get_utility_service_status with service='reconcile_api_ledger' and the free fixed example first. Owner-authorized x402 payment is required; tool discovery does not authorize spending.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"billing_records":{"type":"array","maxItems":100,"items":{"type":"object","properties":{"request_id":{"type":"string","minLength":1,"maxLength":128,"pattern":"^[A-Za-z0-9][A-Za-z0-9_.:-]{0,127}$","not":{"pattern":"\\n"}},"amount":{"type":"string","minLength":1,"maxLength":16,"pattern":"^(?:0|[1-9][0-9]{0,8})(?:\\.[0-9]{1,6})?$","not":{"pattern":"\\n"}},"currency":{"type":"string","enum":["USD","USDC"]}},"required":["request_id","amount","currency"],"additionalProperties":false}},"usage_records":{"type":"array","maxItems":100,"items":{"type":"object","properties":{"request_id":{"type":"string","minLength":1,"maxLength":128,"pattern":"^[A-Za-z0-9][A-Za-z0-9_.:-]{0,127}$","not":{"pattern":"\\n"}},"amount":{"type":"string","minLength":1,"maxLength":16,"pattern":"^(?:0|[1-9][0-9]{0,8})(?:\\.[0-9]{1,6})?$","not":{"pattern":"\\n"}},"currency":{"type":"string","enum":["USD","USDC"]}},"required":["request_id","amount","currency"],"additionalProperties":false}}},"required":["billing_records","usage_records"],"additionalProperties":false}},{"name":"route_model_intent","description":"Classify text with a bounded keyword heuristic for human review. Does not execute a model, select a verified cheapest model or prove routing savings. Paid: 0.15 USDC per accepted analysis, including an unfavorable advisory result. Check get_utility_service_status with service='route_model_intent' and the free fixed example first. Owner-authorized x402 payment is required; tool discovery does not authorize spending.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"intent_payload":{"type":"string","minLength":1,"maxLength":32768,"description":"Caller-supplied text; do not submit secrets or private tenant data."}},"required":["intent_payload"],"additionalProperties":false}}],"scan":{"score":67,"grade":"C","scanned_at":"2026-09-19T20:02:35.593Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:02:35.585Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 760ms"]},"poisoning":{"score":15,"max":15,"notes":["6 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://agents.getardaro.com/mcp/utilities","reachable":true,"authRequired":false,"latencyMs":760,"serverInfo":{"name":"ardaro-agent-utilities","version":"1.4.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://agents.getardaro.com/observatory/assets/ardaro-mark.svg","source":"registry"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}