# TokenSafe

Evaluate Solana SPL tokens for security risks and safety scores instantly. Provides concise risk summaries and screenings to protect against potential threats. Simplifies complex blockchain data into…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ampactor-labs/tokensafe

# Browse available tools
npx -y @smithery/cli@latest tool list ampactor-labs/tokensafe

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ampactor-labs/tokensafe solana_token_safety_lite

# Call a tool
npx -y @smithery/cli@latest tool call ampactor-labs/tokensafe solana_token_safety_lite '{}'
```

## Direct MCP Connection

Endpoint: `https://tokensafe--ampactor-labs.run.tools`

## Tools (2)

- `solana_token_safety_lite` — Quick free safety check for any Solana SPL token. Returns risk score (0-100), risk level, and a human-readable summary.…
- `solana_token_safety_preview` — Preview safety analysis for any Solana SPL token. Returns risk score (0-100), risk level, and summary. Full report with…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ampactor-labs/tokensafe <tool-name>
```
