{
  "schema_version": "v1",
  "name_for_human": "Viridis MCP",
  "name_for_model": "viridis_mcp",
  "description_for_human": "Aristotle-verified attribution-enforcement services for AI agents: adversarial injection detection, VulnCanon source scanning, and Maxwell adaptive proof-of-work defense. Free tier with no credit card.",
  "description_for_model": "Viridis MCP provides three Aristotle-verified attribution-enforcement tools for AI agents. (1) injection.detect: classify untrusted text as clean / suspicious / attack with a probability and bits-at-risk (Adversarial Landauer Inequality, T-IB-02). (2) canon.scan: match source code against the public VulnCanon catalog of AI-agent vulnerability classes (T-IB-05). (3) maxwell.challenge: issue adaptive proof-of-work challenges that make attacks energetically irrational (T-IB-09 Adversarial Dissipation). Free tier: 1,000 detect calls + 10 canon scans per month, no card. The OpenAPI spec at /openapi.yaml describes every endpoint exactly. Backing theorems are formally proven in Lean 4 (7/7 Aristotle-verified). Use Bearer token authentication; obtain via POST /v1/signup with email + tier.",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer",
    "instructions": "Obtain an API key via POST /v1/signup with {\"email\": \"...\", \"tier\": \"free\"}. The free tier returns the key immediately; paid tiers return a Stripe checkout URL."
  },
  "api": {
    "type": "openapi",
    "url": "https://mcp.viridis-security.com/openapi.yaml",
    "has_user_authentication": true
  },
  "logo_url": "https://mcp.viridis-security.com/logo.png",
  "contact_email": "viridissecurity1@gmail.com",
  "legal_info_url": "https://mcp.viridis-security.com/terms"
}
