agentic-ledger
Related Servers
Alternatives to agentic-ledger
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceExposes a local inference ledger over MCP stdio, letting agents query request counts, token usage, TTFT, energy consumption, local costs, cloud-equivalent costs, savings percentages, and per-model breakdowns from an OpenAI-compatible proxy's SQLite ledger. Provides four read-only tools so coding agents can answer questions about home GPU inference economics without opening a browser.41MIT
- FlicenseNot gradedqualityBmaintenanceRecords all MCP tool interactions in a centralized ledger, enabling developers to trace, replay, inspect, and audit AI agent workflows.-
- AlicenseNot gradedqualityCmaintenanceProvides financial audit reporting and ledger query tools for AI agents, enabling generation of compliance, risk, and transaction reports and querying of transaction data, balances, and summaries from an in-memory SQLite database via MCP.MIT
- AlicenseAqualityBmaintenanceMCP server for the nagi-ledger audit ledger and guardrail toolkit, exposing tools to record and annotate AI agent actions, subagent dispatches, and known dead ends, plus query session reports and statistics.8MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to query and analyze AI agent sessions from observability providers like Shepherd (AIOBS) and Langfuse, allowing users to debug agent runs, compare sessions, track performance, and analyze LLM usage patterns.18MIT
- AlicenseNot gradedqualityDmaintenanceEnables agent settlement, trust verification, and ledger operations for multi-agent workflows, with tools for blueprint management, credit tracking, and provenance recording.1MIT
TDQS
Scored across 6 tools
Each tool targets a distinct resource or action: session lists, session details, single-call traces, full-text search, run lists, and run status. Descriptions explicitly cross-reference when to use which, eliminating ambiguity.
Most tools follow a clear verb_noun pattern (list_sessions, get_session, list_runs, get_run_status), but 'explain' and 'search' deviate as bare verbs, breaking the pattern slightly.
6 tools is well-scoped for an inspection-oriented server, covering session-level and call-level views without unnecessary bloat or gaps.
The set provides a complete inspection workflow: discover sessions/runs, drill into session summaries, zoom into individual calls, and search across all captured data. No obvious missing operations for a read-only ledger.