← Index

io.github.evidai/xstocks

io.github.evidai/xstocks·v0.1.4·Other
Quality Score
80
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "xstocks": {
      "command": "npx",
      "args": [
        "-y",
        "xstocks-mcp"
      ],
      "env": {
        "SOLANA_WALLET_PRIVATE_KEY": "<your-solana_wallet_private_key>",
        "XSTOCKS_ALLOW_LIVE": "<xstocks_allow_live>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "xstocks": {
      "command": "npx",
      "args": [
        "-y",
        "xstocks-mcp"
      ],
      "env": {
        "SOLANA_WALLET_PRIVATE_KEY": "<your-solana_wallet_private_key>",
        "XSTOCKS_ALLOW_LIVE": "<xstocks_allow_live>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y xstocks-mcp
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other