For agent developers
Your agent finds it. Your users save. You get paid.
Route purchase intents through Aralto and every tracked conversion splits the merchant commission: 60% to your user, 25% to you, 15% to Aralto — recomputed from actual reported commissions, on a ledger you can audit.
1 · Register your agent
2 · Wire up MCP
Four tools: resolve_intent, get_offer_details, mint_link, get_earnings. stdio or streamable HTTP.
{
"mcpServers": {
"aralto": {
"command": "npx",
"args": ["-y", "aralto-mcp"],
"env": {
"ARALTO_API_URL": "https://aralto.exchange",
"ARALTO_AGENT_KEY": "<your key>"
}
}
}
}Or plain REST: POST /v1/resolve with x-aralto-agent-key.
3 · Watch earnings
The rules that protect your users (and you)
- Every offer payload carries the FTC disclosure string — render it wherever you show the offer.
- Rebates are pending until return windows close; don't promise cleared money early.
- Your users' budget ceilings never leave Aralto — we don't transmit willingness-to-pay to merchants.