{
  "name": "RadixScan Agent Layer",
  "description": "Keyless read & build tools for the Radix network over the Model Context Protocol. An agent can resolve addresses, read accounts/resources/transactions/validators, and build, validate, preview and explain transaction manifests. Signing stays human-in-the-loop in the Radix Wallet.",
  "homepage": "https://ai.radixscan.io",
  "status": "live",
  "keyless": true,
  "networks": ["mainnet", "stokenet"],
  "discovery": {
    "llms_txt": "https://ai.radixscan.io/llms.txt",
    "llms_full_txt": "https://ai.radixscan.io/llms-full.txt"
  },
  "mcp": {
    "status": "live",
    "auth": "none",
    "transports": [
      {
        "type": "streamable-http",
        "url": "https://mcp.ai.radixscan.io/mcp"
      },
      {
        "type": "sse",
        "url": "https://mcp.ai.radixscan.io/sse"
      }
    ]
  },
  "capabilities": {
    "read": true,
    "build": true,
    "preview": true,
    "signing": true
  },
  "tools": [
    "radix_resolve_address",
    "radix_get_account",
    "radix_get_resource",
    "radix_get_transaction",
    "radix_list_transactions",
    "radix_get_validator",
    "radix_get_validator_list",
    "radix_get_blueprint_interface",
    "radix_get_component_state",
    "radix_get_key_value_store",
    "radix_get_nft",
    "radix_get_resource_holders",
    "radix_find_entities_by_badge",
    "radix_build_transfer",
    "radix_build_manifest",
    "radix_validate_manifest",
    "radix_preview_transaction",
    "radix_explain_manifest",
    "radix_manifest_workflow",
    "radix_manifest_instructions",
    "radix_manifest_instruction",
    "radix_manifest_templates",
    "radix_manifest_template",
    "radix_list_ecosystem_services",
    "radix_lookup_entity",
    "radix_request_signature",
    "radix_signature_status"
  ],
  "resources": [
    "radix://manifest/workflow",
    "radix://manifest/instructions",
    "radix://manifest/instruction/{name}",
    "radix://manifest/templates",
    "radix://manifest/template/{name}",
    "radix://ecosystem/services",
    "radix://ecosystem/service/{slug}",
    "radix://ecosystem/addresses/{network}",
    "radix://blueprint/{address}"
  ],
  "source": "https://radixscan.io"
}
