Back to Browse

Lemon Cake MCP Server

by Evidai
FinanceLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Buy/sell tokenized US stocks (Dinari dShares) in USDC. Daily USD cap guard. Sandbox default.

About

Buy/sell tokenized US stocks (Dinari dShares) in USDC. Daily USD cap guard. Sandbox default.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. Trust signals: trusted author (4/4 approved). 1 finding(s) downgraded by scanner intelligence.

14 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Dinari API key. Leave unset for sandbox mode.Required

Environment variable: DINARI_API_KEY

Dinari API secret.Required

Environment variable: DINARI_API_SECRET

Set to 'yes-i-understand' to enable real-money orders. Omit for sandbox.Optional

Environment variable: TOKENIZED_STOCK_ALLOW_LIVE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-evidai-tokenized-stock": {
      "env": {
        "DINARI_API_KEY": "your-dinari-api-key-here",
        "DINARI_API_SECRET": "your-dinari-api-secret-here",
        "TOKENIZED_STOCK_ALLOW_LIVE": "your-tokenized-stock-allow-live-here"
      },
      "args": [
        "-y",
        "tokenized-stock-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!