@gala-chain/launchpad-mcp-server
Version:
MCP server for Gala Launchpad - 102 tools (pool management, event watchers, GSwap DEX trading, price history, token creation, wallet management, DEX pool discovery, liquidity positions, token locks, locked token queries, composite pool data, cross-chain b
29 lines • 1.39 kB
TypeScript
/**
* Bridge Tools
*
* Cross-chain bridging tools for GalaChain ↔ Ethereum and GalaChain ↔ Solana.
*/
import type { MCPTool } from '../../types/mcp.js';
export declare const estimateBridgeFeeTool: MCPTool;
export declare const bridgeOutTool: MCPTool;
export declare const bridgeInTool: MCPTool;
export declare const getBridgeStatusTool: MCPTool;
export declare const getSupportedBridgeTokensTool: MCPTool;
export declare const fetchEthereumWalletTokenBalanceTool: MCPTool;
export declare const fetchEthereumWalletNativeBalanceTool: MCPTool;
export declare const fetchSolanaWalletTokenBalanceTool: MCPTool;
export declare const fetchSolanaWalletNativeBalanceTool: MCPTool;
export declare const fetchEthereumWalletAllBalancesTool: MCPTool;
export declare const fetchSolanaWalletAllBalancesTool: MCPTool;
export declare const fetchBridgeableTokensByNetworkTool: MCPTool;
export declare const fetchAllBridgeableTokensByNetworkTool: MCPTool;
export declare const fetchAllTokensBridgeableToEthereumTool: MCPTool;
export declare const fetchAllTokensBridgeableToSolanaTool: MCPTool;
export declare const isTokenBridgeableToNetworkTool: MCPTool;
export declare const isTokenBridgeableToEthereumTool: MCPTool;
export declare const isTokenBridgeableToSolanaTool: MCPTool;
/**
* All bridge tools (18 tools)
*/
export declare const bridgeTools: MCPTool[];
//# sourceMappingURL=index.d.ts.map