Poshkan Paper Trading

Paper trading for AI: live quotes, technical indicators, and virtual trades on US stocks, crypto, and leveraged forex.

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only

What it can do

  • List Accounts: List the user's paper-trading accounts with type, cash balance, and holdings count.
  • Get Account: Get one account in full: cash, holdings priced live (with P&L), pending limit orders, and watchlist.
  • Get Quote: Get a live quote for a stock, ETF, crypto (BTC-USD), or forex pair (EURUSD=X). Includes price, day range, and 52-week range.

What data it sees

Do you need an account

An API key from the service settings is required

Paper trading for AI: live quotes, technical indicators, and virtual trades on US stocks, crypto, and leveraged forex. Free accounts, 100% virtual money. Get a token at poshkan.com (settings menu -> Claude API access). Setup guide: https://www.poshkan.com/mcp

Server tool list (15)

Raw names from tools/list. Only developers need these.

list_accountsList the user's paper-trading accounts with type, cash balance, and holdings count.
get_accountGet one account in full: cash, holdings priced live (with P&L), pending limit orders, and watchlist.
get_quoteGet a live quote for a stock, ETF, crypto (BTC-USD), or forex pair (EURUSD=X). Includes price, day range, and 52-week range.
get_price_historyGet OHLC candles + technical indicators (SMA20, SMA50, RSI14, 20-bar support/resistance, trend) for a stock, ETF, crypto (BTC-USD), or forex pair (EURUSD=X). Use for candlestick and technical analysis. interval: '1day' (default), '1week', or intraday '5min'/'15min'/'1h' (use '1h' for hourly analysis). limit = candles returned (default 60).
search_symbolsSearch tradeable symbols by name or ticker. Optional asset_type filters to 'stocks' or 'crypto'.
tradeExecute a MARKET buy or sell immediately at the live price on one of the user's accounts. Crypto accounts trade crypto only; stock accounts trade stocks/ETFs only. Selling requires holding enough units.
place_limit_orderPlace a LIMIT order that fills automatically when the price reaches the limit (BUY fills at or below; SELL at or above). time_in_force: GTC (default) or DAY (expires at end of day).
cancel_orderCancel a pending limit order by its order_id.
get_transactionsGet an account's most recent transactions (buys, sells, deposits, resets). Newest first.
open_forex_positionOpen a leveraged forex position at the live rate on a FOREX account. symbol is a pair like EURUSD=X. units = position size (10000 = 1 mini lot). Optional stop_loss / take_profit prices, and auto_close_minutes for a timed exit. Margin is reserved from cash using the account's leverage.
list_forex_positionsList open forex positions on a forex account, with live rate, floating P&L (USD), margin, SL/TP, and any auto-close time.
close_forex_positionClose an open forex position at the live rate, banking its P&L. Use list_forex_positions to get the position_id.
place_forex_entry_orderPlace a PENDING forex entry order: opens a position automatically when the rate reaches entry_rate — for better entries than market (e.g. buy a pullback to support, sell a rally to resistance). Optional stop_loss/take_profit (validated against entry_rate) and expires_minutes (cancels if unfilled). The trigger direction is derived from entry_rate vs the live rate.
list_forex_ordersList pending forex entry orders on a forex account (entry rate, trigger, SL/TP, expiry).
cancel_forex_orderCancel a pending forex entry order by its order_id.