100pro Token Risk Screen — MCP server
MCP serverEverything elseRisk screen for EVM tokens and Solana mints: honeypot, LP lock, mint/freeze. $0.10 USDC on Base.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use 100pro Token Risk Screen — MCP server
Install 100pro Token Risk Screen — MCP server
The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.
Claude Code
claude mcp add --transport http 100pro-token-risk-screen-mcp-ser 'https://x402.rendraputra.dev/mcp'Run it once in your project, then open /mcp to approve any sign-in the server asks for.
Claude Desktop
https://x402.rendraputra.dev/mcpAdd a custom connector in Settings, paste this address, and approve the sign-in.
Cursor
cursor://anysphere.cursor-deeplink/mcp/install?name=100pro-token-risk-screen-mcp-ser&config=eyJ1cmwiOiJodHRwczovL3g0MDIucmVuZHJhcHV0cmEuZGV2L21jcCJ9Open the link and Cursor adds the server at that address.
ChatGPT
https://x402.rendraputra.dev/mcpIn Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.
Codex
codex mcp add 100pro-token-risk-screen-mcp-ser --url 'https://x402.rendraputra.dev/mcp'Run it once, then sign in with codex mcp login 100pro-token-risk-screen-mcp-ser if the server asks for an account.
From the project's README
As published by rndrpp/100pro-mcp in README.md.
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"
}
}
}
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
- OpenAPI: https://x402.rendraputra.dev/openapi.json
- x402 protocol: https://www.x402.org
MIT licensed.
Advanced
- Delivery
- 100pro-token-risk MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
dev-rendraputra-100pro-token-risk- Source
- github.com/rndrpp/100pro-mcp
- Hosted endpoint
https://x402.rendraputra.dev/mcp