You're viewing a demo portfolio

Join the waitlist
PRSM

trust_check_preview

Active

Tool of com.paladinfi/trust-check-mcp

declared in 3.2.4

Get a SAMPLE-FIXTURE preview of the PaladinFi token-contract trust check. ⚠️ NOT a real evaluation. Returns fixed sample data with `_preview: true`, every factor marked `real: false`, and recommendation prefixed `sample-` (`sample-allow` / `sample-warn` / `sample-block`). Use this for shape-testing your integration; DO NOT use the verdict to gate real swaps, signing, or any production agent decision. **Programmatic safety check**: before consuming any field of this response, agents should test `resp.get("_real") is True` (top-level) — preview always returns `_real: false`. Substring-matching on `recommendation` (e.g. `"allow" in resp["trust"]["recommendation"]`) will INCORRECTLY match `sample-allow`; use exact-equality (`resp["trust"]["recommendation"] == "allow"`) or test the `_real` field instead. For free real-data wallet-OFAC screening (binary allow/block, anonymous, no payment), use `trust_check_ofac_free` from this same MCP server.

Parameters schema

{
  "type": "object",
  "required": [
    "address"
  ],
  "properties": {
    "address": {
      "type": "string",
      "description": "ERC20 contract address to evaluate (Base 8453 only currently;\n     must match `^0x[a-fA-F0-9]{40}$`)"
    },
    "chainId": {
      "type": "integer",
      "default": 8453,
      "description": "EVM chain ID (default 8453 = Base; only chain supported)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

com.paladinfi/trust-check-mcp

https://github.com/paladinfi/trust-check-mcp

1/7 registries
View full server →
trust_check_preview — com.paladinfi/trust-check-mcp — PRSM MCP