100pro-token-risk
Provides pre-trade risk screening for EVM token contracts on Ethereum, including honeypot/tax/owner flags, LP-lock state, mint and freeze authority, transfer fee/hook checks, holder concentration, liquidity depth, wash-trade signals, and a final verdict.
Provides pre-trade risk screening for EVM token contracts on Polygon, including honeypot/tax/owner flags, LP-lock state, mint and freeze authority, transfer fee/hook checks, holder concentration, liquidity depth, wash-trade signals, and a final verdict.
Provides pre-trade risk screening for Solana SPL mints, including honeypot/tax/owner flags, LP-lock state, mint and freeze authority, transfer fee/hook checks, holder concentration, liquidity depth, wash-trade signals, and a final verdict.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@100pro-token-riskScreen 0x1a2b...9c0d on base for token risk"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 callChains:
base,ethereum,bsc,polygon,arbitrum,solanaPrice: $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.
Links
Discovery: https://x402.rendraputra.dev/llms.txt
x402 protocol: https://www.x402.org
MIT licensed.
This server cannot be deployed
Maintenance
Related MCP Connectors
Instant rug-check for any EVM or Solana token, distilled to one clear 0-10 risk verdict.
Rug pull risk and on-chain forensics for tokens on Solana, Ethereum, Base and Robinhood.
Pre-trade token safety checks for AI agents on Solana and Base. x402 USDC per call, no key.
Pre-trade token safety check for AI agents. Simulates a sell before you buy, then returns one low/medium/high/unknown verdict with the signals behind it: sellability, buy/sell tax, liquidity depth, pair age, same-ticker impersonation, owner powers from bytecode. Ethereum, BSC, Base, Solana. Fail-closed - a check that cannot run answers unknown, never low. Publishes its own measured error rate with the benchmark harness in the repo. Free, no signup, no API key, MIT.
Related MCP Servers
- AlicenseAqualityAmaintenanceOn-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.1184 npm1MIT
- AlicenseAqualityBmaintenanceQuick-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.1MIT
- AlicenseAqualityBmaintenanceOn-chain rug-pull & honeypot risk screen for ERC-20 tokens, providing a SAFE / CAUTION / HIGH-RISK verdict based on live public RPC reads.2MIT
- AlicenseAqualityBmaintenancePre-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.3MIT