io.github.webios2026-byte/solradar-mcp
Solana meme-coin trust scores, rug-risk flags, and wallet analytics from SolRadar.
Open source Repository Open in the app JSON README (API)
About
Solana meme-coin trust scores, rug-risk flags, and wallet analytics from SolRadar.
Details
- Kind
- MCP servers
- Topic
- Finance & crypto
- Publisher
- webios2026-byte
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 1.0.0
- Last push
- 2026-08-10T17:41:59Z
- Repository state
- ativo
- Language
- JavaScript
- Added
- 2026-08-29 04:01:39
- Updated
- 2026-08-29 04:01:39
- Origin id
io.github.webios2026-byte/solradar-mcp
README
# 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