目录 / Poshkan Paper Trading
MCP
需 API Key
未评级
已上架
Poshkan Paper Trading
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
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 需 API Key(需要配置:key)
- 端点
https://poshkan--afz-javan.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
"mcpServers": {
"Poshkan Paper Trading": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://poshkan--afz-javan.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| 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. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。