Tokenized Stock MCP Server

The billing, budget & identity layer for software for agents. Private Beta · Open core. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-17 · ★ 3 · #156 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Tokenized Stock

before you install - you'll need

LC_PAY_TOKEN

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add evidai-lemon-cake -- npx -y tokenized-stock-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "evidai-lemon-cake": {
      "command": "npx",
      "args": [
        "-y",
        "tokenized-stock-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package tokenized-stock-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.evidai is GitHub-verified and matches the repo owner

03 · What Tokenized Stock can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

xstocks-v0.1.0 · 2026-05-11

TL;DR · xstocks-mcp v0.1.0 ships. Fully on-chain MCP server that lets agents buy tokenized US stocks (xStocks by Backed Finance) on Solana by swapping USDC → xStock via Jupiter DEX. Daily USD cap enforced server-side…

tokenized-stock-v0.1.0 · 2026-05-11

TL;DR · tokenized-stock-mcp v0.1.0 ships. MCP server to buy/sell tokenized US stocks (Dinari dShares) paid directly in USDC, with a hard daily USD cap that the agent cannot override. · bash · npx -y tokenized-stock-mcp…

alpaca-guard-v0.1.0 · 2026-05-11

TL;DR · alpaca-guard-mcp v0.1.0 is live on npm. MCP server that wraps the Alpaca trading API with a hard daily USD cap. The cap is enforced server-side from a local JSON ledger, so an over-eager AI agent literally…

04 · Who maintains Tokenized Stock

tokenized-stock is maintained by evidai. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
finance - ranked #156 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.evidai/tokenized-stock (active, first published 2026-05-17)
packages
npm:tokenized-stock-mcp

06 · Tokenized Stock FAQ

What is Tokenized Stock?

The billing, budget & identity layer for software for agents. Private Beta · Open core. It runs locally over stdio via the published package.

Is Tokenized Stock still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-17. We re-verify nightly.

How do I install Tokenized Stock?

Run `npx -y tokenized-stock-mcp`. The README documents one environment variable (LC_PAY_TOKEN) to set first. You can also paste the ready-made client config above.

Does Tokenized Stock run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Tokenized Stock