Token Safety & Contract Risk API MCP Server

Token safety check — honeypot, tax, proxy, blacklist, risk score. GoPlus-powered. x402.

Local serverstdio

What is the Token Safety & Contract Risk API MCP server?

Connect Token Safety & Contract Risk API to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Token safety check — honeypot, tax, proxy, blacklist, risk score. GoPlus-powered. x402. The token safety & contract risk api mcp server is what makes that connection.

What the server does

Token contract safety scanner -- honeypot, tax, proxy, blacklist, ownership. Rug-pull protection for agents. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • token_check_safety — GET

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Token Safety & Contract Risk API's toolset — token_check_safety — is a fair guide to whether it matches your workflow. It is maintained by Br0ski777; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
token_check_safetyGET

How to install the Token Safety & Contract Risk API MCP server

{
  "mcpServers": {
    "token-safety": {
      "url": "https://token-safety.api.klymax402.com/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Token Safety & Contract Risk API to token check safety.

Frequently asked questions

It connects Token Safety & Contract Risk API to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (token_check_safety) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Token Safety & Contract Risk API directly.