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

meshdns-cli

A single Go binary, zero deps. Speaks --json for agents, human-readable for developers. Every error includes a suggested_command — copy-paste the fix.

registerRegister a new MCP servermeshdns-cli register --name my-server --server-url https://...
listList servers — filter by query, capability, statusmeshdns-cli list --capability web-search --json
resolveFind UP servers by capability, ranked by uptimemeshdns-cli resolve weather
statsLive registry statisticsmeshdns-cli stats --json
statusSingle server detail by name or IDmeshdns-cli status my-server
capabilitiesAll capabilities with server countsmeshdns-cli capabilities
delistSoft-delete a server (requires write key)meshdns-cli delist my-server --write-key <key>
doctorHealth check — exits 0 if reachablemeshdns-cli doctor
go install github.com/trucore-ai/meshdns/cmd/meshdns-cli@latest or meshdns-cli --help after building from source
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 skill packs.

Entry Point

meshdns-quickstart

One-stop guide: what ProvenGraph Trust is, how to use it, register servers, lazy MCP pattern.

discoverregisterlazy-mcp
For Hermes Agents
skill_view('meshdns-quickstart')
View docs →
📖
Reference

meshdns

Full API reference, architecture deep-dive, deployment patterns, production ops.

api-refdeployhealth-checks
For Hermes Agents
skill_view('meshdns')
View docs →
🔌
On-Demand

meshdns-lazy-mcp

On-the-fly MCP discovery — resolve servers at runtime, call tools, zero pre-config.

zero-config3,900+ serversworkflow
For Hermes Agents
skill_view('meshdns-lazy-mcp')
View docs →