← Registry

Developer Tools

xrplhub.io

Offers tools to check XRP Ledger wallet scores, generate verifiable score certificates, build XRPL transactions, and submit community grant applications.

1 endpoint6 known toolsFirst detected September 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://www.xrplhub.io/api/mcp

No auth detected

MCP server metadata

Name
xrplhub
Version
1.3.0
Capabilities
tools

Known tools 6

issue_score_credential

Get a signed, tamper-evident certificate of a wallet's XRPLScore that any counterparty can verify without trusting the holder — the free score isn't provable to a third party, this is.

Inferred read-only
check_xrpl_score

Get a 300–850 creditworthiness score for any XRP Ledger wallet before you pay, lend to, trade with, or onboard it.

Potential side effects
list_xrpl_services

List all 35 XRPL actions that build_xrpl_transaction can produce.

Inferred read-only
build_xrpl_transaction

Get a ready-to-sign transaction JSON for any of 35 XRPL actions — no XRPL coding.

Inferred read-only
submit_grant_application

Apply for a community micro-grant (1–100 RLUSD) paid wallet-to-wallet from the XRPLHub on-chain treasury for rent, utilities, groceries, medical, transport, or childcare.

Inferred read-only
donate_to_community_fund

Donate XRP or RLUSD to the XRPLHub Community Grant Treasury — a transparent on-chain fund that pays approved applicants wallet-to-wallet with zero overhead.

Inferred read-only

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.xrplhub]
url = "https://www.xrplhub.io/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "xrplhub": {
      "type": "http",
      "url": "https://www.xrplhub.io/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: xrplhub
Remote MCP URL: https://www.xrplhub.io/api/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": {
    "xrplhub": {
      "url": "https://www.xrplhub.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "xrplhub": {
      "type": "http",
      "url": "https://www.xrplhub.io/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "xrplhub",
  "transport": "streamable-http",
  "url": "https://www.xrplhub.io/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.