# Rug Pull Detection Strategy AI Agent Connect

> Identify high-risk tokens by analyzing liquidity locks, contract privileges, and holder distribution.

## Overview
- **Category:** security
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ka24xFfYgh87LtZGZUXYXuMFEphDYuAIy7jFx8n2/ai-agent-connect
- **Tags:** crypto, rug-pull, risk-assessment, liquidity, tokenomics

## Description

This MCP server provides a deterministic risk assessment engine to protect traders from liquidity removal and developer exit scams. By connecting your AI client to Vinkius Edge, you can use tools like `analyze_token_risk` to evaluate a token's security profile. The engine calculates a rug risk score based on critical factors: liquidity lock percentage, owner minting privileges, top holder concentration, and transaction limits. It also identifies honeypots and calculates liquidity removal risk. This allows agents to provide clear trading recommendations--Safe, Caution, or Avoid--before capital is committed.

## Tools

### get_holder_metrics
Evaluates the distribution of token ownership to identify centralization risks

### analyze_token_risk
Provides a comprehensive risk profile and a final trading recommendation for a specific token

### get_liquidity_status
Checks the current state of liquidity to determine if it is sufficient and how much is committed to the protocol

## Prompt Examples

**Prompt:** 
```
Analyze the risk for token address 0x1234567890abcdef1234567890abcdef12345678 with $150,000 liquidity.
```

**Response:** 
```
The token has a rug risk score of 25. With 80% liquidity locked and no minting privileges, the recommendation is SAFE.
```

**Prompt:** 
```
Check if this token is a honeypot: 0xabc123...
```

**Response:** 
```
The contract analysis shows the honeypot flag is true, meaning the contract prevents selling. Recommendation: AVOID.
```

**Prompt:** 
```
What is the holder concentration for the token at 0xdef456...?
```

**Response:** 
```
The top 10 holders control 65% of the total supply, indicating high centralization risk.
```

## Frequently Asked Questions

**How is the rug risk score calculated?**
The score is a weighted sum of penalties: low liquidity locks, owner minting rights, high holder concentration, lack of transaction limits, and low liquidity depth.

**What does a 'CAUTION' recommendation mean?**
A CAUTION recommendation indicates a moderate risk score that does not meet the threshold for an immediate AVOID, but requires careful scrutiny of the contract.

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