Skip to main content
Glama

RGB Lightning Network MCP Server

by lnfi-network
rgb-api-sdk.d.ts1.34 kB
declare module '@lnfi-network/rgb-api-js-sdk' { export class RgbApiClient { constructor(config: { baseUrl: string; headers?: Record<string, string>; axiosConfig?: { timeout?: number; [key: string]: any; }; }); node: { getNodeInfo(): Promise<any>; getNodeState(): Promise<number>; getNetworkInfo(): Promise<any>; signMessage(params: { message: string }): Promise<any>; checkIndexerUrl(params: { indexer_url: string }): Promise<any>; }; rgb: { listAssets(filter?: any): Promise<any[]>; getAssetBalance(params: { asset_id: string }): Promise<any>; getAssetMetadata(params: { asset_id: string }): Promise<any>; sendAssets(params: { recipient_map: any }): Promise<any>; }; onchain: { getAddress(): Promise<any>; listTransactions(): Promise<any[]>; sendBtc(params: { address: string; amount: number }): Promise<any>; }; lightning: { createInvoice(params: { amount_msat: number; description: string }): Promise<any>; payInvoice(params: { invoice: string }): Promise<any>; decodeRGBLNInvoice(invoice: string): Promise<any>; listChannels(): Promise<any[]>; }; swaps: { listSwaps(): Promise<any[]>; createSwap(params: any): Promise<any>; }; } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lnfi-network/rgb-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server