io.github.evidai/tokenized-stock
Buy/sell tokenized US stocks (Dinari dShares) in USDC. Daily USD cap guard. Sandbox default.
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.
{
"mcpServers": {
"tokenized-stock": {
"command": "npx",
"args": [
"-y",
"tokenized-stock-mcp"
],
"env": {
"DINARI_API_KEY": "<your-dinari_api_key>",
"DINARI_API_SECRET": "<your-dinari_api_secret>",
"TOKENIZED_STOCK_ALLOW_LIVE": "<tokenized_stock_allow_live>"
}
}
}
}{
"mcpServers": {
"tokenized-stock": {
"command": "npx",
"args": [
"-y",
"tokenized-stock-mcp"
],
"env": {
"DINARI_API_KEY": "<your-dinari_api_key>",
"DINARI_API_SECRET": "<your-dinari_api_secret>",
"TOKENIZED_STOCK_ALLOW_LIVE": "<tokenized_stock_allow_live>"
}
}
}
}npx -y tokenized-stock-mcpDINARI_API_KEYDinari API key. Leave unset for sandbox mode.
DINARI_API_SECRETDinari API secret.
TOKENIZED_STOCK_ALLOW_LIVESet to 'yes-i-understand' to enable real-money orders. Omit for sandbox.
Ephemeral data sandbox for AI workflows with guardrails and security
Run Python code in a secure sandbox without local setup. Declare inline dependencies and execute s…
Driven Intent Negotiation — Contract-Oriented Deterministic Executable Runtime DinCoder brings the…