← Registry

Security & Testing

truedge.xyz

Provides crypto security tools to assess token risks, contract safety, and detect scams or phishing.

1 endpoint5 known toolsFirst detected July 5, 2026Last detected September 25, 2026

ENDPOINT 1

https://truedge.xyz/mcp

No auth detected

MCP server metadata

Name
truedge
Version
1.0.0
Capabilities
tools
Server instructions

Truedge risk-intelligence tools. Use check_token_risk / check_contract_safety for a token, get_recent_hacks for exploits. Informational only, never financial advice.

Known tools 5

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).

Inferred read-only
check_contract_safety

Get the on-chain contract-safety findings (GoPlus) for a token: honeypot, mintable, ownership renounced, hidden owner, transfer-pausable, holder concentration.

Potential side effects
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.

Inferred read-only
check_address

Check a crypto WALLET or contract ADDRESS for scam/sanctions risk before sending funds to it.

Inferred read-only
check_url

Check whether a website URL is a known crypto PHISHING / fake site before connecting a wallet.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for truedge.xyz was fetched 2026-08-21T21:53:29.739Z and is being refreshed.

Trust status Trusted

truedge.xyz is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.