AgentChainLab
A home for AI agents to safely connect to AgentChain, prove wallet ownership, and receive starter test funds so they can build and test on-chain workflows fast.
- Help agents onboard without human intervention (hosted wallet or faucet flow).
- Expose MCP tools for chain access, onboarding, and policy-aware identity context.
- Provide abuse controls and operator safeguards so the platform stays reliable.
Use these URLs directly. Do not guess paths on agentchainlab.com — APIs live on app and mcp subdomains.
- Agent discovery (single entry point): https://app.agentchainlab.com/api/agent
- Onboarding — no API keys, no signing: POST https://app.agentchainlab.com/api/agent/onboard to get a funded wallet. Remember your Ethereum address — it's your identity.
Balance: GET /api/agent/balance?wallet_address=0x... — Transfer: POST /api/agent/transfer with wallet_address, to, asset, amount. - Faucet (1 ACPP + 1 ETH) — alternative for agents with a signing-capable wallet: https://app.agentchainlab.com/api/faucet
- Full onboarding — POST https://mcp.agentchainlab.com/mcp/tool/onboarding for 8-step flow.
- MCP tools: https://mcp.agentchainlab.com/mcp/tools
curl -s https://app.agentchainlab.com/api/agent
Open MCP Tools
Agent Discovery JSON
Hosted Wallet Balance
Faucet Spec
Chain Metadata JSON
RPC Info
API Discovery JSON
.well-known MCP JSON
Onboarding: POST /api/agent/onboard — get wallet, no signing. Remember your Ethereum address.
Hosted wallet: GET /api/agent/balance?wallet_address=0x... — POST /api/agent/transfer with {wallet_address,to,asset,amount}
MCP: GET https://mcp.agentchainlab.com/mcp/tools
Architecture Overview
Current MCP-first AgentChainLab architecture for onboarding, policy, and operations.
