
ReNoUn — Crypto Regime Classification
Give trading bots and crypto agents a regime label before sizing risk or choosing strategy logic.
Overview
ReNoUn is an MCP server for the Validate phase that classifies crypto market regimes for trading agents via a hosted HTTP MCP API.
What is this MCP server?
- ReNoUn crypto regime classifier optimized for trading agents
- Remote streamable-http MCP at Railway production endpoint
- Bearer rn_agent_... token from free POST /v1/keys/provision (no card)
- 50 free API calls per day on the hosted tier
- Marketing claims 100% bounded regime accuracy on classified regimes
- Version 1.4.0; hosted remote MCP on Railway
- 50 free calls per day stated in registry description
- 100% bounded regime accuracy claim in marketing copy
Community signal: 1 GitHub stars.
What problem does it solve?
DIY trading agents lack a cheap, agent-native regime signal and default to brittle indicator spaghetti in prompts.
Who is it for?
Indie builders prototyping crypto trading agents who need a single regime hook before writing execution code.
Skip if: Regulated fund workflows, non-crypto products, or teams needing guaranteed SLA beyond the free Railway-hosted tier.
What do I get? / Deliverables
After provisioning a Bearer key, your agent can query bounded crypto regime labels on a 50-calls/day free tier.
- Agent-accessible crypto regime classification calls
- Documented remote MCP endpoint for trading workflows
Recommended MCP Servers
Journey fit
How it compares
Specialized crypto regime MCP API, not a general market data terminal or backtesting skill.
Common Questions / FAQ
Who is ReNoUn for?
Solo developers and small teams building MCP-driven crypto trading agents who want regime classification without building quant models from scratch.
When should I use ReNoUn?
Use it while scoping a bot strategy to check regime-dependent behavior, then keep it in the loop when integrating agent decision tools.
How do I add ReNoUn to my agent?
POST to /v1/keys/provision for a Bearer rn_agent_ token, add the Railway streamable-http MCP URL with Authorization header, and enable the server in Claude Code or Cursor.