Sign In

@solradar/solradar-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solradar/solradar-mcp

MCP server exposing SolRadar's Solana meme-coin trust score, rug-risk flags, and wallet analytics as tools for AI assistants.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

SolRadar MCP Server

An MCP (Model Context Protocol) server exposing SolRadar'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

ToolDescription
check_tokenTrust score, rug-risk flags, holder analysis, and creator track record for a Solana token mint address
get_trending_tokensCurrently trending, newest, or graduated tokens on Solana/pump.fun
check_wallet_activityRecent 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.

  • SolRadar — the underlying rug-pull checker and token analytics site

Keywords

mcp

FAQs

Package last updated on 10 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts