Skip to main content
Glama
README.md
# SolRadar MCP Server

An MCP (Model Context Protocol) server exposing [SolRadar](https://sol-radar.com)'s Solana meme-coin safety data as tools any MCP-compatible AI assistant (Claude, etc.) can call directly in conversation.

SolRadar tracks new Solana/pump.fun token launches and computes a trust score, rug-risk flags, holder distribution, and creator track record for each one. This server wraps that data as MCP tools so an AI assistant can answer questions like *"is this token safe?"* or *"what's trending on Solana right now?"* with live data, without the user having to leave the chat.

## Connect

Add this as a remote MCP connector in Claude (or any MCP-compatible client):

```
https://sol-radar.com/mcp
```

No authentication required. Rate-limited to 60 requests/hour per IP.

## Tools

| Tool | Description |
|---|---|
| `check_token` | Trust score, rug-risk flags, holder analysis, and creator track record for a Solana token mint address |
| `get_trending_tokens` | Currently trending, newest, or graduated tokens on Solana/pump.fun |
| `check_wallet_activity` | Recent transaction activity and behavior label for a Solana wallet address |

## How it works

This server is a thin MCP wrapper around SolRadar's existing public JSON API (`sol-radar.com/api.php`) — it doesn't duplicate any logic, just translates the same data into the MCP tool-calling format AI assistants expect.

## Links

- [SolRadar](https://sol-radar.com) — the underlying rug-pull checker and token analytics site