On-chain Solana token safety — screen for rugs/honeypots and execute MEV-protected swaps.
Rugcheck MCP server exists for a simple reason — assistants are far more useful when they can act on Rugcheck directly instead of describing what you should do. On-chain Solana token safety — screen for rugs/honeypots and execute MEV-protected swaps.
A lightweight MCP server that reads a Solana token's mint directly from the chain to screen for the common rug & honeypot traps before your agent trades — active mint/freeze authority and dangerous Token-2022 extensions (permanent delegate, transfer hooks, non-transferable, pausable) — then, for tokens that pass, builds the buy as an unsigned Jupiter transaction carrying a small Jito tip for faster inclusion. You sign it; the server never holds keys.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Once Rugcheck is connected, these are the calls the assistant has available:
scan_token — full safety report in one call: authority, Token-2022 traps, honeypot, liquidity & holder concentration → SAFE/CAUTION/DANGER + a 0–100 scoreis_safe — quick yes/no gate: one boolean before you tradeverify_token_safety — on-chain audit: mint/freeze authority + Token-2022 traps + live marketcheck_authorities — mint / freeze authority and extension detectionsimulate_sell — can the token actually be sold? (honeypot check)simulate_trade — full round-trip (buy then sell back): real entry/exit cost & round-trip loss %check_liquidity — DEX liquidity, 24h volume, age, buys/sellsholders_breakdown — top-holder concentration (dump risk)token_age — freshness + real trading activityrug_forecast — heuristic rug ETA: probability + urgency window + factorsscammer_dna — intent score (0–100): how much the token's structure looks like a deliberate scamcheck_deployer — the wallets that hold power over the tokenAmong the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Rugcheck's toolset — scan_token, is_safe, verify_token_safety and 11 more — is a fair guide to whether it matches your workflow. It is maintained by MrWizardlyLoaf; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| scan_token | full safety report in one call: authority, Token-2022 traps, honeypot, liquidity & holder concentration → SAFE/CAUTION/DANGER + a 0–100 score |
| is_safe | quick yes/no gate: one boolean before you trade |
| verify_token_safety | on-chain audit: mint/freeze authority + Token-2022 traps + live market |
| check_authorities | mint / freeze authority and extension detection |
| simulate_sell | can the token actually be sold? (honeypot check) |
| simulate_trade | full round-trip (buy then sell back): real entry/exit cost & round-trip loss % |
| check_liquidity | DEX liquidity, 24h volume, age, buys/sells |
| holders_breakdown | top-holder concentration (dump risk) |
| token_age | freshness + real trading activity |
| rug_forecast | heuristic rug ETA: probability + urgency window + factors |
| scammer_dna | intent score (0–100): how much the token's structure looks like a deliberate scam |
| check_deployer | the wallets that hold power over the token |
| compare_tokens | rank a basket of tokens safest-first |
| batch_scan | scan up to 10 tokens at once, one report each |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.