Part of cexagent · MIT open source

Is this token
safe to ape?

One call merges GoPlus + DexScreener into a green / yellow / red verdict, with plain-English reasons. Stop juggling four tabs per coin.

Install in 30 seconds
stdio MCP · Node 20+ · zero user data
Why it exists

Four tools collapsed into one verdict.

01
The 4-tab problem
Today you check GoPlus for honeypot, DexScreener for liquidity, Etherscan for holders, Twitter for chatter. xray does it in one call and gives your agent a one-word answer.
02
Opinionated grading
Honeypot = red. Sell tax ≥ 20% = red. Mintable + proxy + LP unlocked = yellow. No more 'is 15% sell tax bad?' decisions in your head.
03
Zero backend
Runs as a subprocess of your agent. We have no server, no DB, no accounts, nothing to leak.
Tools

Three ways to ask.

T
xray()
The main tool. One call → verdict + reasons + positives + structured data.
T
token_security()
Just the GoPlus security fields. For when user only wants safety signals.
T
token_market()
Just DexScreener pairs. Liquidity, 24h volume, price change, tx counts.
Supported chains

GoPlus covers everything that matters.

Ethereumlive
BSClive
Polygonlive
Arbitrumlive
Baselive
Avalanchelive
Optimismlive
Solanalive
Install

Paste one line. Restart. Done.

Runs locally as a subprocess of your agent. Calls go straight to GoPlus + DexScreener public APIs — nothing through our servers.

~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "token-xray": {
      "command": "npx",
      "args": ["-y", "token-xray"]
    }
  }
}
Privacy

Nothing to collect. Nothing to leak.

privacy_policy.txt

No accounts. No login. No API keys. We run no backend. Queries go straight from your agent to public endpoints (GoPlus free tier + DexScreener). Source on GitHub, MIT.