Lemon Cake
Rank #55,877io.github.evidai/tokenized-stock
Buy/sell tokenized US stocks (Dinari dShares) in USDC. Daily USD cap guard. Sandbox default.
Lemon Cake is a Model Context Protocol (MCP) server published by evidai. It ranks #55,877 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Lemon Cake is listed on Official MCP, with 1 tracked version. It was first listed on May 7, 2026 and most recently updated on May 17, 2026.
Ranks ahead of 59,714 of 115,591 servers on MCP Toplist.
Use Lemon Cake
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tokenized-stock -e "DINARI_API_KEY=<your DINARI_API_KEY>" -e "DINARI_API_SECRET=<your DINARI_API_SECRET>" -e "TOKENIZED_STOCK_ALLOW_LIVE=<your TOKENIZED_STOCK_ALLOW_LIVE>" -- npx -y tokenized-stock-mcpReplace each placeholder with your own value before saving.
[mcp_servers.tokenized-stock]
command = "npx"
args = ["-y", "tokenized-stock-mcp"]
[mcp_servers.tokenized-stock.env]
DINARI_API_KEY = "<your DINARI_API_KEY>"
DINARI_API_SECRET = "<your DINARI_API_SECRET>"
TOKENIZED_STOCK_ALLOW_LIVE = "<your TOKENIZED_STOCK_ALLOW_LIVE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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": "<your TOKENIZED_STOCK_ALLOW_LIVE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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": "<your TOKENIZED_STOCK_ALLOW_LIVE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tokenized-stock": {
"type": "stdio",
"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": "<your TOKENIZED_STOCK_ALLOW_LIVE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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": "<your TOKENIZED_STOCK_ALLOW_LIVE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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": "<your TOKENIZED_STOCK_ALLOW_LIVE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.evidai%2Ftokenized-stock)<a href="https://mcptoplist.com/server/io.github.evidai%2Ftokenized-stock"><img src="https://mcptoplist.com/badge/io.github.evidai%2Ftokenized-stock.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
evidai
Other servers by evidai
View all evidai servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.4 | May 17, 2026 |
Frequently asked questions
- Who maintains Lemon Cake?
- Lemon Cake is maintained by evidai, which publishes 12 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Lemon Cake listed on the Official MCP Registry?
- Yes — Lemon Cake is listed on the Official MCP Registry.
- How many versions does Lemon Cake have?
- MCP Toplist tracks 1 version of Lemon Cake, most recently published on May 17, 2026.
- Where can I find the source code for Lemon Cake?
- The source code for Lemon Cake is hosted at github.com/evidai/lemon-cake.