← Back to Plugins
MCP Server MCP

io.github.evidai/xstocks

github By github 👁 1 views ▲ 0 votes

Buy tokenized US stocks (xStocks) on Solana via Jupiter DEX in USDC. Daily cap. Dry-run default.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...