Quickstart In 3 Minutes
This page is for users of the already deployed Rug Radar MCP. If you only want to use the hosted version, this is the page that matters.
Step 1: Connect To The Hosted MCP
Use this MCP endpoint in your client:
https://mcp.rugrdr.xyz/mcp
If your client asks for transport, use Streamable HTTP when applicable.
After connection, you should see these tools:
analyze_tokenscan_riskanalyze_walletcompare_tokenswatch_tokenget_token_changes
You do not need to clone the repo for this path.
Step 2: Run The Fastest Useful Workflow
1. Start with a full token report
Prompt:
Analyze <token address> and give me a plain-English verdict.
Why:
analyze_tokenis the richest single tool- it combines market, holder, contract, and Bags context
- it returns both a risk score and the reasons behind it
Use this first when you are looking at a token for the first time.
2. Follow with fast risk mode
Prompt:
Scan red flags for <token address>. Keep it short.
Why:
scan_riskreduces noise- it highlights concrete failure conditions such as high holder concentration, thin liquidity, active authorities, or honeypot detection
- it is useful when you want a quick go/no-go read
3. Compare alternatives instead of judging in isolation
Prompt:
Compare <token A> vs <token B> and pick the healthier one.
Why:
- many trading decisions are relative, not absolute
compare_tokensmakes tradeoffs visible across risk, liquidity, volume, market cap, contract safety, and age
4. Turn a one-off check into monitoring
If the token is still relevant after the first pass:
Watch <token address> with 20% liquidity-drop threshold and alert on honeypotWhat changed since last check for <token address>?
Why:
watch_tokenstores your thresholds and a baseline snapshotget_token_changescomputes deltas against the last stored snapshot- alerts are tied to measurable conditions instead of vague sentiment
Suggested Prompt Set
Analyze BONK and summarize risk in plain EnglishScan red flags for So11111111111111111111111111111111111111112Compare BONK vs WIF and tell me which is healthierAnalyze this wallet: <wallet address>Watch <token address> with 15% liquidity drop and 8 point risk score increaseWhat changed since last check for <token address>?
When To Use Which Tool
- Use
analyze_tokenwhen you need the full story - Use
scan_riskwhen you need the shortest risk-focused answer - Use
analyze_walletwhen you are evaluating whether a wallet is worth following - Use
compare_tokenswhen deciding between two candidates - Use
watch_tokenandget_token_changeswhen the token remains on your radar over time
Golden Rule
Use Rug Radar to reduce blind spots, not to outsource judgment. Re-run checks before entry if the market is moving quickly.