tokenized-stock
About
Buy/sell tokenized US stocks (Dinari dShares) in USDC. Daily USD cap guard. Sandbox default.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
DINARI_API_KEY DINARI_API_SECRET TOKENIZED_STOCK_ALLOW_LIVEClaude Code
claude mcp add --env DINARI_API_KEY= --env DINARI_API_SECRET= --env TOKENIZED_STOCK_ALLOW_LIVE= tokenized-stock -- npx tokenized-stock-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"tokenized-stock","command":"npx","args":["tokenized-stock-mcp"],"env":{"DINARI_API_KEY":"","DINARI_API_SECRET":"","TOKENIZED_STOCK_ALLOW_LIVE":""}}'
JSON
{
"mcpServers": {
"tokenized-stock": {
"command": "npx",
"args": [
"tokenized-stock-mcp"
],
"env": {
"DINARI_API_KEY": "",
"DINARI_API_SECRET": "",
"TOKENIZED_STOCK_ALLOW_LIVE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.