Skip to main content
Glama

BaseGuard + WalletGuard

Server Details

Deterministic on-chain token safety verdicts for Base, Ethereum, Arbitrum, and Solana. No LLM — pure on-chain data including Clanker CREATE2 resolution, Pump.fun bonding curve detection, Raydium LP checks, and a pro tier with Farcaster social signals and holder growth velocity. Also includes /verdict/pump — a fast Pump.fun specific verdict optimised for HFT at 474ms p50, covering bonding curve SOL reserve, graduation status, and deployer age. Solana only, $0.02 USDC."

Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.

If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.6/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: check_pump_token for Pump.fun tokens, check_token_safety for general tokens, check_token_safety_lite for quick screening, check_token_safety_pro for social signals, check_wallet for full wallet analysis, and check_wallet_quick for wallet age verification. Descriptions provide explicit use cases and examples, eliminating ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern starting with 'check_', with specific suffixes (pump_token, token_safety, token_safety_lite, token_safety_pro, wallet, wallet_quick). The naming is predictable and correctly reflects the tool's function.

Tool Count5/5

Six tools is well-scoped for the domain of blockchain risk assessment. It provides a tiered suite for token safety (standard, lite, pro, pump-specific) and wallet analysis (full, quick), covering varying needs without being excessive.

Completeness5/5

The tool set covers the full lifecycle of token and wallet risk assessment: general token safety, fast screening, deep social analysis, Pump.fun-specific checks, and wallet risk profiling at two levels. No obvious gaps for the stated purpose of evaluating counterparty and token risk before trades.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 6 tool updates
    • Changedcheck_pump_token4 fields changed
      • changedInput schema / properties / contractAddress / description
        Previous value: -"Pump.fun token mint address (base58 encoded Solana public key)."New value: +"Required. Pump.fun token mint address — base58 encoded Solana public key, 32–44 characters. Example: '8xem5nmhT5zrsBbfH3Vf5wkvKiLBRkFxKpvHvaTpump'."
      • addedInput schema / properties / contractAddress / maxLength
        Added value: +44
      • addedInput schema / properties / contractAddress / minLength
        Added value: +32
      • addedInput schema / properties / contractAddress / pattern
        Added value: +"^[1-9A-HJ-NP-Za-km-z]{32,44}$"
    • Changedcheck_token_safety3 fields changed
      • changedInput schema / properties / chainId / description
        Previous value: -"Blockchain network the token is deployed on. Defaults to Base if omitted."New value: +"Optional. Chain the token is deployed on. Defaults to 'base'. Enum: 'base' | 'ethereum' | 'arbitrum' | 'solana'."
      • changedInput schema / properties / contractAddress / description
        Previous value: -"Token contract address to analyse. Use 0x-prefixed hex for EVM chains (Base, Ethereum, Arbitrum) or base58 for Solana."New value: +"Required. Token contract address. 0x-prefixed 42-char hex for EVM chains; base58 for Solana. Example: '0x4ed4e862860bed51a9570b96d89af5e1b0efefed' (Base/EVM) or '8xem5nmhT5zrsBbfH3Vf5wkvKiLBRkFxKpvHvaTpump' (Solana)."
      • addedInput schema / properties / contractAddress / minLength
        Added value: +1
    • Changedcheck_token_safety_lite3 fields changed
      • changedInput schema / properties / chainId / description
        Previous value: -"Blockchain network the token is deployed on. Defaults to Base if omitted."New value: +"Optional. Chain the token is deployed on. Defaults to 'base'. Enum: 'base' | 'ethereum' | 'arbitrum' | 'solana'."
      • changedInput schema / properties / contractAddress / description
        Previous value: -"Token contract address to check. Use 0x-prefixed hex for EVM chains or base58 for Solana."New value: +"Required. Token contract address. 0x-prefixed 42-char hex for EVM chains; base58 for Solana. Example: '0x4ed4e862860bed51a9570b96d89af5e1b0efefed' (Base/EVM) or '8xem5nmhT5zrsBbfH3Vf5wkvKiLBRkFxKpvHvaTpump' (Solana)."
      • addedInput schema / properties / contractAddress / minLength
        Added value: +1
    • Changedcheck_token_safety_pro3 fields changed
      • changedInput schema / properties / chainId / description
        Previous value: -"Blockchain network the token is deployed on. Defaults to Base if omitted."New value: +"Optional. Chain the token is deployed on. Defaults to 'base'. Enum: 'base' | 'ethereum' | 'arbitrum' | 'solana'. Full holder growth velocity signals are only available on Base; other chains return trend: 'unknown'."
      • changedInput schema / properties / contractAddress / description
        Previous value: -"Token contract address to analyse. Use 0x-prefixed hex for EVM chains (Base, Ethereum, Arbitrum) or base58 for Solana."New value: +"Required. Token contract address. 0x-prefixed 42-char hex for EVM chains; base58 for Solana. Example: '0x4ed4e862860bed51a9570b96d89af5e1b0efefed' (Base/EVM) or '8xem5nmhT5zrsBbfH3Vf5wkvKiLBRkFxKpvHvaTpump' (Solana)."
      • addedInput schema / properties / contractAddress / minLength
        Added value: +1
    • Changedcheck_wallet2 fields changed
      • changedInput schema / properties / address / description
        Previous value: -"EVM wallet address to profile. Must be a 0x-prefixed 42-character hex address."New value: +"Required. EVM wallet address — 0x-prefixed, 42 characters. Example: '0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045'."
      • addedInput schema / properties / address / pattern
        Added value: +"^0x[0-9a-fA-F]{40}$"
    • Changedcheck_wallet_quick2 fields changed
      • changedInput schema / properties / address / description
        Previous value: -"EVM wallet address to check. Must be a 0x-prefixed 42-character hex address."New value: +"Required. EVM wallet address — 0x-prefixed, 42 characters. Example: '0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045'."
      • addedInput schema / properties / address / pattern
        Added value: +"^0x[0-9a-fA-F]{40}$"
  2. 1 tool update
    • Addedcheck_pump_token
  3. 5 tool updates
    • First observedcheck_token_safety
    • First observedcheck_token_safety_lite
    • First observedcheck_token_safety_pro
    • First observedcheck_wallet
    • First observedcheck_wallet_quick

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    On-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.
    1
    15 npm
    1
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables agents to query real-time labelled pump.fun intelligence—launch risk cards, creator reputation, rug/graduation flags, wallet profiles, and market regime—with paid endpoints settled per request via x402 USDC on Solana and free sample/regime tools.
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides typed onchain verdicts for EVM tokens with calibrated probabilities, enabling agents to make informed decisions on tokens such as ape, watch, or avoid, along with risk scores.
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources