INDIVIDUAL MCP TOOL
get_token_ohlc
OHLC price-history candles for an XRPL token — open/high/low/close plus volume per interval, the series behind a candlestick chart.
LIVE ENDPOINT
https://cerberusindex.com/mcp
Connect to this endpoint to inspect the live schema for get_token_ohlc 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
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.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.
Related tools
check_xrpl_token— Live safety verdict for an XRPL token: clawback & global-freeze hard rejects, issuer blackhole status (can supply ever be re-minted?check_issuer_reputation— Reputation for an XRPL issuer: blocklist status + historical detection outcomes.check_address— Cross-chain address & counterparty risk — one call before you send to, approve, or trust an address.check_transaction— Simulate an unsigned XRPL transaction and tell you what it will ACTUALLY do — before you sign it.check_endpoint— Endpoint & tool trust — one call before an agent connects to a third-party MCP server or HTTP tool.token_holders— Holder distribution & concentration risk for an XRPL token: holder count, top-1 and top-10 share of circulating supply, AMM pool excluded from whale math.verify_issuer_domain— Bidirectional domain verification for an XRPL issuer: decodes the on-chain Domain field and checks the domain's /.resolve_asset— Cross-chain identity for an XRPL token — 'what is this, everywhere it exists?