solradar-mcp
Server Details
Solana meme-coin trust scores, rug-risk flags, and wallet analytics from SolRadar.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- webios2026-byte/solradar-mcp
- GitHub Stars
- 0
- Server Listing
- SolRadar MCP Server
Tool Definition Quality
Average 3.9/5 across 3 of 3 tools scored.
Each tool targets a completely distinct resource: token analysis, wallet behavior, and trending lists. There is no overlap or ambiguity between the three.
Tools use a verb-first pattern (check_, get_), but the mix of 'check' and 'get' plus the longer 'check_wallet_activity' introduces slight inconsistency. Still, all names are readable and predictable.
Three tools is an ideal size for this focused server—covering core use cases without bloat. Each tool earns its place.
The server covers the primary needs for Solana token safety: token analysis, wallet profiling, and discovery. Minor gaps (e.g., historical trend data or comparison tools) are not essential for the apparent scope.
Available Tools
3 toolscheck_tokenCheck Solana token safety / trust scoreAInspect
Get SolRadar's trust score, rug-risk flags, holder analysis, and creator track record for a Solana token (pump.fun / meme coin). Input a mint (token contract) address.
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | Solana token mint address |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses that the tool reads/retrieves data (indicated by 'Get'), and details the exact information returned (trust score, rug-risk flags, holder analysis, creator track record). It does not mention side effects (none expected for a read operation) or rate limits, but the read-only nature is clearly implied. It adds value beyond the title by naming the data source and analysis dimensions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with the primary purpose, no redundant phrases. Every word earns its place, and it wastes no space repeating the title.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter tool with no output schema, the description gives a solid overview: what it does, the input, and the categories of output. It could have briefly mentioned how to interpret scores/flags, but for invoking the tool correctly, the description is sufficiently complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% ('Solana token mint address'), so the baseline is 3. The description adds specificity by noting the token type ('pump.fun / meme coin') and clarifies 'mint (token contract) address,' providing meaning beyond the schema's minimal description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific action ('Get SolRadar's trust score, rug-risk flags, holder analysis, and creator track record') for a specific resource (Solana token). This distinguishes it from siblings like check_wallet_activity (wallet-focused) and get_trending_tokens (discovery tool).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The context for use is clear: it is for checking the safety of a Solana token, specifically pump.fun/meme coins. It implies 'use this when you need a trust assessment of a token contract,' though it does not explicitly contrast with sibling tools or state exclusions. This is a clear context with no explicit alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
check_wallet_activityCheck Solana wallet recent activityAInspect
Get recent transaction activity and behavior label (e.g. sniper, whale, fresh wallet) for a Solana wallet address.
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Solana wallet address |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It identifies this as a read operation ('Get') and gives examples of behavior labels, but it leaves terms like 'recent' and 'activity' undefined, and does not mention any potential side effects, permissions, or data limitations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that conveys the tool's purpose and output without wasted words. Every phrase adds value: 'recent transaction activity', 'behavior label', and the label examples.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with one parameter and no output schema, the description gives a high-level overview of the output (activity and label) but does not specify what 'activity' includes or how 'recent' is defined. It also does not address how this tool fits with sibling tools, leaving some contextual gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% coverage for the single 'address' parameter, describing it as 'Solana wallet address'. The description's phrase 'for a Solana wallet address' adds no additional meaning beyond the schema, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific action ('Get') and resource ('recent transaction activity and behavior label') for a Solana wallet address. It distinguishes itself from sibling tools like check_token and get_trending_tokens by focusing on wallet-level activity and behavior labeling.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when you need wallet activity or behavior labels, but it provides no explicit when-to-use/when-not-to-use guidance or mention of alternatives. The context is clear, but there are no exclusions or comparisons to sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_trending_tokensGet trending Solana tokensAInspect
List currently trending, newest, or graduated tokens tracked by SolRadar on Solana/pump.fun.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | trending | |
| limit | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden of explaining behavior. 'List' indicates a read-only, non-destructive operation, but it does not disclose other behavioral aspects such as authentication requirements, rate limits, pagination, or response format. Some transparency is present, but gaps remain.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that front-loads the action ('List') and includes all key information: categories, source, and platform. It contains no filler or redundant details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool is relatively simple (2 optional parameters, no output schema, no annotations), the description provides a basic understanding but lacks explicit mention of how parameters control the output or how it relates to sibling tools. It is minimally complete but not thoroughly contextualized.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description mentions 'trending, newest, or graduated' which aligns with the `type` parameter's enum values, adding context for that parameter. However, it does not explain the `limit` parameter or explicitly tie these words to the schema. With 0% schema description coverage, the description only partially compensates for missing parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool's function: 'List currently trending, newest, or graduated tokens'. It names the resource (tokens tracked by SolRadar) and the platform (Solana/pump.fun), which distinguishes it from sibling tools like check_token and check_wallet_activity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is for getting token lists, but it does not explicitly explain when to use it instead of check_token or check_wallet_activity. There is no exclusion criteria or direct comparison, so usage guidance is only implied rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityDmaintenanceReal-time radar for Solana memecoins, Pump.fun launches, and KOL trades.82MIT
- AlicenseBqualityAmaintenanceSolana memecoin rug check and token risk for trading agents in the trenches: pump.fun launches, calibrated rug probability with a published hit rate, sniper, insider and bundle detection, holder clusters, KOL trades, wallet history and a live sellability check for memecoins. Available as a remote MCP endpoint (OAuth or API key) and as an npm stdio package.26235MIT
- -licenseNot gradedqualityNot gradedmaintenanceEnables read-only on-chain analysis to spot trending and new memecoin pools, evaluate rug risk, and surface early buyer wallets across Solana, Base, and Ethereum.

Pique Signalofficial
AlicenseAqualityCmaintenanceLive scored Solana memecoin signals with safety profiles, conviction scoring, and paper trading for AI agents.6MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.