#166·go-stock

Optional: capital-aware pre-trade /review (advisory) as an MCP tool

Author: babyblueviper1Created Jun 11, 2026Updated Jun 11, 2026

Your project, go-stock, is an impressive AI-driven stock analysis tool supporting A-shares, Hong Kong stocks, and U.S. equities. To complement your existing capabilities, consider integrating a pre-trade advisory tool called /review. This tool provides a capital-scale-aware verdict (approve, approve_with_concerns, reject) before committing capital. It works as an advisory layer, ensuring your trading decisions are informed without blocking them. Our own live Bitcoin bot uses it for every entry, and all verdicts and outcomes are publicly verifiable on-chain, including losses. If you explore trading edges, we also offer an edge-idea bounty: share a strategy idea, and if it survives our governed backtest, a flat satoshi bounty is yours — this is a revenue-share on the idea, not capital pooling. Full integration spec below ensures ease of implementation. If this fits your goals, I can offer a one-line MCP config or a small docs PR.

您的项目go-stock是一款令人印象深刻的AI驱动股票分析工具,支持A股、港股和美股。建议您考虑集成一个名为/review的交易前建议工具。该工具在投入资金前提供资金规模感知的判断(批准、有顾虑的批准、拒绝),作为建议层,确保您的交易决策信息充分,不会阻止交易。我们自己的比特币机器人在每次入场时都使用它,所有判断和结果都可以在链上公开验证,包括亏损。如果您研究交易优势,我们还提供策略想法赏金:提交策略想法,如果通过我们的回测,将获得固定的satoshi赏金。这是对想法的收入分享,不涉及资金池。下方提供完整的集成规范以便于实施。如有兴趣,我可以提供一行MCP配置或小型文档PR。


Full integration spec (machine-readable — enough to implement or auto-implement without further questions)

REST (simplest):

POST https://api.babyblueviper.com/review
Authorization: Bearer <INVINO_API_KEY>
Content-Type: application/json

{ "action": "<the proposed trade/decision, e.g. 'OPEN long BTC 5% of portfolio'>",
  "context": "<optional, as coarse as you like — e.g. 'equity ~10k, signal: MA cross'>",
  "sign": true }

Response: {"verdict": "approve|approve_with_concerns|reject", "confidence": 0.x, "issues": [...], "proof": {...}}

  • API key: free instant POST /register {"label": "<your-project>"} → pay-per-call from a small balance (POST /billing/topup; Lightning/USDC/card). A /review call is a few US cents. No subscription.
  • The signed proof is verifiable by anyone, no auth, at POST /verify-proof — it contains only hashes of the reviewed action plus the verdict, never raw text, keys, or account data.
  • MCP alternative: streamable HTTP endpoint https://api.babyblueviper.com/mcp (tool: review); server card at /.well-known/mcp/server-card.json; full docs in llms.txt at the API root.

Suggested shape (opt-in, zero default impact): config flag (default off) + API-key env var; call after your pipeline forms its recommendation, before output; render the verdict as an additional advisory field — never override your own conclusion; on any error/timeout degrade gracefully (review_unavailable) so your flow never blocks on us.

Why trust the verdict: our own live Bitcoin bot runs every trade through this same endpoint, and the full verdict history — wins AND losses — is published, signed, and on-chain-checkable at https://api.babyblueviper.com/ledger.