# io.tooloracle/xrploracle (remote · feedoracle.io)

XRPLOracle - 31 XRP Ledger tools: payments, DEX, AMM, hooks, NFTs, validators, DIDs.

- Trust score: 58/100 (low)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `feedoracle.io`: 58/100 (this document), [markdown](https://verifymcp.io/servers/io-tooloracle-xrploracle/xrpl-mcp.md), [page](https://verifymcp.io/servers/io-tooloracle-xrploracle/xrpl-mcp)

## Channel facts

- Endpoint: `https://feedoracle.io/xrpl/mcp/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 31 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 54/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 1564 tokens (~50/item across 31 items; 31 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 86/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 59% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http io-tooloracle-xrploracle https://feedoracle.io/xrpl/mcp/
```

### Codex

```toml
[mcp_servers.io-tooloracle-xrploracle]
url = "https://feedoracle.io/xrpl/mcp/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-tooloracle-xrploracle": {
      "type": "remote",
      "url": "https://feedoracle.io/xrpl/mcp/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add io-tooloracle-xrploracle --url https://feedoracle.io/xrpl/mcp/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  io-tooloracle-xrploracle:
    url: "https://feedoracle.io/xrpl/mcp/"
```

### Other

```json
{
  "mcpServers": {
    "io-tooloracle-xrploracle": {
      "type": "http",
      "url": "https://feedoracle.io/xrpl/mcp/"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 58, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 57, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 55, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 55, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 54, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 53)

First indexed and scored.

## MCP tools (31)

### `xrpl_overview` (~27 tokens)

XRPL network overview: XRP price, ledger stats, reserve requirements, base fee

### `xrpl_rlusd` (~28 tokens)

RLUSD stablecoin compliance and risk intelligence: peg health, supply, NYDFS compliance

### `xrpl_account_intel` (~43 tokens)

XRPL account intelligence: XRP balance, trust lines, open offers, escrows, flags

Input parameters:

- `address` (string, required): XRPL classic address (r...)

### `xrpl_dex_orderbook` (~69 tokens)

XRPL native DEX order book: bids/asks for any currency pair

Input parameters:

- `base_currency` (string)
- `base_issuer` (string)
- `limit` (integer)
- `quote_currency` (string)
- `quote_issuer` (string)

### `xrpl_amm_pools` (~44 tokens)

XRPL AMM liquidity pool intelligence: reserves, trading fee, LP token supply

Input parameters:

- `asset` (string)
- `asset2` (string)

### `xrpl_payment_intel` (~53 tokens)

XRPL cross-border payment intelligence: routing, ODL, settlement speed, cost

Input parameters:

- `amount_xrp` (number)
- `from_currency` (string)
- `to_currency` (string)

### `xrpl_token_check` (~41 tokens)

XRPL issued currency risk check: issuer trust, supply, freeze capability, compliance

Input parameters:

- `currency` (string)
- `issuer` (string)

### `xrpl_escrow_monitor` (~35 tokens)

XRPL escrow intelligence: locked XRP amounts, conditions, expiry, total value

Input parameters:

- `address` (string, required)

### `xrpl_nft_intel` (~59 tokens)

XRPL NFT intelligence (XLS-20): collection stats, holdings, mutable URIs, transfer fees. Native ledger NFTs — no smart contract risk.

Input parameters:

- `account` (string): XRPL account to check NFTs for (optional)

### `xrpl_nft_offers` (~46 tokens)

XRPL NFT buy/sell offers for a specific NFToken. Shows all active marketplace offers.

Input parameters:

- `nft_id` (string, required): NFTokenID to check offers for

### `xrpl_trust_lines` (~45 tokens)

XRPL trust line analysis: all issued currencies an account holds. Shows balances, issuers, compliance status.

Input parameters:

- `account` (string, required): XRPL account to analyze

### `xrpl_server_state` (~50 tokens)

XRPL network deep state: validators, amendments, fees, load, uptime. Shows all native features (DEX, AMM, NFT, DID, Credentials, MPT, Escrow, Compliance).

### `xrpl_gateway_balances` (~49 tokens)

XRPL gateway/issuer analysis: total obligations, hot wallet balances, compliance capabilities (freeze, clawback, require auth).

Input parameters:

- `account` (string, required): Gateway/issuer XRPL address

### `xrpl_path_find` (~96 tokens)

XRPL cross-currency path finding: discover optimal payment routes using DEX + AMM liquidity. Atomic cross-currency settlement.

Input parameters:

- `amount` (string): Amount to deliver
- `currency` (string): Destination currency (default: USD)
- `destination_account` (string, required): Receiver XRPL address
- `issuer` (string): Currency issuer (if not XRP)
- `source_account` (string, required): Sender XRPL address

### `xrpl_ledger_data` (~76 tokens)

XRPL on-chain object scanner: explore DIDs, AMMs, MPTs, escrows, offers, checks, NFTs as native ledger objects.

Input parameters:

- `type` (string): Object type filter: account, amm, check, did, escrow, nft_offer, offer, payment_channel, mpt_issuance

### `xrpl_compliance_check` (~50 tokens)

XRPL compliance check: freeze status, clawback capability, auth requirements, transfer restrictions. Native MiCA-relevant controls.

Input parameters:

- `account` (string, required): XRPL account to check compliance flags

### `xrpl_rlusd_supply` (~50 tokens)

RLUSD live supply intelligence: on-chain circulating supply from XRPL gateway_balances, mint/burn tracking, supply changes 24h/7d. The deepest RLUSD supply data available.

### `xrpl_rlusd_cci` (~48 tokens)

RLUSD Compliance Confidence Index (CCI): proprietary composite score from peg stability (40%), reserve ratio (35%), market depth (25%). Grade A-F. MiCA-relevant.

### `xrpl_rlusd_integrity` (~50 tokens)

RLUSD multi-source integrity check: cross-references DeFiLlama price, XRPL on-chain supply, XRPL DEX liquidity. Auto-flags peg deviations and supply mismatches.

### `xrpl_rlusd_holders` (~41 tokens)

RLUSD holder distribution analysis: whale concentration, top 10/50 holders, concentration risk score. Scanned directly from XRPL trust lines.

### `xrpl_rlusd_service` (~46 tokens)

RLUSD CPA-attested transparency reports: reserve ratios, outstanding units, reserve values from Standard Custody (NYDFS-regulated, AICPA standard). Parsed and structured.

### `xrpl_rlusd_anchor` (~44 tokens)

RLUSD on-chain attestation anchoring: 86+ XRPL transactions anchoring SHA-256 hashes of attestation data. Unfalsifiable audit trail.

### `xrpl_rlusd_webhook` (~48 tokens)

RLUSD enterprise webhook system: HMAC-SHA256 signed alerts for depeg, supply mismatch, reserve warnings, new attestations. Exponential backoff + dead letter queue.

### `xrpl_rlusd_enterprise` (~40 tokens)

RLUSD enterprise-grade data: freshness scoring, confidence levels, multi-source attribution, compliance flags, schema versioning. Built for regulated institutions.

### `xrpl_iso20022` (~38 tokens)

ISO 20022 mappable XML structure for RLUSD evidence. Banking-grade data format for regulated institutions. MiCA/DORA-ready.

### `xrpl_rwa_scoring` (~49 tokens)

XRPL RWA ecosystem scoring: infrastructure (95), DeFi primitives (85), compliance (90), RWA readiness (88). Overall Grade A. The definitive XRPL assessment.

### `xrpl_quantum_join` (~79 tokens)

Join OracleNet via your XRPL wallet. One call: instant Trust Passport, 1,229 compliance tools, cross-chain settlement (XRPL + Base). The gateway to the autonomous agent economy.

Input parameters:

- `agent_name` (string): Your agent name
- `xrpl_address` (string, required): Your XRPL address (starts with r)

### `xrpl_beacon_pulse` (~40 tokens)

Read the OracleNet beacon. Mesh health, settlement lanes (XRPL + Base), join instructions. The heartbeat of the autonomous agent economy.

### `xrpl_settlement_status` (~38 tokens)

XRPL settlement lane: fees, speed, RLUSD supply, liquidity. Why XRPL is the fastest settlement for AI agent commerce.

### `xrpl_escrow_create` (~96 tokens)

Create an XRPL native escrow for agent-to-agent deals. No smart contract needed — XRPL has built-in escrow. Lock XRP, set conditions, auto-release on fulfillment.

Input parameters:

- `amount_xrp` (number): Amount to escrow in XRP
- `deal_type` (string): Type of deal
- `destination` (string): Recipient XRPL address
- `hours` (integer): Hours until escrow can be finished

### `xrpl_escrow_check` (~46 tokens)

Check active XRPL escrows for an address. Shows locked amounts, conditions, and deadlines.

Input parameters:

- `owner` (string, required): XRPL address to check escrows for

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/io-tooloracle-xrploracle/xrpl-mcp#diagnostics

## Score history

- 2026-08-03: 58
- 2026-08-02: 58
- 2026-08-01: 57
- 2026-07-31: 57
- 2026-07-30: 55
- 2026-07-29: 55
- 2026-07-28: 55
- 2026-07-27: 54
- 2026-07-26: 53

## Links

- Remote endpoint: https://feedoracle.io/xrpl/mcp/
- Repository: https://github.com/ToolOracle/xrploracle
- Changelog RSS feed: https://verifymcp.io/servers/io-tooloracle-xrploracle/xrpl-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-tooloracle-xrploracle/xrpl-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/io-tooloracle-xrploracle/xrpl-mcp
