← truedge.xyz

INDIVIDUAL MCP TOOL

check_token_risk

Get Truedge's overall risk posture for a crypto token (pump-and-dump / risk-watch tier, contract-safety verdict, and red flags).

truedge.xyznone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent endpoint

truedge.xyz

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.truedge-xyz]
url = "https://truedge.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "truedge-xyz": {
      "type": "http",
      "url": "https://truedge.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: truedge-xyz
Remote MCP URL: https://truedge.xyz/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "truedge-xyz": {
      "url": "https://truedge.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "truedge-xyz": {
      "type": "http",
      "url": "https://truedge.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "truedge-xyz",
  "transport": "streamable-http",
  "url": "https://truedge.xyz/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • check_contract_safety — Get the on-chain contract-safety findings (GoPlus) for a token: honeypot, mintable, ownership renounced, hidden owner, transfer-pausable, holder concentration.
  • get_recent_hacks — Get recent DeFi hacks / exploits tracked by Truedge (deduplicated), with amounts, techniques, dates and sources.
  • check_address — Check a crypto WALLET or contract ADDRESS for scam/sanctions risk before sending funds to it.
  • check_url — Check whether a website URL is a known crypto PHISHING / fake site before connecting a wallet.