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

18 lines 799 B
/** * Pool Management Tools */ import type { MCPTool } from '../../types/mcp.js'; export declare const fetchPoolsTool: MCPTool; export declare const fetchPoolDetailsTool: MCPTool; export declare const fetchTokenDistributionTool: MCPTool; export declare const fetchTokenBadgesTool: MCPTool; export declare const fetchVolumeDataTool: MCPTool; export declare const fetchTokenPriceTool: MCPTool; export declare const fetchGalaPriceTool: MCPTool; export declare const fetchLaunchpadTokenSpotPriceTool: MCPTool; export declare const checkTokenNameTool: MCPTool; export declare const checkTokenSymbolTool: MCPTool; export declare const resolveVaultAddressTool: MCPTool; export declare const resolveTokenClassKeyTool: MCPTool; export declare const poolTools: MCPTool[]; //# sourceMappingURL=index.d.ts.map