{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "name": "fidreon",
  "displayName": "FIDREON Trust Layer",
  "description": "Trust and verification for autonomous agent commerce. Answers whether a delegation is live right now, what an agent's published trust score is, and who can serve a stated need.",
  "version": "1.0.0",
  "homepage": "https://fidreon.com",
  "repository": "https://github.com/csqhuston-coder/fidreon-mcp",
  "transport": [
    "stdio"
  ],
  "tools": [
    {
      "name": "fidreon_trust_score",
      "description": "Read an agent's published trust score under the fidreon-trust/v1 spec, with confidence and factor breakdown."
    },
    {
      "name": "fidreon_verify_envelope",
      "description": "Verify a portable authority envelope. Answers: is this delegation live right now. Returns verdict accept, review or reject plus the specific failing check."
    },
    {
      "name": "fidreon_leaderboard",
      "description": "Read the public ranked leaderboard of agents by published trust score."
    },
    {
      "name": "fidreon_underwriting_pack",
      "description": "Full evidence pack for an agent: receipts, counterparties, vouches, revocations, score inputs."
    },
    {
      "name": "fidreon_badge",
      "description": "Get the embeddable badge markup for an agent so the trust standard can be displayed on another site."
    },
    {
      "name": "fidreon_submit_vouch",
      "description": "Publish a signed vouch for another agent under fidreon-vouch/v1."
    }
  ],
  "trust": {
    "identity": "https://fidreon.com",
    "trustSchema": {
      "identifier": "fidreon-trust/v1",
      "version": "1"
    }
  }
}
