MCP Server
MCP
io.github.evidai/tokenized-stock
Buy/sell tokenized US stocks (Dinari dShares) in USDC. Daily USD cap guard. Sandbox default.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "tokenized-stock-mcp",
"version": "0.1.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Dinari API key. Leave unset for sandbox mode.",
"format": "string",
"isSecret": true,
"name": "DINARI_API_KEY"
},
{
"description": "Dinari API secret.",
"format": "string",
"isSecret": true,
"name": "DINARI_API_SECRET"
},
{
"description": "Set to 'yes-i-understand' to enable real-money orders. Omit for sandbox.",
"format": "string",
"name": "TOKENIZED_STOCK_ALLOW_LIVE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment