← 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

LIVE ENDPOINT

https://truedge.xyz/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_token_risk and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name, description or schema mentions credentials.

Parent server

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]
url = "https://truedge.xyz/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: truedge
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": {
      "url": "https://truedge.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "truedge",
  "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 — List recent crypto hacks and exploits that Truedge tracks, newest first, one line per incident with the reported loss, date and the original report's URL.
  • 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.