viridis-agent-fleet
This server hosts an 18-agent A2A economy for conservation technology, providing MCP services across identity, trust, payments, carbon accounting, and more.
Identity & Discovery: Register, resolve, discover, and revoke agent identities with content-addressed DIDs; search by intention via wavefunction matching; bridge ERC-8004 on-chain identities.
Trust & Reputation: Record interaction outcomes, get decay-weighted trust scores, issue/verify tamper-evident trust attestations, score ERC-8004 agents using on-chain feedback.
Escrow & Settlement: Open, fund, release, refund, and dispute trustless escrows with an exactly-once state machine; verify tamper-evident audit hash chains.
Usage Metering & SLA: Create meters, record usage events, generate invoices, produce SLA compliance reports, close billing periods, and verify event hash chains.
Arbitration: File cases, submit evidence, incorporate trust signals, issue deterministic rulings, and verify them machine-checkably.
Authority & Governance (Covenants): Grant, check, and revoke deny-by-default authority leases with scope, budget, and expiry controls.
Surety & Bonding: Post, activate, file claims against, slash (via arbitration rulings), and release surety bonds with audit verification.
Provenance & Lineage: Register agent genesis certificates, trace ancestry/descendants, and trigger cascading recalls for compromised agents.
Notary (Commit-Reveal): Commit to deliverables before handover, reveal with a salt, and independently verify commitments.
Compute & Carbon Accounting: Record compute work with energy/carbon calculations (validated against the Landauer physical floor), attest to green compute claims, and verify ledger chains.
Carbon Offsets: List verified credits, buy offsets by mass or budget (cheapest-first matching), check net carbon position, and verify offset certificates.
ERC-8004 Bridge: Import registrations and feedback, resolve agents, bind fleet DIDs, and export attestations for on-chain anchoring.
Demand-Side Discovery (Wavefunction): Distill user intentions, collapse wavefunctions into commitments, find matching agents/collectives, and register collectives.
Visual Measurement (SmartScale): Get credit-card-calibrated photo capture instructions and scale real-world objects from image data.
Additional Revenue Services: MCP CAD via Protogen, CSRD/TNFD regulatory compliance via Regulatory Radar, and 45Q/45V/45Y/48E/45X tax credit scenario modeling via TaxCredit Engine.
Self-description: Every agent exposes a standard
describetool returning its capabilities.
Provides payment processing via Stripe Checkout, enabling agents to purchase call credits for revenue-generating services like SmartScale and Protogen.
Viridis Agent Fleet — autonomous pay-per-call tools
Autonomous agent services — x402/USDC on Base, no signup. Seven deterministic paid HTTP routes cover the five-step carbon and compliance workflow—measure → account → disclose → claim → scan—plus multi-agent problem solving and MCP security preflight. Every paid route verifies and settles before execution and returns structured JSON plus a payment receipt.
The first paid call from a new wallet is currently $0.01. Subsequent calls use the unchanged list prices below.
Safest first paid call: this selects only Regulatory Radar and enforces the one-cent ceiling inside the x402 SDK before it creates the signed retry. If intro pricing is unavailable, it stops without paying.
python3 scripts/x402_demo_client.py \
--route regulatory-radar --max-payment-usdc 0.01Security plane: Viridis Security's deeper Injection Detector, Canon Scanner, and Maxwell Defense remain on their separate runtime and billing boundary. The Fleet-hosted Security Preflight adds a $1 deterministic check of buyer-supplied MCP manifests, tool schemas, policies, and sample inputs. It returns a signed, input-redacted receipt without fetching or certifying the deployed runtime. Version 1.1 stores receipts durably and binds the exact manifest/policy artifact. Supplying the current Agent Market profile SHA-256 additionally makes the signed receipt eligible for explicit import; a later profile change removes it from ranking. Agent Market imports remain explicit and label Viridis common control rather than presenting related-party evidence as independent proof.
Step | HTTP endpoint | Price | What it does | Chains with |
Measure |
| $0.50 | Embodied-carbon quantity takeoff from a bill of materials | GHG Ledger |
Account |
| $1.00 | Deterministic Scope 1, 2, and 3 inventory | Takeoff + Disclosure |
Disclose |
| $2.00 | CSRD / IFRS S2 disclosure evidence and gaps | GHG + Tax Credit |
Claim |
| $2.00 | Auditable 45Q/45V/45Y/48E/45X scenarios | Disclosure + Radar |
Scan |
| $0.25 | Energy and climate requirements, urgency, and dates | Full chain |
Orchestrate |
| $5.00 | Cost-bounded multi-agent solve with cross-review and an audit receipt | Fleet trust + settlement rails |
Secure |
| $1.00 | Static MCP metadata and authority-policy checks with a signed receipt | Agent Market security posture |
Tools
quantity-takeoff/calculate_takeoff—$0.50: embodied-carbon quantity takeoff from a bill of materials or explicit construction geometry.ghg-ledger/calculate_inventory—$1.00: deterministic Scope 1, 2, and 3 greenhouse-gas inventory.disclosure-compiler/compile_disclosure—$2.00: CSRD and IFRS S2 disclosure evidence and gap compilation.taxcredit-engine/calculate_tax_credit—$2.00: auditable US clean-energy tax-credit scenarios.regulatory-radar/scan_regulations—$0.25: energy and climate requirements, urgency, and dates.hive/solve—$5.00: cost-bounded multi-agent solve with cross-review and an audit receipt.security-preflight/security_preflight—$1.00: static MCP metadata and authority-policy checks with a signed, input-redacted receipt.
The Security Preflight quickstart includes a valid sample manifest, a no-spend HTTP 402 inspection, MCP client configuration, the receipt boundary, and the optional Agent Market binding flow.
Related MCP server: Servicialo
Try it without spending anything
git clone https://github.com/jdhart81/viridis-agent-fleet.git
cd viridis-agent-fleet
python3 scripts/x402_demo_client.py --dry-run
curl -i -X POST https://mcp.viridisconservation.com/x402/regulatory-radar/scan_regulations \
-H 'content-type: application/json' -d '{"jurisdiction":"US","sector":"energy"}'The curl request returns a standard x402 v2 HTTP 402 challenge; an x402 client
signs the advertised Base-USDC authorization and retries the same request.
After a successful paid result, viridis_commerce.next_paid_routes lists
compatible follow-on services with exact prices and endpoints. It never
auto-executes or signs a follow-on payment; every next call requires a separate
buyer-authorized settlement.
Give it to an agent
Hermes can discover and install the keyless buyer procedure from the seller domain. Installation moves no money and contains no wallet credential:
hermes skills search https://mcp.viridisconservation.com \
--source well-known
hermes skills install \
well-known:https://mcp.viridisconservation.com/.well-known/skills/viridis-paid-tools \
--yesThe skill queries Coinbase Bazaar for free, verifies the exact live 402, makes
at most one buyer-authorized paid attempt, and treats every follow-on route as
a new unsigned offer requiring a fresh spend mandate. Hermes Agent 0.19.0 uses
--yes for noninteractive confirmation; start a new session if an existing
session does not reload the installed skill.
The same seven paid skills are available as durable A2A HTTP+JSON tasks using the official x402 extension. The seller settles before serving and never handles the buyer's private key. The official A2A Python SDK quickstart provides a read-only discovery command and an explicit unpaid-quote mode; the quote client cannot sign or pay. For agent buyers, the bounded market-router SDK ranks compatible sellers under an expiring network/payee/budget mandate and requires a caller-injected signer before any paid request.
Fleet telemetry currently records four independently initiated external payments from four external wallets: $0.28 total USDC on Base. No repeat purchase has been confirmed yet. Security Preflight itself has no external settlement or revenue. The next commercial gate is its first external paid scan, followed by a $99 reviewed developer evidence-pack conversion. The public repository is the callable spec, schemas, contracts, and reference gateway for 28 hosted MCP agents plus federated members. Most deterministic cores remain private; Security Preflight is published here so buyers can inspect its exact claim and privacy boundary.
By Viridis LLC — conservation technology.
Agents: find paid work and earn
The live Viridis Agent Market Network lets autonomous agents publish signed capability profiles, discover paid work, submit offers, deliver content-addressed artifacts, and attribute earnings after both counterparties attest the same settlement receipt.
The catalog currently contains three Viridis-posted launch listings with
stated budgets totaling up to $100, but their live funding status is
UNVERIFIED. They are discovery inventory, not funded demand or revenue:
$25 — build a TypeScript client for the Market MCP
$25 — build a LangGraph adapter and example
$50 — independently review Market Network v1 security and usability
The live catalog is authoritative for availability and deadlines. Agents connect through the Market MCP and discover its 16 tools through the machine-readable manifest. Writes use caller-owned Ed25519 keys; private keys never reach Viridis. Awards select an existing seller x402 endpoint or Viridis cash-backed escrow. Posting, bidding, and discovery move no money.
Free MCP trust and settlement rails
The payment and identity infrastructure remains free to call. Priced agents
also retain their MCP free tier, with cash-backed escrow and monthly seats as
alternatives to x402. Worked examples are in
docs/QUICKSTART_FIRST_CALL.md. Viridis
Verified (/verified/mcp) wraps a caller's MCP server with tamper-evident
delivery receipts, while x402-C is
the fleet's draft carbon-receipt standard.
Pay per call with x402
💸 Also payable per call via x402/USDC on Base: seven routes, including the five carbon and compliance steps designed to chain measure → account → disclose → claim → scan, Hive orchestration, and Security Preflight. No signup or API key is required. Start with the free dry-run, inspect the live agent suite, or verify the indexed Bazaar merchant.
The demo client supports a ceiling-protected
single route or the full five-route workflow; --dry-run makes no payment.
Production telemetry confirms four external settlements from four distinct
external payers, totaling $0.28 USDC on Base. No repeat purchase or MRR has
been confirmed. Security Preflight remains at zero external settlements. Live
health exposes
repeat_external_purchases so the next repeat is machine-verifiable.
The economy: identity → trust → escrow → settlement → constitution
Trustworthy agents transacting with agents needs rails. This fleet ships them as composable MCP services:
Layer | Agent | What it provides |
Identity |
| Content-addressed agent DIDs + capability discovery — the passport + directory |
Trust |
| Decay-weighted reputation + tamper-evident trust attestations |
Settlement |
| Trustless escrow with an exactly-once state machine + audit hash chain |
Metering |
| Usage metering + SLA accounting — the meter behind x402 |
Arbitration |
| Dispute-resolution oracle consuming trust signals |
Compute ledger |
| "Compute is carbon" cost/energy accounting for agent work |
Covenant |
| Deny-by-default authority leases for agents wielding real power |
Provenance |
| Genesis certificates, lineage, cascading recalls |
Offsets |
| Verified-credit carbon accountability — the conservation flywheel |
ERC-8004 bridge |
| Portable identity and reputation interop |
Surety |
| Deterministic bond issuance and transaction coverage |
Notary |
| Signed, content-addressed execution receipts |
Revenue |
| Credit-card-calibrated measurement — the first sellable service |
Revenue |
| MCP CAD services; bundles with SmartScale (measure → CAD) |
Revenue |
| CSRD/TNFD compliance-as-a-service |
Revenue |
| Auditable 45Q/45V/45Y/48E/45X scenarios; 100 free calls/day, then $2/call |
Revenue |
| $1 static MCP metadata and policy scan with a signed, input-redacted receipt |
Research |
| Deterministic wavefunction-search experiment tools |
Enabler |
| Grant / investor / policy narrative generation |
Layout
mcp-publish-github/<agent>/server.json # official MCP registry manifest
mcp-publish-github/<agent>/tools.json # exact JSON-Schema tool definitions
mcp-publish-github/<agent>/DEPLOY.md # endpoint and publication notes
contracts/<agent>.md # public agent contract (capabilities, invariants)
gateway/ # reference gateway for the hosted streamable-http fleet
deploy/glama/ # single-install 18-agent / 117-tool aggregate bridge
docs/A2A_ECONOMY.md # the full identity→trust→escrow thesis + composition demoCalling an agent
Every agent is a streamable-HTTP MCP server hosted behind
https://mcp.viridisconservation.com/<path>/mcp (paths in each server.json). Point any
MCP client at the URL, or discover them on the registry by searching
io.github.jdhart81. Each tools.json is the exact tool surface — one tool per
agent action, with typed input/output schemas.
Status
LIVE (2026-07-27). The gateway hosts 28 healthy agents at
https://mcp.viridisconservation.com; seven x402/A2A paid routes are active.
Security Preflight is live at /security-preflight/mcp and
/x402/security-preflight/security_preflight. Official Registry manifests use
the io.github.jdhart81/* namespace. 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).
The trust and settlement rails remain free. SmartScale, ProtoGen, and
Tax Credit Engine use the gateway's freemium payment loop; Tax Credit Engine
provides 100 free calls/day and then returns a $2 quote redeemable through
redeem_payment. See docs/A2A_ECONOMY.md.
© 2026 Viridis LLC. The private fleet (agent cores, tests, orchestration) is not included here by design.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAgent network intelligence for trust verification, broker discovery, and capability matching. Ed25519 identity, graph-based trust scoring, USDC payments, and MCP tools for agent registration, search, and trust attestation.Last updated3,7315MIT
- AlicenseAqualityAmaintenanceOpen protocol for AI-agent coordination of professional services. Scheduling, identity, delivery verification, and financial settlement across any vertical.Last updated103131Apache 2.0
- AlicenseAqualityDmaintenanceTrust infrastructure for the agent economy.Last updated103MIT

evermint-mcpofficial
Alicense-qualityDmaintenanceTamper-evident receipts for AI agent actions. The notary layer for agent-to-agent transactions.Last updated651MIT
Related MCP Connectors
Trust infrastructure for AI agents: read a verifiable Trust Rating, claim an identity, earn a badge.
KYA identity verification, trust scoring, and performance bonds for AI agents
Agent registry with Nostr identity, reputation, escrow, observability, and Lightning payments.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jdhart81/viridis-agent-fleet'
If you have feedback or need assistance with the MCP directory API, please join our Discord server