Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/mrwizardlyloaf/rugcheck-ai/agents-mdgit clone --depth 1 https://github.com/MrWizardlyLoaf/rugcheck-aiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/mrwizardlyloaf/rugcheck-ai/agents-md)<a href="https://agentmods.dev/instructions/mrwizardlyloaf/rugcheck-ai/agents-md"><img src="https://agentmods.dev/badge/instructions/mrwizardlyloaf/rugcheck-ai/agents-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00511 | $0.00511 |
| Opus 5 | $0.00255 | $0.00255 |
| Sonnet 5 | $0.00102 | $0.00102 |
| Haiku 4.5 | $0.00051 | $0.00051 |
Grade A, and why
rugcheck-ai AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
RugCheck AI — agent guide
On-chain token-safety MCP for Solana. Screen a token for rug/honeypot traps before trading, then execute the buy — re-screened, and routed through Jupiter with a small Jito tip for inclusion. The execution tool returns an unsigned transaction; you sign it, the server never holds keys.
Connect (no install)
Remote MCP endpoint (Streamable HTTP):
https://web-production-58d585.up.railway.app/mcp
Listed on the official MCP Registry as io.github.MrWizardlyLoaf/rugcheck-ai.
Tools
scan_token(mint)— full safety report in one call (verdict, 0–100 score, all risks)is_safe(mint)— quick yes/no gate: one boolean before tradingverify_token_safety(mint)— on-chain audit: mint/freeze authority + Token-2022 trapscheck_authorities(mint)— authority + extension detectionsimulate_sell(mint)— can the token be sold? (honeypot check)simulate_trade(mint, amount_usd)— round-trip buy→sell: real entry/exit cost & loss %check_liquidity(mint)— DEX liquidity, 24h volume, pair ageholders_breakdown(mint)— top-holder concentration (dump risk)token_age(mint)— freshness + real trading activityrug_forecast(mint)— heuristic rug probability + urgency windowscammer_dna(mint)— intent score (0–100) from structural scam signalscheck_deployer(mint)— the wallets holding power over the tokencompare_tokens(mints)— rank a basket of tokens safest-firstbatch_scan(mints)— scan up to 10 tokens at once, one report eachexecute_safe_swap(mint, wallet, amount_usd)— re-screens, returns an unsigned USDC→token swap to sign
Source & stack
Built with Python (FastMCP). Entry point: server.py. The screening tools are read-only —
they call Solana getAccountInfo and never touch your keys.
Self-host
pip install -r requirements.txt
SOLANA_RPC=<your-rpc-url> python server.py
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 46 lines · 511 tokens per session scan A e2edc63727f9
rugcheck-ai AGENTS.md is an instructions file published in the GitHub repository MrWizardlyLoaf/rugcheck-ai (1 stars, last pushed 2mo ago), licensed MIT. It adds 511 tokens to every session, about $0.0026 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
behavioral-prediction-mcp CLAUDE.md
Instructions for ChainAware/behavioral-prediction-mcp, covering chainaware behavioral prediction mcp, project overview, mcp tools (14 total), batch pipeline and repository structure.
sui-mcp CLAUDE.md
Claude Code instructions for 0xfreak0/sui-mcp, covering sui-mcp, stack, architecture, which transport to use and archive fallback.
ghostswap-agents AGENTS.md
Instructions for ghostswap1/ghostswap-agents, covering agents.md — ghostswap partners api agent guide, what the ghostswap partners api does, pick the right surface for your runtime, core flow — every integration looks like this and authentication.
coingecko-mcp-server CLAUDE.md
Claude Code instructions for cyanheads/coingecko-mcp-server, covering developer protocol, what's next?, core rules, patterns and tool.
swarmfi CLAUDE.md
Claude Code instructions for zacharyftw/swarmfi, a project described as: AI agent swarm that farms DeFi yields so you don't have to.
Agent-skills CLAUDE.md
Instructions for EmblemCompany/Agent-skills, a project described as: Official skill collection for EmblemAI agents — 200+ crypto tools across 7 blockchains.