Skip to main content
Glama

Token honeypot / rug safety check (paid $0.02)

token_safety

PAID $0.02 (x402, USDC on Base). Multi-chain token honeypot/rug check aggregating GoPlus token-security + honeypot.is buy/sell-tax simulation into a normalized 0-100 risk score with explainable reasons: honeypot/can't-sell, buy/sell tax, mint/blacklist/pausable/ownership privileges, top-holder concentration, LP-lock, contract verified/bytecode. Descriptive facts only — NOT a buy/sell signal. Without payment returns the x402 challenge; pass x_payment to settle. Free teaser: token_safety_free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainYesChain: ethereum | base | bsc | polygon | arbitrum | optimism.
addressYes0x token contract address.
x_paymentNox402 payment payload (base64) for this PAID tool. If supplied it is forwarded as the X-PAYMENT header to settle the call and return the real result instead of a 402 challenge. Omit to get the price challenge first.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It covers payment behavior (paid $0.02 via x402, challenge response without payment), data sources (GoPlus, honeypot.is), output format (0-100 risk score with reasons), and the non-advisory nature. It also explains x_payment's role. Missing are edge-case behaviors like error handling, but critical behaviors are transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but well-structured, front-loading the payment aspect ('PAID $0.02') and then explaining functionality and output. Each sentence earns its place, covering payment, data sources, output, disclaimer, and free alternative without redundancy. Slightly long, but justified for a paid tool with these nuances.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite no output schema, the description explains the output's nature (0-100 score with reasons) and lists covered checks (honeypot, tax, ownership, etc.). It covers payment mechanics, data sources, and the free alternative. The supported chains are in the schema, so the description's 'multi-chain' claim is sufficient. Missing details like error scenarios, but overall the context is adequate for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides 100% coverage for all parameters, describing chain, address, and x_payment in detail. The tool description reinforces the x_payment flow ('pass x_payment to settle') but does not add substantial meaning beyond the schema's explicit explanation. It provides context about the payment currency (USDC on Base) but does not enrich parameter semantics significantly.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: a multi-chain token honeypot/rug check aggregating GoPlus and honeypot.is data into a normalized 0-100 risk score with explainable reasons. It explicitly names the free alternative token_safety_free, distinguishing this paid version. The disclaimer 'Descriptive facts only — NOT a buy/sell signal' further clarifies its purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains the payment flow: 'Without payment returns the x402 challenge; pass x_payment to settle.' It also points to the free teaser token_safety_free, implying a lighter alternative. However, it does not explicitly state when to prefer this tool over the free sibling, though the paid nature and naming make this inferable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool pair (paid and free) clearly delineates a distinct capability: approvals scanning, EIP-712 signature decoding, transaction simulation, and token safety. The free versions are explicitly described as teasers with pointers to the full paid versions, eliminating ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern: base name for the paid tool and base name + '_free' for the free counterpart. There is no mixing of conventions or vague verbs.

Tool Count5/5

With 8 tools, the server is well-scoped for its purpose. Although four of the tools are free variants, they serve a distinct tiered-access purpose and do not feel excessive.

Completeness4/5

The tool set covers the major wallet-safety domains: approval risks, off-chain signature risks, transaction simulation, and token rug-pull detection. Minor gaps exist (e.g., no direct address reputation lookup or transaction history analysis), but the core workflows are well covered.