INDIVIDUAL MCP TOOL
check_xrpl_score
Get a 300–850 creditworthiness score for any XRP Ledger wallet before you pay, lend to, trade with, or onboard it.
LIVE ENDPOINT
https://www.xrplhub.io/api/mcp
Connect to this endpoint to inspect the live schema for check_xrpl_score and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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.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.
Related tools
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.list_xrpl_services— List all 35 XRPL actions that build_xrpl_transaction can produce.build_xrpl_transaction— Get a ready-to-sign transaction JSON for any of 35 XRPL actions — no XRPL coding.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.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.