Skip to content

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

Description

@babyblueviper1

Your project, "复合多AI智能体股票团队分析系统," impressively integrates multiple AI models to analyze A股 markets with macroeconomic data and custom strategies. We suggest an optional addition: our /review feature, which provides a capital-scale-aware pre-trade verdict (approve/approve_with_concerns/reject) that your agents can call before committing capital. This is advisory and complements your existing architecture, maintaining your strategies' integrity. Our own live Bitcoin bot uses this gate for every trade, and the results are publicly verifiable on-chain. If you explore new trading edges, consider our edge-idea bounty: propose a strategy, and if it passes our governed backtest, a sats bounty is rewarded. It's a revenue-share on the idea without pooling capital. If useful, we can offer a one-line MCP config or a small docs PR for straightforward integration; the full spec is below.

您的项目“复合多AI智能体股票团队分析系统”通过多种AI模型分析A股市场及宏观经济数据,令人印象深刻。我们建议一个可选的补充功能:/review,它提供资本规模感知的交易前审核建议(批准/有保留的批准/拒绝),可供您的智能体在资金投入前调用。这是建议性的,能与现有架构互补,保持您策略的完整性。我们的比特币机器人也使用此机制,结果可通过链上公开验证。如果您研究新的交易策略,可以考虑我们的策略创意奖励:提出策略并通过我们的审核后即可获得奖励。这是对创意的收益分享,无需合并资金。若有帮助,我们可提供一行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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions