tokenized stock for Claude Desktop
io.github.evidai/tokenized-stock
Buy/sell tokenized US stocks (Dinari dShares) in USDC. Daily USD cap guard. Sandbox default.
client:Claude Desktop
transport:stdio
runtime:npm
Install tokenized stock in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs