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_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. |
| get_price_history | Get 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_symbols | Search tradeable symbols by name or ticker. Optional asset_type filters to 'stocks' or 'crypto'. |
| trade | Execute 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_order | Place 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_order | Cancel a pending limit order by its order_id. |
| get_transactions | Get an account's most recent transactions (buys, sells, deposits, resets). Newest first. |
| open_forex_position | Open 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_positions | List open forex positions on a forex account, with live rate, floating P&L (USD), margin, SL/TP, and any auto-close time. |
| close_forex_position | Close an open forex position at the live rate, banking its P&L. Use list_forex_positions to get the position_id. |
| place_forex_entry_order | Place 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_orders | List pending forex entry orders on a forex account (entry rate, trigger, SL/TP, expiry). |
| cancel_forex_order | Cancel a pending forex entry order by its order_id. |