Quigles1337/RGB-MCP-SERVERv2
If you are the rightful owner of RGB-MCP-SERVERv2 and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
RGB MCP Server v1 is a Model Context Protocol server designed to facilitate RGB smart contracts with trustlines protocol and XRPL bridge functionality.
Tools
Functions exposed to the LLM to take actions
rgb_issue_asset
Issue a new RGB fungible asset.
rgb_transfer_asset
Transfer RGB asset to another owner.
rgb_get_asset_info
Get detailed information about an RGB asset.
rgb_get_balance
Get RGB asset balance (available, pending, total).
rgb_validate_contract
Validate RGB contract for correctness.
trustline_create
Create bilateral credit line between two participants.
trustline_transfer_credit
Transfer credit through trustline (off-chain, instant).
trustline_settle
Settle trustline exposure with RGB asset transfer (on-chain).
trustline_get_info
Get detailed trustline information including exposures.
trustline_list
List trustlines filtered by participant and/or asset.
paychan_open
Open bidirectional payment channel for RGB asset.
bridge_to_xrpl
Bridge RGB asset to XRPL (lock RGB, mint IOU on XRPL).
bridge_to_rgb
Bridge XRPL IOU back to RGB (burn IOU, unlock RGB).
bridge_get_status
Get status of bridge operation.
xrpl_create_account
Create new XRPL account with optional testnet funding.
xrpl_set_trustline
Set XRPL trust line to receive bridged RGB assets as IOUs.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client