Other MCP Server · MODEL CONTEXT PROTOCOL
kukapay rug check mcp
An MCP server that detects potential risks in Solana meme tokens.
WHAT IT CONNECTS
What kukapay rug check mcp gives an AI Agent
- **Token Analysis Tool**: The `analysis_token` tool retrieves and processes Solana token data from the Solsniffer API.
- **Structured Output**: Returns detailed token information including name, symbol, Snif score, market cap, price, supply, risks, and audit status.
- Python 3.10 or higher
- A Solsniffer API key (sign up at [Solsniffer](https://solsniffer.com) to obtain one)
- **Clone the Repository**:
- **Install Dependencies**:
- **Client Configuration**:
- **Description**: Analyzes a Solana token based on its address.
- **Input**: `token_address` (string) - The Solana token address to analyze.
- **Output**: A dictionary containing:
- `token_address`: Token address
- `token_name`: Token name
- `token_symbol`: Token symbol
- `snif_score`: Solsniffer risk score (0-100)
- `market_cap`: Market capitalization in USD
- `price`: Token price in USD
- `supply_amount`: Total supply of the token
- `risks`: High, moderate, and low risk details with counts and descriptions
- `audit_risk`: Audit status (mint/freeze disabled, LP burned, top 10 holders)
- Token Name: REVSHARE (Symbol: REVS)
- Snif Score: 55/100 (Moderate risk)
- Market Cap: $288,875.29
- Price: $0.000297
- Total Supply: 971,266,696.90 tokens
- Risks:
- High (3 risks):
- Mintable risks found: True
- Freeze risks found: True
- Permanent control risks found: True
- (Other factors: False)
- Moderate (1 risk):
- Low count of LP providers: True
- (Other factors: False)
- Low (0 risks):
- (All factors: False)
- Audit Status:
- Mint Disabled: Yes
- Freeze Disabled: Yes
- LP Burned: No
- Top 10 Holders Significant: No
- Token Name: Wrapped SOL (Symbol: SOL)
- Snif Score: 92/100 (Low risk)
- Market Cap: $82,345,678.90
- Price: $176.54
- Total Supply: 466,567,890.12 tokens
- Risks:
- High (0 risks):
- (All factors: False)
- Moderate (0 risks):
- (All factors: False)
- Low (1 risk):
- Minor liquidity concentration: True
- (Other factors: False)
- Audit Status:
- Mint Disabled: Yes
- Freeze Disabled: Yes
- LP Burned: Yes
- Top 10 Holders Significant: No
- Token Name: Raydium (Symbol: RAY)
- Snif Score: 85/100 (Low risk)
- Market Cap: $1,234,567.89
- Price: $4.72
- Total Supply: 261,567,890.12 tokens
- Risks:
- High (0 risks):
- (All factors: False)
- Moderate (1 risk):
- Moderate holder concentration: True
- (Other factors: False)
- Low (0 risks):
- (All factors: False)
- Audit Status:
- Mint Disabled: Yes
- Freeze Disabled: Yes
- LP Burned: Yes
- Top 10 Holders Significant: No
SECURITY
An MCP listing is not a security review
An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.