XRPLHub — XRPLScore & XRPL actions for LangChain
io.github.dcroyalty/xrplhub
Free XRPL wallet creditworthiness scores, ready-to-sign txjson for 35 XRPL actions, and more.
client:LangChain
transport:streamable-http
tools:20
Install XRPLHub — XRPLScore & XRPL actions in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"xrplhub": {
"transport": "streamable_http",
"url": "https://www.xrplhub.io/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- issue_score_credential
- check_xrpl_score
- get_account_credentials
- get_issuer_credentials
- check_mpt_risk
- search_mpts
- get_issuer_mpts
- check_service_health
- verify_mpt_registry
- check_domain_eligibility
- list_xrpl_services
- build_xrpl_transaction
- submit_grant_application
- donate_to_community_fund
- screen_address_ofac
- get_monitoring_info
- verify_attestation
- get_lending_exposure
- get_underwriting_inputs
- get_lending_history