UNPKG

@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

22 lines 1.12 kB
/** * DEX/GalaSwap Trading Operations Tools & Pool Discovery * * Tools for trading on GalaSwap DEX after tokens graduate from bonding curves, * discovering liquidity pools, and managing positions. * Provides quote generation, swap execution, liquidity management, asset management, and pool exploration. */ import type { MCPTool } from '../../types/mcp.js'; export declare const getSwapQuoteExactInputTool: MCPTool; export declare const getSwapQuoteExactOutputTool: MCPTool; export declare const executeSwapTool: MCPTool; export declare const getSwapUserAssetsTool: MCPTool; export declare const getSwapPoolInfoTool: MCPTool; export declare const fetchCompositePoolDataTool: MCPTool; export declare const calculateDexPoolQuoteLocalTool: MCPTool; export declare const calculateDexPoolQuoteExternalTool: MCPTool; export declare const getSwapPoolPriceTool: MCPTool; export declare const getAllSwapUserAssetsTool: MCPTool; export declare const fetchAvailableDexTokensTool: MCPTool; export declare const fetchAllAvailableDexTokensTool: MCPTool; export declare const dexTools: MCPTool[]; //# sourceMappingURL=index.d.ts.map