@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
19 lines • 893 B
TypeScript
/**
* Trading Operations Tools
*/
import type { MCPTool } from '../../types/mcp.js';
export declare const calculateBuyAmountTool: MCPTool;
export declare const calculateSellAmountTool: MCPTool;
export declare const buyTokensTool: MCPTool;
export declare const sellTokensTool: MCPTool;
export declare const fetchTradesTool: MCPTool;
export declare const calculateInitialBuyTool: MCPTool;
export declare const getBundlerTransactionResultTool: MCPTool;
export declare const calculateBuyAmountForGraduationTool: MCPTool;
export declare const graduateTokenTool: MCPTool;
export declare const calculateBuyAmountLocalTool: MCPTool;
export declare const calculateBuyAmountExternalTool: MCPTool;
export declare const calculateSellAmountLocalTool: MCPTool;
export declare const calculateSellAmountExternalTool: MCPTool;
export declare const tradingTools: MCPTool[];
//# sourceMappingURL=index.d.ts.map