100pro-token-risk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| token_risk_screenA | Pre-trade risk screen for an EVM token contract or a Solana SPL mint (Base, Ethereum, BSC, Polygon, Arbitrum, Solana): honeypot/tax/owner flags, LP-lock state, mint & freeze authority, holder concentration, liquidity depth, wash-trade signals, and a final Verdict line. Up to 5 comma-separated tokens per call. $0.10 USDC for one token, $0.25 for a 2-5 token batch, on Base via x402 v2 — no account, no API key. An unpaid call answers HTTP 402 with the payment challenge; sign it and retry with the payment under params._meta['x402/payment']. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility of overlapping or confusable tools. The tool's purpose is clearly and uniquely defined.
With a single tool, there are no naming conflicts or mixed conventions. 'token_risk_screen' is a clear, descriptive snake_case name.
Although one tool is minimal, it is comprehensive for the server's focused purpose of token risk screening. The scope is narrow enough that a single well-designed tool is reasonable.
The tool covers the core risk-screening dimensions: honeypot/tax/owner flags, LP-lock, mint/freeze authority, holder concentration, liquidity depth, wash-trade signals, and a verdict. Multi-token batching and multi-chain support further round out the surface.