Non-custodial RWA + yield service for AI agents on Solana. Compare yields,
quote/buy/sell tokenized US equities (Backed xStocks: NVDAx, AAPLx, TSLAx, SPYx)
and tokenized treasuries (Ondo USDY, ~4.6% APY).
Funds stay in your existing Phantom wallet — we never custody, never sign.
The MCP returns unsigned Solana transactions plus a one-click Phantom sign URL.
You sign in your wallet, our backend broadcasts via reliable RPC.
10 tools: compare_yields, list_yield_tokens, list_xstocks, quote_tokenized_stock,
get_portfolio, track_tx, build_deposit_yield_tx, build_buy_xstock_tx,
build_sell_xstock_tx, build_withdraw_yield_tx.
Auth: Phantom Sign-In with Solana → API key (no email, no password, no JWT expiry).
Try the live e2e at https://autoyield.org
サーバー設定
{
"mcpServers": {
"autoyield": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://autoyield-api.fly.dev/mcp",
"--header",
"Authorization: Bearer YOUR_API_KEY"
]
}
}
}