Security & Testing
cerberusindex.com
Provides security and risk analysis for XRPL tokens, issuers, addresses, and transactions.
ENDPOINT 1
https://cerberusindex.com/mcp
MCP server metadata
- Name
- cerberus-index
- Version
- 1.28.1
Known tools 20
check_xrpl_tokenLive safety verdict for an XRPL token: clawback & global-freeze hard rejects, issuer blackhole status (can supply ever be re-minted?
Inferred read-onlycheck_issuer_reputationReputation for an XRPL issuer: blocklist status + historical detection outcomes.
Inferred read-onlycheck_addressCross-chain address & counterparty risk — one call before you send to, approve, or trust an address.
Potential side effectscheck_transactionSimulate an unsigned XRPL transaction and tell you what it will ACTUALLY do — before you sign it.
Inferred read-onlycheck_endpointEndpoint & tool trust — one call before an agent connects to a third-party MCP server or HTTP tool.
Inferred read-onlytoken_holdersHolder distribution & concentration risk for an XRPL token: holder count, top-1 and top-10 share of circulating supply, AMM pool excluded from whale math.
Inferred read-onlyverify_issuer_domainBidirectional domain verification for an XRPL issuer: decodes the on-chain Domain field and checks the domain's /.
Inferred read-onlyresolve_assetCross-chain identity for an XRPL token — 'what is this, everywhere it exists?
Inferred read-onlyget_new_poolsRecently detected XRPL AMM pools (newest first, max 100), enriched: readable name, age, initial liquidity and fee, plus an honest launch-time screening label.
Inferred read-onlyget_token_ohlcOHLC price-history candles for an XRPL token — open/high/low/close plus volume per interval, the series behind a candlestick chart.
Inferred read-onlyget_wallet_activityA readable, risk-annotated history of what an XRPL wallet did: recent transactions turned into plain language (sent/received amounts with token names, trustlines, DEX/AMM ops), with counterparties on the Cerberus rug blocklist flagged, new trustlines to blocklisted issuers flagged, and account-takeover transactions (SetRegularKey, SignerListSet, master-key disable) surfaced as notable — watching your OWN wallet is compromise detection.
Inferred read-onlyquote_ammQuote an XRP->token swap against the live XLS-30 AMM pool: tokens out, spot vs effective price, price impact.
Inferred read-onlyfind_best_pathFind the safest EXECUTABLE route to acquire an XRPL token and screen every hop.
Inferred read-onlywatch_tokenMonitor an XRPL token you hold and get alerted when it turns dangerous.
Inferred read-onlycheck_alertsCollect alerts raised by your `watch_token` watches: what changed, how severe (critical | warning | info), and the on-chain numbers behind it — plus the status of every watch you own.
Inferred read-onlyverify_attestationVerify a signed Cerberus attestation (from any tool called with `attest=true`).
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.cerberus-index]
url = "https://cerberusindex.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cerberus-index": {
"type": "http",
"url": "https://cerberusindex.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cerberus-index
Remote MCP URL: https://cerberusindex.com/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": {
"cerberus-index": {
"url": "https://cerberusindex.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cerberus-index": {
"type": "http",
"url": "https://cerberusindex.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cerberus-index",
"transport": "streamable-http",
"url": "https://cerberusindex.com/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 cerberusindex.com was fetched 2026-07-25T21:52:52.320Z and is being refreshed.
cerberusindex.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.