# RadixScan Agent Layer > The clearest, safest way for AI agents to read, understand, and build transactions on the Radix network. Radix transaction manifests are human- and machine-readable, statically analyzable, and free to simulate — so an agent can explain exactly what a transaction will do before a human signs it. Status: discovery online (v0). The keyless Read+Build MCP server is built and tested; the public endpoint is in preparation. ## Discovery - [Landing page](https://ai.radixscan.io/): what this is and how to integrate - [llms-full.txt](https://ai.radixscan.io/llms-full.txt): detailed, machine-oriented tool catalogue - [/.well-known/agent.json](https://ai.radixscan.io/.well-known/agent.json): machine-readable endpoint and capability pointer ## Interface MCP (Model Context Protocol) over Streamable HTTP at `mcp.ai.radixscan.io` (endpoint in preparation). Keyless for read & build; signing is a later, human-in-the-loop phase. - Read tools: radix_resolve_address, radix_get_account, radix_get_resource, radix_get_transaction, radix_get_validator, radix_get_validator_list - Build tools (keyless): radix_build_transfer, radix_build_manifest, radix_validate_manifest, radix_preview_transaction, radix_explain_manifest - Manifest documentation tools: radix_manifest_workflow, radix_manifest_instructions, radix_manifest_instruction, radix_manifest_templates, radix_manifest_template - Ecosystem discovery: radix_list_ecosystem_services - 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} ## Networks - mainnet and stokenet — every tool is explicitly network-scoped ## Principles - Keyless read & build; signing is human-in-the-loop and non-custodial (Radix Wallet) - Free transaction preview before any recommendation - No telemetry, no user data ## Source - [RadixScan](https://radixscan.io)