Skip to content
Cline

tokenized stock for Cline

io.github.evidai/tokenized-stock

Buy/sell tokenized US stocks (Dinari dShares) in USDC. Daily USD cap guard. Sandbox default.

client:Cline transport:stdio runtime:npm

Install tokenized stock in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tokenized-stock": {
      "command": "npx",
      "args": [
        "-y",
        "tokenized-stock-mcp"
      ],
      "env": {
        "DINARI_API_KEY": "<DINARI_API_KEY>",
        "DINARI_API_SECRET": "<DINARI_API_SECRET>",
        "TOKENIZED_STOCK_ALLOW_LIVE": "<TOKENIZED_STOCK_ALLOW_LIVE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

tokenized stock in other clients