MCP Server
MCP
io.github.evidai/xstocks
Buy tokenized US stocks (xStocks) on Solana via Jupiter DEX in USDC. Daily cap. Dry-run default.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "xstocks-mcp",
"version": "0.1.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base58 Solana wallet private key (Phantom export). Leave unset for dry-run mode.",
"format": "string",
"isSecret": true,
"name": "SOLANA_WALLET_PRIVATE_KEY"
},
{
"description": "Set to 'yes-i-understand' to enable real swaps. Dry-run by default.",
"format": "string",
"name": "XSTOCKS_ALLOW_LIVE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment