# 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: live on mainnet and stokenet. The keyless Read+Build MCP server is deployed at `mcp.ai.radixscan.io`, with non-custodial, human-in-the-loop signing. ## 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/mcp` (SSE transport at `/sse`). Keyless for read & build; signing is non-custodial and human-in-the-loop (Radix Wallet) — the server never holds keys. - 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 - Signing tools (non-custodial, human-in-the-loop): 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} ## 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 personal data and no user tracking; only anonymous, aggregate operational metrics are recorded (no IP, user, or address) ## Source - [RadixScan](https://radixscan.io)