xstocks for Windsurf
io.github.evidai/xstocks
Buy tokenized US stocks (xStocks) on Solana via Jupiter DEX in USDC. Daily cap. Dry-run default.
client:Windsurf
transport:stdio
runtime:npm
Install xstocks in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"xstocks": {
"command": "npx",
"args": [
"-y",
"xstocks-mcp"
],
"env": {
"SOLANA_WALLET_PRIVATE_KEY": "<SOLANA_WALLET_PRIVATE_KEY>",
"XSTOCKS_ALLOW_LIVE": "<XSTOCKS_ALLOW_LIVE>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs