Tokensafe

by ampactor-labs

256 downloads
Not rated
GitHub

About

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

Details

Author
ampactor-labs
Downloads
256
Categories
Other, Security

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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Tokensafe
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

solana_token_safety_check

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

TokenSafe — Solana Token Safety Scanner

Deterministic on-chain analysis for any Solana SPL token. No third-party APIs, no opaque ML.

Tools

| Tool | Price | Description | |------|-------|-------------| | solana_token_safety_lite | Free (10/min) | Risk score 0-100, risk level, summary | | solana_token_safety_preview | Free | Same as lite + structured upgrade CTA |

Full Report (via x402 REST API)

GET /v1/check?mint=<address> — $0.008 USDC via x402. Returns mint/freeze authority, holder concentration, liquidity depth, LP lock status, honeypot detection, metadata mutability, token age, Token-2022 extensions, delta detection, and alerts.

Connect

```json { "mcpServers": { "tokensafe": { "url": "https://tokensafe-production.up.railway.app/mcp" } } }
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.