# Connors RSI Calculator MCP for AI Agents AI Agent Connect

> Connors RSI Calculator MCP identifies mean-reversion trading opportunities by calculating momentum oscillator values. It detects overbought and oversold market conditions to help you spot high-probability buy and sell signals based on price momentum and trend strength.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_yEk6bHu2pvp1R38akWREdub4zPrFdAY9ZV0HhDgc/ai-agent-connect
- **Tags:** rsi, momentum, trading, finance, mean-reversion

## Description

Trading momentum requires more than just looking at a chart. You need to know when a price movement has stretched too far and is likely to snap back. This MCP gives your AI agent the ability to run the Connors RSI, a specialized momentum oscillator designed to catch these specific mean-reversion moments. Instead of you manually calculating RSI, streaks, and ranks, your agent handles the math instantly. You can feed it raw price data and ask it to find where the market is overextended. It can pinpoint exactly when an asset is oversold enough to trigger a buy or overbought enough to signal a sell. By connecting this to your workflow through the Vinkius catalog, you turn a standard chat interface into a technical analysis workstation. You stop guessing about market intensity and start getting clear, data-driven summaries of whether a trend is exhausted or just getting started.

## Tools

### calculate_connors_rsi
Computes the current Connors RSI value from a provided price series. You can customize the RSI, streak, and rank periods.

### generate_reversion_signals
Analyzes momentum values to identify specific buy or sell trading opportunities. It flags when prices have hit extreme levels.

### get_indicator_summary
Translates complex momentum data into a clear natural language overview. It describes the current state of market intensity.

## Prompt Examples

**Prompt:** 
```
Calculate the Connors RSI for these closing prices: [150.2, 152.5, 151.0, 148.5, 147.0, 146.5, 145.0, 144.0, 143.5, 142.0]
```

**Response:** 
```
The calculated Connors RSI value is **8.42**.
```

**Prompt:** 
```
Is a Connors RSI of 95 overbought?
```

**Response:** 
```
Yes, a value of 95 is considered overbought and triggers a **SELL** signal.
```

**Prompt:** 
```
Give me a summary for a Connors RSI of 5.
```

**Response:** 
```
The asset is currently **oversold** with high intensity.
```

## Capabilities

### Compute momentum oscillator values
Calculate the Connors RSI from any price series you provide.

### Spot mean-reversion opportunities
Identify specific buy and sell signals based on extreme momentum levels.

### Analyze market intensity
Get a plain-English summary of how overbought or oversold a market currently is.

### Customize indicator periods
Adjust the RSI, streak, and rank parameters to fit your specific trading strategy.

## Use Cases

### Catching oversold bounces
A trader provides recent price data to their agent and asks for a summary. The agent uses get_indicator_summary to confirm the asset is heavily oversold and ready for a bounce.

### Automating signal scanning
An analyst feeds a series of closing prices into the agent. The agent uses generate_reversion_signals to immediately flag a sell opportunity when the RSI hits an extreme high.

### Customizing momentum parameters
A researcher wants to test a tighter RSI window. They use calculate_connors_rsi with custom periods to see how it changes the momentum reading for a specific stock.

### Quick market health checks
Before entering a trade, a user asks their agent for a status update. The agent provides a concise summary of market intensity to confirm the trend isn't already exhausted.

## Benefits

- Eliminate manual math by letting your agent run calculate_connors_rsi on any price list.
- Find entry points faster using generate_reversion_signals to catch extreme market moves.
- Understand market exhaustion instantly with the get_indicator_summary overview.
- Tailor your momentum strategy by adjusting RSI and streak parameters during calculation.
- Reduce decision fatigue by getting direct buy and sell signals from your AI client.

## How It Works

The bottom line is you turn raw price data into actionable momentum signals without doing any manual math.

1. Connect the MCP to your preferred AI client via Vinkius.
2. Provide a list of recent closing prices or a specific asset's price history to your agent.
3. Receive immediate technical signals or a summary of market conditions.

## Frequently Asked Questions

**How can I use Connors RSI Calculator MCP to find trades?**
You can provide price data to your agent, which will then use the built-in tools to identify specific buy and sell signals when momentum reaches extreme levels.

**Can I customize the momentum settings in Connors RSI Calculator MCP?**
Yes, you can adjust the RSI, streak, and rank periods to better fit the specific asset or timeframe you are analyzing.

**Does Connors RSI Calculator MCP work with any price data?**
Yes, as long as you provide a series of recent closing prices, your agent can compute the indicator for you.

**What makes Connors RSI Calculator MCP different from standard RSI?**
It incorporates streak and rank components, making it much more effective at identifying mean-reversion opportunities in momentum trading.

**Can my AI agent explain market conditions using Connors RSI Calculator MCP?**
Yes, the MCP includes a tool that provides a natural language summary of market intensity and whether an asset is overbought or oversold.

**What is Connors RSI?**
Connors RSI is a three-part momentum oscillator that combines RSI, price streaks, and the percentile rank of the rate of change to find extreme market conditions.

**How do I get a BUY signal?**
A BUY signal is generated when the Connors RSI value falls below the oversold threshold, typically 10.

**Can I customize the RSI periods?**
Yes, you can specify custom values for the RSI period, streak period, and rank period using the `calculate_connors_rsi` tool.