Poshkan Paper Trading
About
Risk-free US stock paper trading. Start with virtual cash, practice the market, track holdings and P&L — no real money on the line.
Details
- Author
- afrazja
- Downloads
- 244
- Categories
- Finance
Jump to
- Next.js 16 (App Router) + TypeScript + Tailwind CSS v4
- Supabase — auth (with email confirmation), Postgres, Row-Level Security
- Twelve Data — live market quotes & search (proxied server-side)
- TanStack Query — live quote polling
- Auth — email/password sign-up sends a confirmation email; the link lands
Follow the repository README to install the server and add its MCP configuration to your client.
Poshkan — Paper Trading for Claude
Remote MCP server that gives Claude a paper-trading account: live quotes, technical analysis, and broker-style order execution on US stocks, crypto, and leveraged forex — all with 100% virtual money. A consequence-free sandbox for AI-assisted trading.
Connect (hosted, nothing to install)
- Endpoint (streamable HTTP): https://www.poshkan.com/api/mcp/mcp
- Auth: Authorization: Bearer pk_… or ?key=pk_… — create a free token at poshkan.com → settings menu → Claude API access
- Setup guide: https://www.poshkan.com/mcp
claude.ai
Settings → Connectors → Add custom connector →https://www.poshkan.com/api/mcp/mcp?key=pk_YOUR_TOKEN
Claude Code
claude mcp add poshkan --transport http "https://www.poshkan.com/api/mcp/mcp" --header "Authorization: Bearer pk_YOUR_TOKEN"
Tools (15)
Market data: get_quote, get_price_history (OHLC + SMA20/50, RSI14, support/resistance, trend), search_symbols
Accounts: list_accounts, get_account (live-priced holdings + P&L), get_transactions
Stocks & crypto: trade (market), place_limit_order, cancel_order
Leveraged forex: open_forex_position (SL/TP, timed close), list_forex_positions, close_forex_position, place_forex_entry_order, list_forex_orders, cancel_forex_order
Example prompts
- "Check BTC-USD on the 1-hour chart. If RSI is oversold near support, buy $2,000 worth on my crypto account."
- "Open a EUR/USD short, 1 mini lot, stop-loss above the last swing high, take-profit at 2R."
- "Review my stock account: which holding looks weakest technically?"
Safety
- Virtual money only — no deposits, withdrawals, or broker connection.
- Server-side prices — fills use live market data fetched at execution time; the model can't invent a fill price.
- User-scoped tokens — stored as SHA-256 hashes, every call verified against the token owner's accounts, revocable in one click.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
