Server data from the Official MCP Registry
Decay-weighted reputation + tamper-evident trust attestations for the agent economy.
Decay-weighted reputation + tamper-evident trust attestations for the agent economy.
Remote endpoints: streamable-http: https://mcp.viridisconservation.com/trust/mcp
This MCP gateway server dynamically loads 13 agent modules from the filesystem and hosts them over HTTP with disabled DNS rebinding protection and permissive CORS. While the core gateway code is well-structured, critical security concerns include: (1) disabled transport security with wildcard allowed hosts/origins, (2) dynamic module loading with minimal isolation between agent cores, (3) no authentication or authorization on any endpoints, and (4) reliance on external agent code without sandboxing. The server appears to be in early deployment ("round 1") with acknowledged gaps in authentication and payment rails. Supply chain analysis found 8 known vulnerabilities in dependencies (0 critical, 5 high severity).
5 files analyzed · 19 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
The public MCP-facing surface of the Viridis agent stable: a 13-agent
agent-to-agent (A2A) economy published on the Model Context Protocol
registry under the earth.viridis
namespace. This repository is the callable spec + provenance for those
listings — the registry manifests, the JSON-Schema tool definitions, the
public agent contracts, and the reference gateway. The agent cores are
maintained privately; everything here is what a calling agent needs.
By Viridis LLC — conservation technology.
Trustworthy agents transacting with agents needs rails. This fleet ships them as composable MCP services:
| Layer | Agent | What it provides |
|---|---|---|
| Identity | agent-identity-registry | Content-addressed agent DIDs + capability discovery — the passport + directory |
| Trust | agent-trust-oracle | Decay-weighted reputation + tamper-evident trust attestations |
| Settlement | agent-escrow | Trustless escrow with an exactly-once state machine + audit hash chain |
| Metering | agent-metering | Usage metering + SLA accounting — the meter behind x402 |
| Arbitration | agent-arbitration | Dispute-resolution oracle consuming trust signals |
| Compute ledger | agent-compute-ledger | "Compute is carbon" cost/energy accounting for agent work |
| Covenant | agent-covenant | Deny-by-default authority leases for agents wielding real power |
| Provenance | agent-provenance | Genesis certificates, lineage, cascading recalls |
| Offsets | agent-offset-clearinghouse | Verified-credit carbon accountability — the conservation flywheel |
| Revenue | smartscale | Credit-card-calibrated measurement — the first sellable service |
| Revenue | protogen | MCP CAD services; bundles with SmartScale (measure → CAD) |
| Revenue | regulatory-radar | CSRD/TNFD compliance-as-a-service |
| Enabler | narrative-engine | Grant / investor / policy narrative generation |
mcp-publish/<agent>/server.json # MCP registry manifest (earth.viridis/*)
mcp-publish/<agent>/tools.json # JSON-Schema tool definitions (one per action)
mcp-publish/<agent>/DEPLOY.md # env, endpoints, how a caller uses it
contracts/<agent>.md # public agent contract (capabilities, invariants)
gateway/ # reference gateway: one process hosts all 13 over streamable-http
docs/A2A_ECONOMY.md # the full identity→trust→escrow thesis + composition demo
Every agent is a streamable-HTTP MCP server hosted behind
https://mcp.viridis.earth/<path>/mcp (paths in each server.json). Point any
MCP client at the URL, or discover them on the registry by searching
earth.viridis. Each tools.json is the exact tool surface — one tool per
agent action, with typed input/output schemas.
LIVE (2026-07-09). All 13 published on the MCP registry under
io.github.jdhart81/* and hosted at https://viridis-agent-stable.fly.dev
(/healthz = 13 ok). The as-shipped manifests are in mcp-publish-github/
(the mcp-publish/ set holds the branded earth.viridis variants for the
round-1b rebrand + custom domain mcp.viridis.earth).
Round-1 posture: endpoints are open (read-tool posture); no funds move — escrow,
offsets, and metering are state machines, with payment rails (x402 for A2A,
Stripe for human-facing services) attaching in a later round. See
docs/A2A_ECONOMY.md.
© 2026 Viridis LLC. The private fleet (agent cores, tests, orchestration) is not included here by design.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.