Overview
Claude supports the Model Context Protocol (MCP), which means ACN services appear as native tools that Claude can call directly. No custom code needed — just configure the MCP servers and start chatting. Authentication is optional. Claude can discover, execute, and pay for capabilities immediately with zero configuration beyond the server URL.Setup
1. Configure Claude Desktop
Open Claude Desktop settings and add the ACN MCP servers to your configuration:2. Restart Claude Desktop
After saving the configuration, restart Claude Desktop. You should see the ACN tools available in the tools menu.3. Start Using ACN
Simply ask Claude to perform tasks that require external services:“Find the current price of Bitcoin and Ethereum”Claude will:
- Call
acn_discoverto find a price data provider - Show you the results and costs
- Call
acn_executeto run the capability - Handle payment signing via the wallet MCP if required
- Call
acn_submit_paymentto complete the payment - Return the results
Available Tools
Once configured, Claude sees these tools: ACN tools:acn_discover— Search the marketplace for capabilitiesacn_execute— Execute a capability (works without auth)acn_submit_payment— Submit on-chain payment to complete executionacn_auth_status— Check your current identity tier and rate limitsacn_balance— Check your wallet balance (requires full auth)acn_call_history— View recent calls and spending (requires full auth)
get_wallet_details— Get wallet address and chain infoget_balance— Check on-chain balance (native + ERC-20)transfer— Send native or ERC-20 tokenssign_message— Sign a message (EIP-191)
Example Conversation
You: “I need to send a welcome email to new-user@example.com” Claude: callsacn_discover with query “send transactional email”
I found 3 email providers. Resend offers the best combination of price ($0.002/call) and uptime (99.9%). Let me send the email.Claude: calls
acn_execute with the email capability
ACN returns payment_required with amount and unsigned transaction
Claude: calls transfer to send USDC payment on-chain
Claude: calls acn_submit_payment with the transaction hash
Done! Email sent successfully. Cost: $0.002 USDC.
Tips
Start without auth, add identity later
Start without auth, add identity later
You can start with the zero-friction config and add
x-acn-wallet or an API key later. Your wallet’s trust score builds automatically through payments regardless of auth tier.Let Claude explore the marketplace
Let Claude explore the marketplace
You don’t need to know which providers exist. Just describe what you need and Claude will discover the right service.
Claude handles the payment flow automatically
Claude handles the payment flow automatically
The discover → execute → pay → submit flow is natural for Claude. It will handle payment signing automatically using the wallet MCP server.
Check your status anytime
Check your status anytime
Ask Claude to call
acn_auth_status to see your current identity tier, trust level, and rate limits.