{
  "serverInfo": {
    "name": "8gentz SAGP Gateway",
    "version": "1.0.0",
    "description": "Sovereign Agentic Gateway Proxy — protocol-agnostic ingress for autonomous agent swarms with post-quantum cryptography, immutable onchain audit, and x402 pay-per-use economics.",
    "homepage": "https://8gentz.io"
  },
  "transport": {
    "type": "http",
    "endpoint": "https://gateway.8gentz.io/mcp"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false,
    "sampling": false
  },
  "protocols": [
    "mcp",
    "a2a",
    "anp",
    "acp",
    "ucp",
    "mpp",
    "openai"
  ],
  "payment": {
    "protocol": "x402",
    "currency": "USDC",
    "network": "eip155:8453",
    "unit": "µUSDC",
    "description": "Pay-per-ACID-transaction. No subscriptions. No accounts. Agent wallets pay exactly what they consume."
  },
  "security": {
    "pqc": "NIST FIPS 203-206",
    "audit": "Autheo onchain immutable log",
    "privacy": "zk-STARK payload privacy",
    "identity": "DID-based agent identity"
  },
  "discovery": {
    "agentCard": "https://8gentz.io/.well-known/agent.json",
    "did": "https://8gentz.io/.well-known/did.json",
    "skills": "https://8gentz.io/.well-known/agent-skills/index.json",
    "apiCatalog": "https://8gentz.io/.well-known/api-catalog"
  }
}
