Skip to content

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

Description

@babyblueviper1

Hi there,

I noticed that PanWatch integrates with the TradingAgents framework for multi-agent investment decision-making. We have an optional tool called /review that might complement your setup. It's a capital-scale-aware pre-trade verdict system that provides an advisory verdict (approve/approve_with_concerns/reject) before committing capital. Our live Bitcoin bot uses this gate for every entry, ensuring a robust decision-making process. The outcomes, including losses, are on-chain-verifiable, offering transparency and credibility.

If edge research is part of your workflow, you might find our edge-idea bounty interesting as well. Submit a strategy idea, and if it passes our governed backtest gate, we offer a flat sats bounty as a revenue-share on the idea. No capital pooling involved—your funds remain yours.

If this sounds useful, I can provide a one-line MCP config or a small docs PR to help with integration. Full integration spec below for implementation.

如果您觉得这对您有用,请告知我。我可以提供一行 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

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions