# SOPR & NUPL Bitcoin Strategy AI Agent Connect

> Deterministic on-chain signals for Bitcoin market bottoms and tops.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_L6wgDhOqbKEn4ILMHsN1AxmD8qSOFGaTGnEB4CkC/ai-agent-connect
- **Tags:** bitcoin, sopr, nupl, on-chain, trading

## Description

This MCP server provides deterministic on-chain signals for Bitcoin by analyzing the relationship between realized profitability (SOPR) and unrealized market sentiment (NUPL). Use `analyze_market_signals` to identify market phases like Capitulation or Euphoria and receive BUY/SELL/HOLD signals. Use `get_market_indicators` for technical context like SOPR moving averages and NUPL percentile ranks, or `get_historical_accuracy` to evaluate past performance based on historical capitulation events.

## Tools

### analyze_market_signals


### get_historical_accuracy


### get_market_indicators


## Prompt Examples

**Prompt:** 
```
What is the current Bitcoin market phase and signal?
```

**Response:** 
```
The current market phase is Accumulation. The signal is HOLD with a position size of 0%.
```

**Prompt:** 
```
Check the historical accuracy of the strategy.
```

**Response:** 
```
The average historical return after a capitulation event (SOPR < 0.95 for 7+ days) is 145%.
```

**Prompt:** 
```
Give me the technical indicators for the current market.
```

**Response:** 
```
The current SOPR MA(7) is 1.02, the SOPR slope is positive, and the NUPL percentile rank is 45%.
```

## Frequently Asked Questions

**How are the BUY signals generated?**
A BUY signal is triggered when SOPR crosses above 1.0, NUPL is below 0, and SOPR has remained below 1.0 for at least 14 consecutive days.

**What is the difference between SOPR and NUPL?**
SOPR measures realized profit or loss of moved coins, while NUPL measures the total unrealized profit or loss in the network.

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