{
  "schema_version": "1.0",
  "protocol": "a2a",
  "name": "elephant-accountability",
  "display_name": "Elephant Accountability",
  "description": "Certification bureau for agent-mediated commerce. Publishes the Electronic Visibility Index (EVI v0.9) and Trustmark Certified standards.",
  "url": "https://eaccountability.org",
  "version": "2.0.0",
  "publisher": {
    "name": "Elephant Accountability LLC",
    "url": "https://eaccountability.org",
    "contact": "chris@eaccountability.org"
  },
  "endpoints": {
    "mcp": "https://api.eaccountability.org/mcp",
    "mcp_manifest": "https://api.eaccountability.org/.well-known/mcp.json",
    "llms_txt": "https://eaccountability.org/llms.txt",
    "transparency": "https://eaccountability.org/transparency",
    "methodology": "https://eaccountability.org/methodology",
    "glossary": "https://eaccountability.org/glossary",
    "euc_manifest": "https://eaccountability.org/.well-known/euc.json"
  },
  "capabilities": {
    "streaming": false,
    "extensions": []
  },
  "skills": [
    {
      "id": "audit-website",
      "name": "Audit website for agent-readiness",
      "description": "Run an EVI v0.9 audit on a given domain. Returns a 0-100 score across three axes (Coverage, Prominence, Consistency) plus the surface-by-surface breakdown.",
      "tags": [
        "audit",
        "agent-readiness",
        "evi",
        "trustmark"
      ],
      "examples": [
        "Audit eaccountability.org",
        "Run an EVI v0.9 scan on stripe.com"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "request-trustmark",
      "name": "Request a Trustmark certification",
      "description": "Submit a domain for Trustmark issuance. Returns the awarded tier (Bronze / Silver / Gold) and the per-axis upgrade roadmap when a higher tier is not awarded.",
      "tags": [
        "trustmark",
        "certification",
        "tier"
      ],
      "examples": [
        "Issue a Trustmark for our domain",
        "What tier would acme.com qualify for?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "fetch-methodology",
      "name": "Fetch the EVI v0.9 methodology",
      "description": "Return the open methodology spec that produces the score: per-axis weights, Coverage 0.40, Prominence 0.30, Consistency 0.30; threshold rules, auto-fail conditions, ISO 42001 alignment crosswalk.",
      "tags": [
        "methodology",
        "spec",
        "transparency"
      ],
      "examples": [
        "Show me how EVI scores work",
        "Why is BuyAction weighted so heavily?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown",
        "application/json"
      ]
    }
  ],
  "preferred_transport": "mcp",
  "tags": [
    "certification-bureau",
    "agent-discoverability",
    "b2b-saas",
    "agent-commerce",
    "mcp",
    "a2a",
    "evi",
    "trustmark"
  ]
}
