AgentHubAgentHub

xstocks

MCP ServerMCP Registry官方收录

io.github.evidai/xstocks · v0.1.4

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

概览

xstocks 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "xstocks": {
      "command": "npx",
      "args": [
        "-y",
        "xstocks-mcp"
      ]
    }
  }
}

环境变量

SOLANA_WALLET_PRIVATE_KEY可选secret

Base58 Solana wallet private key (Phantom export). Leave unset for dry-run mode.

XSTOCKS_ALLOW_LIVE可选

Set to 'yes-i-understand' to enable real swaps. Dry-run by default.

相关资源

统一 Manifest

{
  "id": "io.github.evidai/xstocks",
  "type": "mcp-server",
  "version": "0.1.4",
  "displayName": "xstocks",
  "description": "Buy tokenized US stocks (xStocks) on Solana via Jupiter DEX in USDC. Daily cap. Dry-run default.",
  "repository": {
    "url": "https://github.com/evidai/agent-payment-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "xstocks-mcp",
        "version": "0.1.4",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SOLANA_WALLET_PRIVATE_KEY",
            "description": "Base58 Solana wallet private key (Phantom export). Leave unset for dry-run mode.",
            "isSecret": true
          },
          {
            "name": "XSTOCKS_ALLOW_LIVE",
            "description": "Set to 'yes-i-understand' to enable real swaps. Dry-run by default."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.evidai/xstocks",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.evidai%2Fxstocks/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
xstocks — MCP Server 安装与配置 · AgentHub