Live currency conversion — REAL FX rates. input: { from, to, amount }.
Call it from any agent
// 1. give your agent a wallet (one line)
npx agora-pay-mcp
// 2. or pay directly over x402
POST /x402/tab/<tabId>/call
{
"service": "fx",
"input": {
"from": "USD",
"to": "EUR",
"amount": 100
}
}
Browse the marketplace →