Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Finance & Fintech
  3. XRPLHub — XRPLScore & XRPL actions
  4. README

XRPLHub — XRPLScore & XRPL actions README

The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the XRPLHub — XRPLScore & XRPL actions listing page.

Back to XRPLHub — XRPLScore & XRPL actions View source on GitHub

XRPLHub.io

On-chain creditworthiness for the XRP Ledger. XRPLHub gives any XRPL wallet a 300–850 credit-style score (XRPLScore) computed from 8 public-ledger signals, sells ready-to-sign prebuilt XRPL transactions for 35 actions, issues signed verifiable score credentials, and runs an on-chain community micro-grant fund.

  • Live app: https://www.xrplhub.io
  • The wallet score is free and unauthenticated. Paid actions settle in XRP or RLUSD — no account, no signup.
  • Next.js + TypeScript on Vercel · Neon Postgres (Prisma) · Xaman (XUMM) for signing.

The production app is the Next.js project in kreditkarma-backend/.


XRPLScore

A 300–850 number on an absolute scale (like FICO — not a percentile that drifts with the population), from 8 signals:

SignalWhat it measures
Account ageAge from the wallet's genuine first transaction
Transaction activityLifetime on-chain activity (log curve, no cap)
Financial healthSpendable XRP + buffer above the real reserve line
Token engagementTrust lines to issued assets
DEX activityOrder history on the native DEX
AMM participationLiquidity-pool activity
Security configMultisig, regular key, domain, escrow
NFT activityNFT portfolio + trading

The same number is returned everywhere: the public site, the free endpoint, the paid API, the x402 endpoints, and the MCP server.

bash
# Free, no key, any wallet:
curl https://www.xrplhub.io/api/score/rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De

For AI agents

MCP server

Streamable HTTP, JSON-RPC 2.0, no auth.

Code
https://www.xrplhub.io/api/mcp
Terminal
claude mcp add xrplhub --url https://www.xrplhub.io/api/mcp
ToolWhat you getCost
check_xrpl_score300–850 score, grade, percentile, 8-signal breakdown, tips. Param: wallet_address.free
list_xrpl_servicesAll 35 build_xrpl_transaction actions, each with params + examples. No params.free
build_xrpl_transactionReady-to-sign txjson for one of 35 XRPL actions. Params: product_id, wallet_address, params.free
issue_score_credentialSigned, tamper-evident score certificate + public verify URL, 90 days. Params: wallet_address, currency, uuid.1 XRP / 1 RLUSD
submit_grant_applicationApply for a 1–100 RLUSD community micro-grant. Params: wallet_address, category, amount, description.free
donate_to_community_fundDonate XRP or RLUSD to the grant treasury. Params: amount, currency, donor_wallet, message.free

The transaction tools return an unsigned txjson — the wallet owner signs it in their own wallet. XRPLHub never signs for anyone.

x402 (pay-per-call, RLUSD, no signup)

  • Discovery: https://www.xrplhub.io/.well-known/x402
  • OpenAPI 3.1: https://www.xrplhub.io/openapi.json
  • GET /api/x402/score?wallet=r... — 300–850 score + 8 signals
  • GET /api/x402/report?wallet=r... — score + risk flags + recommendations + on-chain snapshot
  • GET /api/x402/tx?productId=<id>&account=r... — one prebuilt XRPL transaction (35 actions)

llms.txt

https://www.xrplhub.io/llms.txt


B2B API (subscription)

Buy a key at https://www.xrplhub.io/pricing — pay in XRP or RLUSD, connect Xaman and sign (no address typing), no signup.

Terminal
curl -H "Authorization: Bearer xrs_live_..." \
  "https://www.xrplhub.io/api/v1/score?wallet=rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De"
PlanPriceIncludedRate limit
Free$0500 scored calls/mo15 req/min
Starter$29/mo10,00060 req/min
Growth$149/mo100,000 (overage billed)300 req/min
Scale$499/mo1,000,000 (overage billed)1,000 req/min

Community grants

Donate XRP or RLUSD to the treasury; anyone can apply for a 1–100 RLUSD micro-grant (rent, utilities, groceries, medical, transport, childcare). AI triages each application, a human approves, and approved funds go straight to the applicant's wallet. Every donation and payout is on-ledger.

Treasury: rs59g3amo5iT6T64Cg96XXMAWuw3WPQcLF · view on XRPScan


Development

bash
cd kreditkarma-backend
npm install
cp .env.example .env   # fill in the values
npx prisma generate
npm run dev

See kreditkarma-backend/.env.example for every environment variable the app reads.


Links

  • Site: https://www.xrplhub.io
  • Pricing: https://www.xrplhub.io/pricing
  • OpenAPI: https://www.xrplhub.io/openapi.json
  • x402 discovery: https://www.xrplhub.io/.well-known/x402
  • MCP: https://www.xrplhub.io/api/mcp
  • Contact: support@xrplhub.io