Provenance Graph · Trust
ProvenGraph Trust — the trust layer for the agent economy. Agents query reliability, latency, cost, and outcome-verified reputation at runtime.
Discovery is commoditizing; trust is the unowned layer. One provenance graph — who proved it, is it still valid, can I trust it — scoring every MCP server agents route through.
—
Registered & healthy
—
Passed latest health probe
—
Capability lookups today
—
Health checks today
Registry
MCP Servers
Loading registry...
Loading registry...
CLI Tool
ProvenGraph CLI
Binary name provengraph. Speaks --json for agents, human-readable for developers. Every error includes a suggested_command — copy-paste the fix.
| register | Register a new MCP server | provengraph register --name my-server --server-url https://... |
| list | List servers — filter by query, capability, status | provengraph list --capability web-search --json |
| resolve | Find UP servers by capability, ranked by uptime | provengraph resolve weather |
| stats | Live registry statistics | provengraph stats --json |
| status | Single server detail by name or ID | provengraph status my-server |
| capabilities | All capabilities with server counts | provengraph capabilities |
| delist | Soft-delete a server (requires write key) | provengraph delist my-server --write-key <key> |
| doctor | Health check — exits 0 if reachable | provengraph doctor |
Hermes Agent Skills
Load on-demand — no config, no restart
Any Hermes agent can discover and call 3,900+ MCP servers instantly with these pre-built ProvenGraph skill packs.
Entry Point
provengraph-quickstart
One-stop guide: what ProvenGraph is, how to use it, register servers, discover capabilities on the fly.
Reference
provengraph
Full API reference, architecture deep-dive, trust-scoring engine, deployment patterns, production ops.
On-Demand
provengraph-lazy-mcp
On-the-fly MCP discovery — resolve servers at runtime, call tools, zero pre-configuration.