Skip to main content
Glama
aitools420

onchain-safety-mcp

by aitools420

onchain-safety-mcp

MCP (Model Context Protocol) server that gives any AI agent crypto token-safety and alpha-discovery tools on PulseChain, Monad, Base, and BSC.

It is a thin stdio client over the hosted API at onchain.wick.pics (engine wick-safe/0.3): contract risk, liquidity depth, honeypot transfer-simulation, and LP-burn checks, plus live signal feeds produced by an on-chain monitoring fleet.

Tools

tool

what it answers

check_token_safety({ chain, address })

Is this token a scam? Verdict (SAFELIKELY_RUG), 0–100 score, evidence checks.

fresh_rug_radar()

What just launched, and is it safe? Last 20 freshly-created pools, safety-scored at creation.

exit_safety({ chain, token, sizeUsd, maxSlippage? })

Could I sell $X of this at acceptable slippage? Size-aware price impact + safety verdict.

smart_money_signals()

What are alpha-wallet clusters co-buying right now (safety-gated, confidence-scored)?

what_ticker()

The single top-ranked safe token alpha wallets are buying — with the why and alternates.

chain: pulsechain | monad | base | bsc · token/address: 0x… contract address. Agents should call check_token_safety / exit_safety before interacting with, buying, or accepting an unknown token.

Related MCP server: token-rugcheck

Install (any MCP client — Claude Desktop, agent frameworks)

{
  "mcpServers": {
    "onchain-safety": {
      "command": "npx",
      "args": ["-y", "github:aitools420/onchain-safety-mcp"],
      "env": { "ONCHAIN_API_KEY": "wsk_…" }
    }
  }
}

ONCHAIN_API_KEY is optional — omit it for the free rate-limited tier. A wsk_ key unlocks the paid deep tier (get one at onchain.wick.pics).

Pay-per-call for autonomous agents (x402)

The same engine is available with no signup and no key via the x402 pay-per-call protocol — agents pay USDC on Base per request. Machine-readable index of every paid route (token-safety, fresh-rug radar, exit-safety, smart-money signals, datasets):

https://onchain.wick.pics/.well-known/x402.json

Human docs: onchain.wick.pics/agents

Env

var

default

purpose

ONCHAIN_API_BASE

https://onchain.wick.pics

API host

ONCHAIN_API_KEY

(none — free tier)

wsk_ key for the paid deep tier

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aitools420/onchain-safety-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server