# Futures Volume & Open Interest Strategy AI Agent Connect

> Analyze trend strength and direction using price, volume, and Open Interest momentum.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_pledUId4hFq1SzWj5JJaG2f7rIUxsrOv2O9Srq6i/ai-agent-connect
- **Tags:** futures, open-interest, volume, trading-strategy, market-analysis

## Description

This MCP server provides a deterministic analysis engine for futures markets. It synthesizes price action, volume surges, and Open Interest (OI) momentum to distinguish between trend initiation and exhaustion. Use `analyze_market_momentum` to identify high-conviction BUY or SELL signals, `calculate_market_health_metrics` to detect institutional concentration and OI divergence, and `get_trend_summaries` for a high-level overview of market trends and volatility.

## Tools

### analyze_market_momentum


### calculate_market_health_metrics
Quantifies market structural composition

### get_trend_summaries
Provides high-level trend and volatility overview

## Prompt Examples

**Prompt:** 
```
Analyze the current market momentum for these series: price [50000, 50500, 51000], volume [1000, 1200, 2000], and OI [60000, 62000, 65000] with an avgVolume20 of 1000.
```

**Response:** 
```
The market is in a Strong Uptrend. Signal: BUY. Confidence: High.
```

**Prompt:** 
```
Check the market health metrics for the following data: OI [60000, 61000, 60500], price [50000, 51000, 52000], volume [1000, 1100, 1050], and topTraderOi 15000.
```

**Response:** 
```
OI Concentration: 24.79%. Speculative Intensity: 0.017. OI Divergence: true.
```

**Prompt:** 
```
Provide a trend summary for price [45000, 44000], volume [5000, 8000], and OI [70000, 75000].
```

**Response:** 
```
Price Trend: Down. OI Trend: Up. Volume Ratio: 1.6.
```

## Frequently Asked Questions

**How are BUY and SELL signals generated?**
A BUY signal is generated during a Strong Uptrend when price is above the 20-day MA, OI is > 50,000, OI change is ≥ 1%, and volume is ≥ 1.5x the 20-day average. A SELL signal is generated during a Strong Downtrend under similar liquidity and momentum thresholds.

**What is the purpose of the `calculate_market_health_metrics` tool?**
It quantifies market structure by calculating OI concentration of top traders, speculative intensity, and detecting OI divergence where price makes new highs without corresponding OI growth.

**Can I use this with Claude Desktop or Cursor?**
Yes, this MCP server can be connected to Claude Desktop, Cursor, VS Code, Windsurf, and any other MCP-compatible client via Vinkius Edge.
