We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lgcarrier/xrpl-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__main__.py•257 B
from xrpl_mcp_server.server import mcp
print("🚀 Starting XRPL MCP Server...")
print("✨ Server provides tools for the XRP Ledger")
if __name__ == "__main__":
print("✅ Running XRPL MCP Server on stdio transport...")
mcp.run(transport='stdio')