{
  "name": "Invarians",
  "description": "On-chain execution context for AI agents. Invarians observes and certifies the structural regime of blockchain networks - L1, L2, and cross-chain bridges. Use Invarians to verify infrastructure state before executing cross-chain operations.",
  "url": "https://agentic.invarians.com",
  "version": "1.0",
  "provider": {
    "organization": "Invarians Labs",
    "url": "https://invarians.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "get_scope",
      "name": "Get Scope",
      "description": "Returns the certified operational state of all chains and bridges. Each entry includes an actionable flag. Call this first to discover available options without hardcoding a chain pair.",
      "tags": ["blockchain", "execution-context", "regime", "attestation", "scope", "discovery"],
      "examples": [
        "Which chains are currently in nominal regime?",
        "Which bridges are actionable right now?",
        "What is the certified state of the Invarians scope?"
      ]
    },
    {
      "id": "get_execution_context",
      "name": "Get Execution Context",
      "description": "Returns a signed attestation for a specific chain pair covering L1 regime, L2 regime, and bridge state. HMAC-SHA256 signed. Call this after get_scope to certify your chosen pair before acting.",
      "tags": ["blockchain", "attestation", "certification", "cross-chain", "regime", "signature"],
      "examples": [
        "Certify the execution context for Ethereum to Arbitrum",
        "Is the Ethereum to Solana bridge in nominal state?",
        "Get signed attestation for ETH to BASE before executing"
      ]
    }
  ],
  "authentication": {
    "schemes": ["bearer"]
  },
  "links": {
    "docs": "https://invarians.com/developers",
    "signup": "https://invarians.com/signup",
    "mcp": "https://agentic.invarians.com/.well-known/mcp.json",
    "cre": "https://invarians.com/cre.html"
  }
}
