xstocks for Cline
io.github.evidai/xstocks
Buy tokenized US stocks (xStocks) on Solana via Jupiter DEX in USDC. Daily cap. Dry-run default.
client:Cline
transport:stdio
runtime:npm
Install xstocks in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"xstocks": {
"command": "npx",
"args": [
"-y",
"xstocks-mcp"
],
"env": {
"SOLANA_WALLET_PRIVATE_KEY": "<SOLANA_WALLET_PRIVATE_KEY>",
"XSTOCKS_ALLOW_LIVE": "<XSTOCKS_ALLOW_LIVE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs