xrpl referee for LangChain
io.github.eamwhite1/xrpl-referee
Trust and payment layer for the agentic economy on the XRP Ledger.
client:LangChain
transport:streamable-http
tools:43
Install xrpl referee in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"xrpl-referee": {
"transport": "streamable_http",
"url": "https://xrpl-referee.onrender.com/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
- audit_task
- create_escrow_vault
- confirm_escrow_transaction
- evaluate_escrow_work
- purchase_extra_attempt
- get_escrow_info
- list_marketplace_jobs
- get_rlusd_quote
- list_marketplace_skills
- create_skill_listing
- direct_hire
- get_xrp_price
- get_fees
- post_job
- list_open_jobs
- submit_bid
- view_job
- award_job
- check_wallet_sanctions
- get_wallet_verification_challenge
- confirm_wallet_ownership
- get_wallet_trust_score
- batch_wallet_trust_scores
- check_wallet_kyc