hkipo-mcp
Version:
港股打新信息MCP服务 - 提供实时的香港新股信息查询能力
12 lines • 523 B
TypeScript
import { MCPConfig } from '../types/index.js';
export declare const mcpConfig: MCPConfig;
export declare const API_ENDPOINTS: {
readonly GET_IPO_LIST: "/Home/GetHKIPOInfoMore";
readonly GET_IPO_DETAIL: "/Home/NewStockBrief";
readonly QUERY_ORDER_DETAIL: "/home/QueryOrderDetail";
readonly GET_GREY_MARKET: "/grey-market";
readonly GET_GREY_LIST: "/Home/GetGreyList";
readonly GET_PLACING_RESULT: "/jybapp/IPOService/GetPlacingResult";
};
export default mcpConfig;
//# sourceMappingURL=index.d.ts.map