com.a3eecosystem.neurotrade/signal
Official2 toolsNeuroTrade Signal API
AI-powered crypto trading signals: direction, confidence, TP/SL, thesis, technicals. 8 strategies.
AI-powered crypto trading signals with direction, confidence, and technical analysis.
Captured live from the server via tools/list.
generate_signal
Generate an AI-powered crypto trading signal for a given pair and timeframe. Returns: action (OPEN_LONG | OPEN_SHORT | CLOSE), confidence (0.0–1.0), entry_price, take_profit (array of price levels), stop_loss, risk_reward ratio, indicators (rsi, macd, ema_20, atr), risk_flags (overbought_rsi | oversold_rsi | low_volume | high_spread | near_resistance | near_support), generated_at (ISO 8601), expires_at (ISO 8601), and quota_remaining. The `thesis` field contains LLM reasoning and is only present when include_thesis=true. On quota exhaustion returns error_code=QUOTA_EXCEEDED with Retry-After header. Requires Authorization: Bearer nt_<api_key>.
Parameters (5)
- symbolstringrequired
Trading pair in BASE/QUOTE format, e.g. BTC/USDT, ETH/USDT, SOL/USDT.
- timeframestring
Candlestick timeframe for signal analysis. Defaults to 15m.
- strategystring
Signal strategy to apply. Defaults to trend_rider.
- personalitystring
Risk personality shaping confidence weighting and TP/SL aggressiveness. Defaults to scalper.
- include_thesisboolean
When true, includes the LLM-generated reasoning in the `thesis` field of the response. Adds ~200ms latency.
get_account
Return the current NeuroTrade B2B API quota status: plan tier, calls used, calls remaining, and quota reset date. Requires a valid NeuroTrade B2B API key.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"signal": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://neurotrade.a3eecosystem.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.