100pro-token-risk
Server Details
Risk screen for EVM tokens and Solana mints: honeypot, LP lock, mint/freeze. $0.05 USDC on Base.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
- Repository
- rndrpp/100pro-mcp
- GitHub Stars
- 0
- Server Listing
- 100pro-token-risk
TDQS
Score is being calculated.
Available Tools
1 tooltoken_risk_screenARead-onlyIdempotentInspect
Pre-trade risk screen for an EVM token contract or a Solana SPL mint (Base, Ethereum, BSC, Polygon, Arbitrum, Solana). Returns a markdown report: honeypot/tax/owner flags, LP-lock state, mint and freeze authority, transfer fee/hook, holder concentration, liquidity depth, wash-trade flags, and a final Verdict line. Up to 5 comma-separated tokens per call. $0.05 USDC on Base per call (x402 v2, no account, no API key). An unpaid call answers HTTP 402 with the payment challenge; sign it and retry with the payment in the call _meta.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Optional; inferred from the address shape when omitted | |
| token | Yes | Contract address (0x…) or Solana mint; up to 5 comma-separated |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (readOnlyHint, idempotentHint, etc.), the description discloses critical behavior: the $0.05 USDC payment requirement, x402 v2 billing, the HTTP 402 challenge flow, and the instruction to retry with payment in `_meta`. It also specifies the comma-separated token limit and the markdown report format. This substantially enriches what annotations alone provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded: purpose, report contents, batching limit, and payment mechanics each earn their place. No filler or redundancy exists, and the critical pricing/auth detail is placed after the core purpose without bloating the opening.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a read-only tool with two well-documented parameters and no output schema, the description is complete. It explains the output format, the payment mechanism, failure mode (HTTP 402), retry instructions, and supporting chains. No missing information is needed for an agent to call and interpret the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the input schema already documents both parameters, including enum values for chain and the token format. The description mostly repeats this information (chain list, 0x address, Solana mint, comma-separated) without adding new parameter-level semantics beyond a brief clarification of token type. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with 'Pre-trade risk screen for an EVM token contract or a Solana SPL mint', naming a specific verb, resource, and supported chains. It then enumerates exactly what the report contains, making the tool's purpose unmistakable even without sibling tools to distinguish it from.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'Pre-trade risk screen' provides clear context for when this tool should be used, and the detailed report contents signal its suitability for pre-trade due diligence. There are no sibling tools or explicit exclusions, but the description gives enough contextual guidance for an agent to select it appropriately.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- First observed
token_risk_screen
Related MCP Connectors
Screen Base ERC-20 tokens, inspect wallets, simulate txs, price gas. $0.01 in USDC.
Rug pull risk and on-chain forensics for tokens on Solana, Ethereum, Base and Robinhood.
Honeypot detection & token risk scan for ERC-20s. Risk score 0-100, tax, source verification.
Pre-trade token safety checks for AI agents on Solana and Base. x402 USDC per call, no key.
Related MCP Servers
- AlicenseAqualityCmaintenanceSmart contract security scanner for Base. Detect honeypots, rug pulls, hidden mints, proxy dangers, and generate audit reports.825 npm1MIT

AgentRisk MCPofficial
AlicenseAqualityCmaintenanceEnables AI agents on Base to call a check_token_risk tool before trading, providing honeypot detection, LP-lock verification, brand impersonation checks, and live sell simulation across Uniswap V2/V3/V4 and Aerodrome with a clear risk score and should-trade decision.110 npmMIT- 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
- AlicenseNot gradedqualityCmaintenanceToken safety oracle for AI agents. Honeypot detection, 17 scam pattern checks, LP lock verification across 6 EVM chains. Score 0-100 with risk flags. ERC Token Safety Score standard.1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.