Skip to main content
Glama
rndrpp

100pro-token-risk

by rndrpp

100pro Token Risk Screen — MCP server

Pre-trade risk screening for EVM token contracts and Solana SPL mints, exposed as a remote MCP tool. Honeypot/tax/owner flags, LP-lock state, mint & freeze authority, transfer fee/hook, holder concentration, liquidity depth, wash-trade signals — ending in a one-line Verdict.

  • Endpoint: https://x402.rendraputra.dev/mcp (MCP streamable HTTP, JSON-RPC 2.0)

  • Tool: token_risk_screen (token, chain) — read-only, up to 5 comma-separated addresses per call

  • Chains: base, ethereum, bsc, polygon, arbitrum, solana

  • Price: $0.05 USDC per call on Base, paid with x402 v2 — no account, no API key, no subscription. An unpaid call answers HTTP 402 with the payment challenge; pay it and retry. Free metadata: /llms.txt, /openapi.json, /.well-known/x402.

Use it as a remote MCP server (no install)

{
  "mcpServers": {
    "100pro-token-risk": {
      "type": "http",
      "url": "https://x402.rendraputra.dev/mcp"
    }
  }
}

Related MCP server: contract-auditor

Use it through this stdio bridge

Some clients only speak stdio. This tiny proxy forwards initialize, tools/list and tools/call to the remote endpoint (stdlib only, no dependencies):

{
  "mcpServers": {
    "100pro-token-risk": {
      "command": "python3",
      "args": ["/absolute/path/to/100pro_mcp.py"]
    }
  }
}

or straight from the repo, if you use uv:

{
  "mcpServers": {
    "100pro-token-risk": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/rndrpp/100pro-mcp", "100pro-mcp"]
    }
  }
}

What a call returns

A markdown report per token, e.g.:

## 0x8335…2913 (base)
**Verdict: PASS — no blocking risk signal found.**
...

If the call is unpaid the server answers with the x402 payment challenge (HTTP 402). Pay $0.05 USDC on Base to the payTo in the challenge and retry; the response carries a PAYMENT-RESPONSE receipt naming the settled transaction.

Why paying beats a free scanner

Free scanners are the product being sold elsewhere: rate-limited, delay-baiting, or an upsell funnel. This one is a single priced call with a fail-closed guarantee — the report is generated and returned only after the USDC transfer is confirmed on Base, and every settle attempt is logged with the on-chain verdict.

MIT licensed.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    On-chain Solana token safety for trading agents — traces coordinated wallet funding, same-block Jito bundles, serial-rug deployers and live coordinated dumps into one Exit-Liquidity Risk verdict before a swap. Free tier, then $0.02 USDC/query via x402.
    1
    184 npm
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Quick-scan a smart contract for rug, honeypot, or centralization risk before sending funds. It combines verified source, live on-chain state, and heuristic Solidity analysis to return a SAFE/CAUTION/HIGH-RISK verdict.
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Pre-trade token safety check for AI agents. Simulates a sell before you buy, then reports honeypot, tax, liquidity, pair age, same-ticker impersonation and owner powers as one low/medium/high/unknown verdict. Fail-closed: when a critical check cannot run it answers unknown rather than guessing low. Publishes its own measured error rate with the benchmark harness in the repo.
    3
    MIT