R

ReNoUn

Structural risk telemetry for crypto markets, classifying regimes as bounded, active, or unstable with stability half-life predictions.

ReNoUn·No reviews yet
Repo Docs
Share:

About

Structural risk telemetry for crypto markets, classifying regimes as bounded, active, or unstable with stability half-life predictions.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about ReNoUn.

What is ReNoUn and how does it analyze crypto market risk?
ReNoUn provides structural risk telemetry for crypto markets. It classifies market regimes as bounded, active, or unstable, and offers stability half-life predictions, helping users understand and anticipate market volatility.
How can I integrate ReNoUn with a client like Cline?
To integrate ReNoUn with Cline, you typically add the MCP repository URL (https://github.com/98lukehall/renoun-mcp) within Cline's configuration. Specific steps may vary by Cline version, requiring you to follow its documentation for adding external MCPs.
Does ReNoUn require an API key or other authentication?
No, ReNoUn does not require an API key, OAuth, or other credentials. Its transport is listed as 'stdio' and its authentication type is 'none', indicating it operates without external authentication.
What are the primary capabilities of the ReNoUn MCP?
ReNoUn's primary capabilities include classifying crypto market regimes into bounded, active, or unstable states. It also generates stability half-life predictions, providing insights into potential market shifts and durations.
Is there a cost associated with using the ReNoUn MCP?
The information provided does not specify any direct costs for using the ReNoUn MCP. As it is open-source (github.com/98lukehall/renoun-mcp), core usage is typically free, though deployment or custom integrations might incur costs depending on the setup.
Are there any prerequisites or considerations for running ReNoUn?
A key consideration for ReNoUn is that its data analysis relies heavily on real-time crypto market data. Ensure that the environment where it's deployed has reliable access to necessary data streams for accurate predictions and classifications.

Install ReNoUn

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "renoun": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-renoun"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "renoun": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-renoun"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "renoun": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-renoun"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.