Security & Testing
truedge.xyz
Provides crypto security tools to assess token risks, contract safety, and detect scams or phishing.
ENDPOINT 1
https://truedge.xyz/mcp
MCP server metadata
- Name
- truedge
- Version
- 1.0.0
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_riskGet Truedge's overall risk posture for a crypto token (pump-and-dump / risk-watch tier, contract-safety verdict, and red flags).
Inferred read-onlycheck_contract_safetyGet the on-chain contract-safety findings (GoPlus) for a token: honeypot, mintable, ownership renounced, hidden owner, transfer-pausable, holder concentration.
Potential side effectsget_recent_hacksList 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-onlycheck_addressCheck a crypto WALLET or contract ADDRESS for scam/sanctions risk before sending funds to it.
Inferred read-onlycheck_urlCheck whether a website URL is a known crypto PHISHING / fake site before connecting a wallet.
Inferred read-onlyCONNECT 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.
truedge.xyz is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.