Renoun Mcp
@98lukehall
About 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.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"renoun-mcp": {
"command": "python",
"args": [
"-m",
"renoun_mcp"
],
"env": {
"RENOUN_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Comments