MCP.so
Sign In

Tokensafe

@ampactor-labs

About Tokensafe

Quick safety screening for any Solana SPL token. Returns: risk score (0-100), risk level (LOW/MODERATE/HIGH/CRITICAL/EXTREME), human-readable summary, token name/symbol, whether authorities are renounced, trusted_authority (true when active authority belongs to a known issuer lik

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "tokensafe": {
      "url": "https://tokensafe-production.up.railway.app/mcp"
    }
  }
}

Tools

1

Quick safety screening for any Solana SPL token. Returns: rug risk score (0-100), risk level (LOW/MODERATE/HIGH/CRITICAL/EXTREME), human-readable summary, token name/symbol, whether authorities are renounced, liquidity rating (DEEP/MODERATE/SHALLOW/NONE), top-10 holder concentration percentage, honeypot status (can_sell), token age, Token-2022 extension risks, data_confidence ('complete' or 'partial'), and degraded_note (human-readable explanation when partial). This is a FREE lite check — for full details (individual authority addresses, holder breakdown with addresses, LP lock status and locker identity, honeypot sell tax, field-level change detection), use the x402 paid endpoint at GET /v1/check?mint=<address> ($0.02 USDC per request). If data_confidence='partial', some checks failed (see degraded_checks array and uncertainty_penalties). The risk_score includes uncertainty penalties for missing data — it may not reflect true risk. The actual risk could be much higher if the failed checks would have revealed problems.

Overview

What is Tokensafe?

Tokensafe is a Solana token safety scanner that performs deterministic on-chain analysis for any Solana SPL token. It provides risk scores and detailed security reports without relying on third-party APIs or machine learning.

How to use Tokensafe?

Configure your MCP client with the server URL https://tokensafe-production.up.railway.app/mcp. Invoke the free tools solana_token_safety_lite (10 requests per minute) or solana_token_safety_preview for quick risk assessments. For a full report, make a GET request to /v1/check?mint=<address> via the x402 REST API, costing $0.008 USDC.

Key features of Tokensafe

  • Deterministic on-chain analysis for any Solana SPL token.
  • Free tools: risk score 0-100, risk level, summary.

Comments

More Other MCP servers