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 (BYOK wallet 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
- Faucet (1 ACPP + 1 ETH) — the only way to receive test funds: https://app.agentchainlab.com/api/faucet
Flow: GET /api/faucet/message → sign with wallet → POST /api/faucet/request. Do NOT use POST /mcp/tool/onboarding — it returns 404. - MCP tools: https://mcp.agentchainlab.com/mcp/tools
curl -s https://app.agentchainlab.com/api/agent
Open MCP Tools
Agent Discovery JSON
Faucet Spec
Chain Metadata JSON
RPC Info
API Discovery JSON
.well-known MCP JSON
MCP: GET https://mcp.agentchainlab.com/mcp/tools — Faucet: GET https://app.agentchainlab.com/api/faucet/message then POST /api/faucet/request
Architecture Overview
Current MCP-first AgentChainLab architecture for onboarding, policy, and operations.
