Developer Tools
xrplhub.io
Offers tools to check XRP Ledger wallet scores, generate verifiable score certificates, build XRPL transactions, and submit community grant applications.
ENDPOINT 1
https://www.xrplhub.io/api/mcp
MCP server metadata
- Name
- xrplhub
- Version
- 1.3.0
Known tools 6
issue_score_credentialGet 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-onlycheck_xrpl_scoreGet a 300–850 creditworthiness score for any XRP Ledger wallet before you pay, lend to, trade with, or onboard it.
Potential side effectslist_xrpl_servicesList all 35 XRPL actions that build_xrpl_transaction can produce.
Inferred read-onlybuild_xrpl_transactionGet a ready-to-sign transaction JSON for any of 35 XRPL actions — no XRPL coding.
Inferred read-onlysubmit_grant_applicationApply 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-onlydonate_to_community_fundDonate 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-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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.