MCP.so
ログイン

Renoun Mcp

@98lukehall

Renoun Mcp について

Structural observability for AI conversations. Detects loops, stuck states, breakthroughs, and convergence patterns across 17 channels without analyzing content. MCP server + REST API.

基本情報

カテゴリ

その他

ライセンス

NOASSERTION

ランタイム

python

トランスポート

stdio

公開者

98lukehall

投稿者

98lukehall

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "renoun-mcp": {
      "command": "python",
      "args": [
        "-m",
        "renoun_mcp"
      ],
      "env": {
        "RENOUN_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Renoun Mcp?

Renoun Mcp (ReNoUn) classifies crypto market structural regimes — bounded, active, or unstable — with 100% bounded regime accuracy across 128+ graded predictions. It also estimates regime stability half-life (minutes until likely transition). Designed for trading bots, autonomous agents, and quant systems as a pre-trade risk gate.

How to use Renoun Mcp?

Provision a free API key via POST /v1/keys/provision (no credit card). Then call GET /v1/regime/live/{symbol} with a Bearer token to get the current regime, action, exposure scalar, and stability info. Alternatively, run the MCP server in Claude Desktop/Code using python3 -m server with the RENOUN_API_KEY environment variable.

Key features of Renoun Mcp

  • 100% bounded regime accuracy (128+ graded, zero false positives)
  • Stability half-life estimate (minutes to regime transition)
  • 17-channel structural analysis engine (Recurrence, Novelty, Unity)
  • 8 constellation patterns mapping to regime + action
  • Batch/portfolio analysis (up to 10 assets, aggregate risk)
  • Webhook notifications on regime changes

Use cases of Renoun Mcp

  • Pre-trade risk gate: skip trades when regime is “unstable” or scale position when “active”
  • Autonomous agent trading: programmatically size positions based on exposure scalar and urgency
  • Portfolio risk aggregation: check multiple assets in one call with composite portfolio action
  • Conversation analysis: detect stuck loops, surface variation, and structural health in turn-based chat

FAQ from Renoun Mcp

What does “100% bounded regime accuracy” mean?

When ReNoUn classifies a regime as bounded (action “proceed”), price has stayed within the predicted envelope every time — zero false positives across 128+ graded predictions.

Does ReNoUn predict price direction?

No. It measures structural stability only. Use it as a risk gate, not a directional signal.

How do I get an API key and what is the pricing?

Provision a free key at POST /v1/keys/provision with your email and agent name. The agent tier gives 50 free calls/day; additional calls cost $0.02 each. No credit card required.

What runtime or dependencies does the MCP server need?

The MCP server requires Python 3 and internet access to communicate with the ReNoUn API. No local database or blockchain node is needed. Authentication is via Bearer token in HTTP headers.

Can I be notified when a regime changes?

Yes. Register a webhook via POST /v1/webhooks/register with your URL, symbols, and HMAC secret. ReNoUn sends signed payloads on regime changes. Max 5 webhooks per key.

コメント

「その他」の他のコンテンツ