目录 / agent-metering
MCP
鉴权未知
未评级
已上架
agent-metering
Usage metering + SLA accounting for agent services — the meter behind x402 pay-per-call billing. Idempotent event recording, immutable invoices, verifiable chains. Part of the Viridis Agent Fleet — the trust-and-settlement rails of the agent economy. Durable state, free to call. Genesis receipts: github.com/jdhart81/viridis-agent-fleet/blob/main/docs/GENESIS_RECEIPTS.md
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://agent-metering--hartjustin6.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"agent-metering": {
"url": "https://agent-metering--hartjustin6.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| create_meter | Create a usage meter between a provider and a consumer agent. unit: what is being counted (call, token, kwh, ...). Price is in minor currency units (cents) per unit. Returns the meter_id. |
| record_usage | Record a usage event. Idempotent on event_id (safe to retry — never double-billed). outcome is 'ok' or 'error' and feeds the SLA report. |
| usage_summary | Totals for a meter: event count, total quantity, accrued minor units. |
| sla_report | Pure SLA report: success_rate vs sla_target, breach flag. No mutation. |
| close_period | Freeze all open events into an immutable invoice (exactly-once). The invoice amount is what agent-escrow-agent should settle. |
| verify_chain | Verify the tamper-evident event hash chain for a meter. |
| list_meters | List all meters with event/invoice counts. |
| describe_agent | Fleet-standard self-description. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。