
Tokenized Stock
Let your coding agent buy and sell tokenized US equities (Dinari dShares) in USDC with a daily USD cap and sandbox-by-default safety.
Overview
Tokenized Stock is an MCP server for the Build phase that routes agent orders to Dinari dShares in USDC with sandbox defaults and a daily USD cap guard.
What is this MCP server?
- tokenized-stock-mcp npm stdio server (v0.1.4) for Dinari dShares
- Orders denominated in USDC with a documented daily USD cap guard
- Sandbox default when Dinari API credentials are unset
- Explicit opt-in live trading via TOKENIZED_STOCK_ALLOW_LIVE=yes-i-understand
- DINARI_API_KEY and DINARI_API_SECRET env vars for authenticated API access
- Server version 0.1.4
- npm identifier tokenized-stock-mcp; stdio transport
- 3 environment variables: DINARI_API_KEY, DINARI_API_SECRET, TOKENIZED_STOCK_ALLOW_LIVE
Community signal: 2 GitHub stars.
What problem does it solve?
You need agent-accessible tokenized stock trades without hand-rolling Dinari auth, caps, and sandbox toggles in every project.
Who is it for?
Builders experimenting with agent treasuries or automated US equity exposure via Dinari, who will run sandbox first.
Skip if: Retail investors wanting a non-agent brokerage UI, or teams without Dinari API access and live-trading discipline.
What do I get? / Deliverables
Once registered, your agent can place sandbox or live dShare orders in USDC under Dinari credentials and your daily cap settings.
- Configured tokenized-stock-mcp stdio integration
- Agent-invokable Dinari order tools with sandbox or live mode per your env
Recommended MCP Servers
Journey fit
This lands when you integrate external finance APIs into an agent stack, not when you are still validating a product idea without execution code. Dinari credentials and live-trading flags are classic third-party integration work for MCP hosts.
How it compares
Dinari tokenized-equity MCP bridge, not a market-data-only or portfolio-analytics skill.
Common Questions / FAQ
Who is tokenized-stock for?
Solo and indie developers integrating Dinari dShares into Claude Code, Cursor, or other MCP clients for USDC-settled stock exposure.
When should I use tokenized-stock?
During Build integrations after you have Dinari sandbox credentials and want capped, flag-gated progression to live orders.
How do I add tokenized-stock to my agent?
Register tokenized-stock-mcp via stdio in MCP settings, add DINARI_API_KEY and DINARI_API_SECRET, and only set TOKENIZED_STOCK_ALLOW_LIVE when you accept real-money risk.