@continuumdao/ctm-mpc-defi 0.2.20 → 0.2.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/dist/agent/catalog.cjs +256 -46
  2. package/dist/agent/catalog.cjs.map +1 -1
  3. package/dist/agent/catalog.d.ts +606 -154
  4. package/dist/agent/catalog.js +250 -47
  5. package/dist/agent/catalog.js.map +1 -1
  6. package/dist/agent/skills/gmx/SKILL.md +30 -0
  7. package/dist/agent/skills/hyperliquid/SKILL.md +32 -0
  8. package/dist/agent/skills/uniswap-v4/SKILL.md +83 -0
  9. package/dist/chains/evm/index.cjs +5 -1
  10. package/dist/chains/evm/index.cjs.map +1 -1
  11. package/dist/chains/evm/index.d.ts +4 -4
  12. package/dist/chains/evm/index.js +5 -1
  13. package/dist/chains/evm/index.js.map +1 -1
  14. package/dist/chains/near/index.d.ts +1 -1
  15. package/dist/chains/solana/index.d.ts +1 -1
  16. package/dist/core/index.cjs +25 -0
  17. package/dist/core/index.cjs.map +1 -1
  18. package/dist/core/index.d.ts +11 -36
  19. package/dist/core/index.js +23 -1
  20. package/dist/core/index.js.map +1 -1
  21. package/dist/eip712Multisign-xhXpUYp3.d.ts +36 -0
  22. package/dist/{envelope-CpBUh9eP.d.ts → envelope-C_bfuKab.d.ts} +3 -1
  23. package/dist/index.cjs +371 -13
  24. package/dist/index.cjs.map +1 -1
  25. package/dist/index.d.ts +6 -5
  26. package/dist/index.js +369 -14
  27. package/dist/index.js.map +1 -1
  28. package/dist/protocols/evm/aave-v4/index.cjs +5 -1
  29. package/dist/protocols/evm/aave-v4/index.cjs.map +1 -1
  30. package/dist/protocols/evm/aave-v4/index.d.ts +1 -1
  31. package/dist/protocols/evm/aave-v4/index.js +5 -1
  32. package/dist/protocols/evm/aave-v4/index.js.map +1 -1
  33. package/dist/protocols/evm/circle-cctp/index.cjs +5 -1
  34. package/dist/protocols/evm/circle-cctp/index.cjs.map +1 -1
  35. package/dist/protocols/evm/circle-cctp/index.d.ts +2 -2
  36. package/dist/protocols/evm/circle-cctp/index.js +5 -1
  37. package/dist/protocols/evm/circle-cctp/index.js.map +1 -1
  38. package/dist/protocols/evm/curve-dao/index.cjs +5 -1
  39. package/dist/protocols/evm/curve-dao/index.cjs.map +1 -1
  40. package/dist/protocols/evm/curve-dao/index.d.ts +2 -2
  41. package/dist/protocols/evm/curve-dao/index.js +5 -1
  42. package/dist/protocols/evm/curve-dao/index.js.map +1 -1
  43. package/dist/protocols/evm/ethena/index.cjs +5 -1
  44. package/dist/protocols/evm/ethena/index.cjs.map +1 -1
  45. package/dist/protocols/evm/ethena/index.d.ts +1 -1
  46. package/dist/protocols/evm/ethena/index.js +5 -1
  47. package/dist/protocols/evm/ethena/index.js.map +1 -1
  48. package/dist/protocols/evm/euler-v2/index.cjs +5 -1
  49. package/dist/protocols/evm/euler-v2/index.cjs.map +1 -1
  50. package/dist/protocols/evm/euler-v2/index.d.ts +1 -1
  51. package/dist/protocols/evm/euler-v2/index.js +5 -1
  52. package/dist/protocols/evm/euler-v2/index.js.map +1 -1
  53. package/dist/protocols/evm/gmx/index.cjs +44 -1
  54. package/dist/protocols/evm/gmx/index.cjs.map +1 -1
  55. package/dist/protocols/evm/gmx/index.d.ts +23 -3
  56. package/dist/protocols/evm/gmx/index.js +43 -2
  57. package/dist/protocols/evm/gmx/index.js.map +1 -1
  58. package/dist/protocols/evm/hyperliquid/index.cjs +483 -208
  59. package/dist/protocols/evm/hyperliquid/index.cjs.map +1 -1
  60. package/dist/protocols/evm/hyperliquid/index.d.ts +168 -53
  61. package/dist/protocols/evm/hyperliquid/index.js +472 -210
  62. package/dist/protocols/evm/hyperliquid/index.js.map +1 -1
  63. package/dist/protocols/evm/lido/index.cjs +5 -1
  64. package/dist/protocols/evm/lido/index.cjs.map +1 -1
  65. package/dist/protocols/evm/lido/index.d.ts +1 -1
  66. package/dist/protocols/evm/lido/index.js +5 -1
  67. package/dist/protocols/evm/lido/index.js.map +1 -1
  68. package/dist/protocols/evm/maple/index.cjs +5 -1
  69. package/dist/protocols/evm/maple/index.cjs.map +1 -1
  70. package/dist/protocols/evm/maple/index.d.ts +1 -1
  71. package/dist/protocols/evm/maple/index.js +5 -1
  72. package/dist/protocols/evm/maple/index.js.map +1 -1
  73. package/dist/protocols/evm/morpho/index.cjs +5 -1
  74. package/dist/protocols/evm/morpho/index.cjs.map +1 -1
  75. package/dist/protocols/evm/morpho/index.d.ts +1 -1
  76. package/dist/protocols/evm/morpho/index.js +5 -1
  77. package/dist/protocols/evm/morpho/index.js.map +1 -1
  78. package/dist/protocols/evm/permit2/index.cjs +4 -0
  79. package/dist/protocols/evm/permit2/index.cjs.map +1 -1
  80. package/dist/protocols/evm/permit2/index.d.ts +1 -1
  81. package/dist/protocols/evm/permit2/index.js +4 -0
  82. package/dist/protocols/evm/permit2/index.js.map +1 -1
  83. package/dist/protocols/evm/sky/index.cjs +5 -1
  84. package/dist/protocols/evm/sky/index.cjs.map +1 -1
  85. package/dist/protocols/evm/sky/index.d.ts +1 -1
  86. package/dist/protocols/evm/sky/index.js +5 -1
  87. package/dist/protocols/evm/sky/index.js.map +1 -1
  88. package/dist/protocols/evm/uniswap-v4/index.cjs +1415 -13
  89. package/dist/protocols/evm/uniswap-v4/index.cjs.map +1 -1
  90. package/dist/protocols/evm/uniswap-v4/index.d.ts +353 -4
  91. package/dist/protocols/evm/uniswap-v4/index.js +1357 -15
  92. package/dist/protocols/evm/uniswap-v4/index.js.map +1 -1
  93. package/dist/{registry-Bv5o37_w.d.ts → registry-DxDSPQ-p.d.ts} +1 -1
  94. package/dist/{types-BfjWdw1j.d.ts → types-PZrvtjv8.d.ts} +2 -0
  95. package/dist/{types-DUeNJLr9.d.ts → types-RZWOTm8c.d.ts} +1 -1
  96. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
1
  import * as zod from 'zod';
2
2
  import { z } from 'zod';
3
- import { C as ChainCategory, e as ProtocolModule, P as ParamDoc, d as ProtocolActionDescriptor } from '../types-BfjWdw1j.js';
4
- export { g as getActionsByChainCategory, b as getProtocolModules } from '../registry-Bv5o37_w.js';
3
+ import { C as ChainCategory, e as ProtocolModule, P as ParamDoc, d as ProtocolActionDescriptor } from '../types-PZrvtjv8.js';
4
+ export { g as getActionsByChainCategory, b as getProtocolModules } from '../registry-DxDSPQ-p.js';
5
5
 
6
6
  /** JSON-schema-like object for MCP tool `inputSchema` / `outputSchema` (derived from Zod). */
7
7
  type McpSchemaProperty = {
@@ -406,6 +406,7 @@ declare const evmMultisignCommonInputSchema: z.ZodObject<{
406
406
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
407
407
  }, z.ZodTypeAny, "passthrough">>>;
408
408
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
409
+ expiryDate: z.ZodOptional<z.ZodNumber>;
409
410
  }, "strip", z.ZodTypeAny, {
410
411
  purposeText: string;
411
412
  useCustomGas: boolean;
@@ -415,6 +416,7 @@ declare const evmMultisignCommonInputSchema: z.ZodObject<{
415
416
  keylist?: string[] | undefined;
416
417
  ClientKeys?: Record<string, string> | undefined;
417
418
  } | undefined;
419
+ expiryDate?: number | undefined;
418
420
  rpcUrl?: string | undefined;
419
421
  executorAddress?: string | undefined;
420
422
  chainDetail?: z.objectOutputType<{
@@ -437,6 +439,7 @@ declare const evmMultisignCommonInputSchema: z.ZodObject<{
437
439
  } | undefined;
438
440
  useCustomGas?: unknown;
439
441
  chainId?: unknown;
442
+ expiryDate?: number | undefined;
440
443
  rpcUrl?: string | undefined;
441
444
  executorAddress?: string | undefined;
442
445
  chainDetail?: z.objectInputType<{
@@ -607,6 +610,7 @@ declare const mcpUniswapV4BuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffec
607
610
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
608
611
  }, z.ZodTypeAny, "passthrough">>>;
609
612
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
613
+ expiryDate: z.ZodOptional<z.ZodNumber>;
610
614
  } & {
611
615
  tokenIn: z.ZodString;
612
616
  swap: z.ZodRecord<z.ZodString, z.ZodUnknown>;
@@ -646,6 +650,7 @@ declare const mcpUniswapV4BuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffec
646
650
  keylist?: string[] | undefined;
647
651
  ClientKeys?: Record<string, string> | undefined;
648
652
  } | undefined;
653
+ expiryDate?: number | undefined;
649
654
  rpcUrl?: string | undefined;
650
655
  executorAddress?: string | undefined;
651
656
  chainDetail?: z.objectOutputType<{
@@ -680,6 +685,7 @@ declare const mcpUniswapV4BuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffec
680
685
  } | undefined;
681
686
  useCustomGas?: unknown;
682
687
  chainId?: unknown;
688
+ expiryDate?: number | undefined;
683
689
  rpcUrl?: string | undefined;
684
690
  executorAddress?: string | undefined;
685
691
  chainDetail?: z.objectInputType<{
@@ -714,6 +720,7 @@ declare const mcpUniswapV4BuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffec
714
720
  keylist?: string[] | undefined;
715
721
  ClientKeys?: Record<string, string> | undefined;
716
722
  } | undefined;
723
+ expiryDate?: number | undefined;
717
724
  rpcUrl?: string | undefined;
718
725
  executorAddress?: string | undefined;
719
726
  chainDetail?: z.objectOutputType<{
@@ -748,6 +755,7 @@ declare const mcpUniswapV4BuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffec
748
755
  keylist?: string[] | undefined;
749
756
  ClientKeys?: Record<string, string> | undefined;
750
757
  } | undefined;
758
+ expiryDate?: number | undefined;
751
759
  rpcUrl?: string | undefined;
752
760
  executorAddress?: string | undefined;
753
761
  chainDetail?: z.objectOutputType<{
@@ -768,6 +776,238 @@ type McpUniswapV4QuoteOutput = z.infer<typeof mcpUniswapV4QuoteOutputSchema>;
768
776
  type McpUniswapV4CreateSwapInput = z.infer<typeof mcpUniswapV4CreateSwapInputSchema>;
769
777
  type McpUniswapV4CreateSwapOutput = z.infer<typeof mcpUniswapV4CreateSwapOutputSchema>;
770
778
  type McpUniswapV4BuildSwapMultisignInput = z.infer<typeof mcpUniswapV4BuildSwapMultisignInputSchema>;
779
+ /** Input for MCP tool `ctm_uniswap_v4_limit_order_quote` → handler `uniswapLimitOrderQuote`. Mainnet (1) only. */
780
+ declare const mcpUniswapV4LimitOrderQuoteInputSchema: z.ZodObject<{
781
+ type: z.ZodEnum<["EXACT_INPUT", "EXACT_OUTPUT"]>;
782
+ amount: z.ZodString;
783
+ limitPrice: z.ZodString;
784
+ tokenIn: z.ZodString;
785
+ tokenOut: z.ZodString;
786
+ chainId: z.ZodEffects<z.ZodNumber, number, unknown>;
787
+ orderDeadline: z.ZodPipeline<z.ZodNumber, z.ZodNumber>;
788
+ uniswapApiKey: z.ZodString;
789
+ swapper: z.ZodOptional<z.ZodString>;
790
+ keyGen: z.ZodOptional<z.ZodString>;
791
+ managementNodeUrl: z.ZodOptional<z.ZodString>;
792
+ tokenInChainId: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
793
+ tokenOutChainId: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
794
+ baseUrl: z.ZodOptional<z.ZodString>;
795
+ }, "strip", z.ZodTypeAny, {
796
+ chainId: number;
797
+ amount: string;
798
+ tokenIn: string;
799
+ tokenOut: string;
800
+ uniswapApiKey: string;
801
+ type: "EXACT_INPUT" | "EXACT_OUTPUT";
802
+ limitPrice: string;
803
+ orderDeadline: number;
804
+ keyGen?: string | undefined;
805
+ tokenInChainId?: string | number | undefined;
806
+ tokenOutChainId?: string | number | undefined;
807
+ swapper?: string | undefined;
808
+ managementNodeUrl?: string | undefined;
809
+ baseUrl?: string | undefined;
810
+ }, {
811
+ amount: string;
812
+ tokenIn: string;
813
+ tokenOut: string;
814
+ uniswapApiKey: string;
815
+ type: "EXACT_INPUT" | "EXACT_OUTPUT";
816
+ limitPrice: string;
817
+ orderDeadline: number;
818
+ keyGen?: string | undefined;
819
+ chainId?: unknown;
820
+ tokenInChainId?: string | number | undefined;
821
+ tokenOutChainId?: string | number | undefined;
822
+ swapper?: string | undefined;
823
+ managementNodeUrl?: string | undefined;
824
+ baseUrl?: string | undefined;
825
+ }>;
826
+ declare const mcpUniswapV4LimitOrderQuoteOutputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
827
+ /** Input for MCP tool `ctm_uniswap_v4_build_limit_order_multisign`. */
828
+ declare const mcpUniswapV4BuildLimitOrderMultisignInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
829
+ keyGenId: z.ZodOptional<z.ZodString>;
830
+ keyGen: z.ZodOptional<z.ZodObject<{
831
+ pubkeyhex: z.ZodString;
832
+ keylist: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
833
+ ClientKeys: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
834
+ }, "strip", z.ZodTypeAny, {
835
+ pubkeyhex: string;
836
+ keylist?: string[] | undefined;
837
+ ClientKeys?: Record<string, string> | undefined;
838
+ }, {
839
+ pubkeyhex: string;
840
+ keylist?: string[] | undefined;
841
+ ClientKeys?: Record<string, string> | undefined;
842
+ }>>;
843
+ purposeText: z.ZodString;
844
+ useCustomGas: z.ZodEffects<z.ZodBoolean, boolean, unknown>;
845
+ chainId: z.ZodEffects<z.ZodNumber, number, unknown>;
846
+ rpcUrl: z.ZodOptional<z.ZodString>;
847
+ executorAddress: z.ZodOptional<z.ZodString>;
848
+ chainDetail: z.ZodOptional<z.ZodObject<{
849
+ legacy: z.ZodOptional<z.ZodBoolean>;
850
+ gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
851
+ gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
852
+ gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
853
+ baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
854
+ priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
855
+ baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
856
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
857
+ legacy: z.ZodOptional<z.ZodBoolean>;
858
+ gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
859
+ gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
860
+ gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
861
+ baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
862
+ priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
863
+ baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
864
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
865
+ legacy: z.ZodOptional<z.ZodBoolean>;
866
+ gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
867
+ gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
868
+ gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
869
+ baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
870
+ priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
871
+ baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
872
+ }, z.ZodTypeAny, "passthrough">>>;
873
+ customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
874
+ expiryDate: z.ZodOptional<z.ZodNumber>;
875
+ } & {
876
+ fullLimitQuote: z.ZodRecord<z.ZodString, z.ZodUnknown>;
877
+ uniswapApiKey: z.ZodString;
878
+ tradeApiBaseUrl: z.ZodOptional<z.ZodString>;
879
+ }, "strip", z.ZodTypeAny, {
880
+ purposeText: string;
881
+ useCustomGas: boolean;
882
+ chainId: number;
883
+ uniswapApiKey: string;
884
+ fullLimitQuote: Record<string, unknown>;
885
+ keyGen?: {
886
+ pubkeyhex: string;
887
+ keylist?: string[] | undefined;
888
+ ClientKeys?: Record<string, string> | undefined;
889
+ } | undefined;
890
+ expiryDate?: number | undefined;
891
+ rpcUrl?: string | undefined;
892
+ executorAddress?: string | undefined;
893
+ chainDetail?: z.objectOutputType<{
894
+ legacy: z.ZodOptional<z.ZodBoolean>;
895
+ gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
896
+ gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
897
+ gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
898
+ baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
899
+ priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
900
+ baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
901
+ }, z.ZodTypeAny, "passthrough"> | undefined;
902
+ customGasChainDetails?: Record<string, unknown> | undefined;
903
+ tradeApiBaseUrl?: string | undefined;
904
+ keyGenId?: string | undefined;
905
+ }, {
906
+ purposeText: string;
907
+ uniswapApiKey: string;
908
+ fullLimitQuote: Record<string, unknown>;
909
+ keyGen?: {
910
+ pubkeyhex: string;
911
+ keylist?: string[] | undefined;
912
+ ClientKeys?: Record<string, string> | undefined;
913
+ } | undefined;
914
+ useCustomGas?: unknown;
915
+ chainId?: unknown;
916
+ expiryDate?: number | undefined;
917
+ rpcUrl?: string | undefined;
918
+ executorAddress?: string | undefined;
919
+ chainDetail?: z.objectInputType<{
920
+ legacy: z.ZodOptional<z.ZodBoolean>;
921
+ gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
922
+ gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
923
+ gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
924
+ baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
925
+ priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
926
+ baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
927
+ }, z.ZodTypeAny, "passthrough"> | undefined;
928
+ customGasChainDetails?: Record<string, unknown> | undefined;
929
+ tradeApiBaseUrl?: string | undefined;
930
+ keyGenId?: string | undefined;
931
+ }>, {
932
+ purposeText: string;
933
+ useCustomGas: boolean;
934
+ chainId: number;
935
+ uniswapApiKey: string;
936
+ fullLimitQuote: Record<string, unknown>;
937
+ keyGen?: {
938
+ pubkeyhex: string;
939
+ keylist?: string[] | undefined;
940
+ ClientKeys?: Record<string, string> | undefined;
941
+ } | undefined;
942
+ expiryDate?: number | undefined;
943
+ rpcUrl?: string | undefined;
944
+ executorAddress?: string | undefined;
945
+ chainDetail?: z.objectOutputType<{
946
+ legacy: z.ZodOptional<z.ZodBoolean>;
947
+ gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
948
+ gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
949
+ gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
950
+ baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
951
+ priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
952
+ baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
953
+ }, z.ZodTypeAny, "passthrough"> | undefined;
954
+ customGasChainDetails?: Record<string, unknown> | undefined;
955
+ tradeApiBaseUrl?: string | undefined;
956
+ keyGenId?: string | undefined;
957
+ }, unknown>, {
958
+ purposeText: string;
959
+ useCustomGas: boolean;
960
+ chainId: number;
961
+ uniswapApiKey: string;
962
+ fullLimitQuote: Record<string, unknown>;
963
+ keyGen?: {
964
+ pubkeyhex: string;
965
+ keylist?: string[] | undefined;
966
+ ClientKeys?: Record<string, string> | undefined;
967
+ } | undefined;
968
+ expiryDate?: number | undefined;
969
+ rpcUrl?: string | undefined;
970
+ executorAddress?: string | undefined;
971
+ chainDetail?: z.objectOutputType<{
972
+ legacy: z.ZodOptional<z.ZodBoolean>;
973
+ gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
974
+ gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
975
+ gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
976
+ baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
977
+ priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
978
+ baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
979
+ }, z.ZodTypeAny, "passthrough"> | undefined;
980
+ customGasChainDetails?: Record<string, unknown> | undefined;
981
+ tradeApiBaseUrl?: string | undefined;
982
+ keyGenId?: string | undefined;
983
+ }, unknown>;
984
+ /** Input for MCP tool `ctm_uniswap_v4_fetch_limit_orders`. */
985
+ declare const mcpUniswapV4FetchLimitOrdersInputSchema: z.ZodObject<{
986
+ chainId: z.ZodOptional<z.ZodEffects<z.ZodNumber, number, unknown>>;
987
+ swapper: z.ZodOptional<z.ZodString>;
988
+ keyGen: z.ZodOptional<z.ZodString>;
989
+ managementNodeUrl: z.ZodOptional<z.ZodString>;
990
+ uniswapApiKey: z.ZodOptional<z.ZodString>;
991
+ limit: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>>;
992
+ baseUrl: z.ZodOptional<z.ZodString>;
993
+ }, "strip", z.ZodTypeAny, {
994
+ keyGen?: string | undefined;
995
+ chainId?: number | undefined;
996
+ uniswapApiKey?: string | undefined;
997
+ swapper?: string | undefined;
998
+ managementNodeUrl?: string | undefined;
999
+ baseUrl?: string | undefined;
1000
+ limit?: number | undefined;
1001
+ }, {
1002
+ keyGen?: string | undefined;
1003
+ chainId?: unknown;
1004
+ uniswapApiKey?: string | undefined;
1005
+ swapper?: string | undefined;
1006
+ managementNodeUrl?: string | undefined;
1007
+ baseUrl?: string | undefined;
1008
+ limit?: unknown;
1009
+ }>;
1010
+ declare const mcpUniswapV4FetchLimitOrdersOutputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
771
1011
  /** MCP: POST /lp/create — presetId from list_lp_pools aliases to poolPreset. */
772
1012
  declare const mcpUniswapV4LpCreatePositionInputSchema: z.ZodEffects<z.ZodObject<{
773
1013
  uniswapApiKey: z.ZodString;
@@ -987,12 +1227,12 @@ declare const mcpUniswapV4LpListPoolsOutputSchema: z.ZodObject<{
987
1227
  token0Address: string;
988
1228
  token1Address: string;
989
1229
  poolReference: string;
990
- presetId: string;
991
- pairSlug: string;
992
1230
  pairLabel: string;
993
- feeLabel: string;
994
1231
  token0Symbol: string;
995
1232
  token1Symbol: string;
1233
+ presetId: string;
1234
+ pairSlug: string;
1235
+ feeLabel: string;
996
1236
  usesNativeEth: boolean;
997
1237
  nativeWrapped?: string | undefined;
998
1238
  }, {
@@ -1002,12 +1242,12 @@ declare const mcpUniswapV4LpListPoolsOutputSchema: z.ZodObject<{
1002
1242
  token0Address: string;
1003
1243
  token1Address: string;
1004
1244
  poolReference: string;
1005
- presetId: string;
1006
- pairSlug: string;
1007
1245
  pairLabel: string;
1008
- feeLabel: string;
1009
1246
  token0Symbol: string;
1010
1247
  token1Symbol: string;
1248
+ presetId: string;
1249
+ pairSlug: string;
1250
+ feeLabel: string;
1011
1251
  usesNativeEth: boolean;
1012
1252
  nativeWrapped?: string | undefined;
1013
1253
  }>, "many">;
@@ -1022,12 +1262,12 @@ declare const mcpUniswapV4LpListPoolsOutputSchema: z.ZodObject<{
1022
1262
  token0Address: string;
1023
1263
  token1Address: string;
1024
1264
  poolReference: string;
1025
- presetId: string;
1026
- pairSlug: string;
1027
1265
  pairLabel: string;
1028
- feeLabel: string;
1029
1266
  token0Symbol: string;
1030
1267
  token1Symbol: string;
1268
+ presetId: string;
1269
+ pairSlug: string;
1270
+ feeLabel: string;
1031
1271
  usesNativeEth: boolean;
1032
1272
  nativeWrapped?: string | undefined;
1033
1273
  }[];
@@ -1042,12 +1282,12 @@ declare const mcpUniswapV4LpListPoolsOutputSchema: z.ZodObject<{
1042
1282
  token0Address: string;
1043
1283
  token1Address: string;
1044
1284
  poolReference: string;
1045
- presetId: string;
1046
- pairSlug: string;
1047
1285
  pairLabel: string;
1048
- feeLabel: string;
1049
1286
  token0Symbol: string;
1050
1287
  token1Symbol: string;
1288
+ presetId: string;
1289
+ pairSlug: string;
1290
+ feeLabel: string;
1051
1291
  usesNativeEth: boolean;
1052
1292
  nativeWrapped?: string | undefined;
1053
1293
  }[];
@@ -1409,6 +1649,7 @@ declare const mcpUniswapV4BuildMintLiquidityMultisignInputSchema: z.ZodEffects<z
1409
1649
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
1410
1650
  }, z.ZodTypeAny, "passthrough">>>;
1411
1651
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1652
+ expiryDate: z.ZodOptional<z.ZodNumber>;
1412
1653
  } & {
1413
1654
  lpResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1414
1655
  nativeWrapped: z.ZodOptional<z.ZodString>;
@@ -1423,6 +1664,7 @@ declare const mcpUniswapV4BuildMintLiquidityMultisignInputSchema: z.ZodEffects<z
1423
1664
  keylist?: string[] | undefined;
1424
1665
  ClientKeys?: Record<string, string> | undefined;
1425
1666
  } | undefined;
1667
+ expiryDate?: number | undefined;
1426
1668
  rpcUrl?: string | undefined;
1427
1669
  executorAddress?: string | undefined;
1428
1670
  chainDetail?: z.objectOutputType<{
@@ -1448,6 +1690,7 @@ declare const mcpUniswapV4BuildMintLiquidityMultisignInputSchema: z.ZodEffects<z
1448
1690
  } | undefined;
1449
1691
  useCustomGas?: unknown;
1450
1692
  chainId?: unknown;
1693
+ expiryDate?: number | undefined;
1451
1694
  rpcUrl?: string | undefined;
1452
1695
  executorAddress?: string | undefined;
1453
1696
  chainDetail?: z.objectInputType<{
@@ -1473,6 +1716,7 @@ declare const mcpUniswapV4BuildMintLiquidityMultisignInputSchema: z.ZodEffects<z
1473
1716
  keylist?: string[] | undefined;
1474
1717
  ClientKeys?: Record<string, string> | undefined;
1475
1718
  } | undefined;
1719
+ expiryDate?: number | undefined;
1476
1720
  rpcUrl?: string | undefined;
1477
1721
  executorAddress?: string | undefined;
1478
1722
  chainDetail?: z.objectOutputType<{
@@ -1498,6 +1742,7 @@ declare const mcpUniswapV4BuildMintLiquidityMultisignInputSchema: z.ZodEffects<z
1498
1742
  keylist?: string[] | undefined;
1499
1743
  ClientKeys?: Record<string, string> | undefined;
1500
1744
  } | undefined;
1745
+ expiryDate?: number | undefined;
1501
1746
  rpcUrl?: string | undefined;
1502
1747
  executorAddress?: string | undefined;
1503
1748
  chainDetail?: z.objectOutputType<{
@@ -1560,6 +1805,7 @@ declare const mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema: z.ZodEffec
1560
1805
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
1561
1806
  }, z.ZodTypeAny, "passthrough">>>;
1562
1807
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1808
+ expiryDate: z.ZodOptional<z.ZodNumber>;
1563
1809
  } & {
1564
1810
  nftTokenId: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
1565
1811
  lpResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
@@ -1576,6 +1822,7 @@ declare const mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema: z.ZodEffec
1576
1822
  keylist?: string[] | undefined;
1577
1823
  ClientKeys?: Record<string, string> | undefined;
1578
1824
  } | undefined;
1825
+ expiryDate?: number | undefined;
1579
1826
  rpcUrl?: string | undefined;
1580
1827
  executorAddress?: string | undefined;
1581
1828
  chainDetail?: z.objectOutputType<{
@@ -1602,6 +1849,7 @@ declare const mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema: z.ZodEffec
1602
1849
  } | undefined;
1603
1850
  useCustomGas?: unknown;
1604
1851
  chainId?: unknown;
1852
+ expiryDate?: number | undefined;
1605
1853
  rpcUrl?: string | undefined;
1606
1854
  executorAddress?: string | undefined;
1607
1855
  chainDetail?: z.objectInputType<{
@@ -1628,6 +1876,7 @@ declare const mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema: z.ZodEffec
1628
1876
  keylist?: string[] | undefined;
1629
1877
  ClientKeys?: Record<string, string> | undefined;
1630
1878
  } | undefined;
1879
+ expiryDate?: number | undefined;
1631
1880
  rpcUrl?: string | undefined;
1632
1881
  executorAddress?: string | undefined;
1633
1882
  chainDetail?: z.objectOutputType<{
@@ -1654,6 +1903,7 @@ declare const mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema: z.ZodEffec
1654
1903
  keylist?: string[] | undefined;
1655
1904
  ClientKeys?: Record<string, string> | undefined;
1656
1905
  } | undefined;
1906
+ expiryDate?: number | undefined;
1657
1907
  rpcUrl?: string | undefined;
1658
1908
  executorAddress?: string | undefined;
1659
1909
  chainDetail?: z.objectOutputType<{
@@ -1716,6 +1966,7 @@ declare const mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema: z.ZodEffec
1716
1966
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
1717
1967
  }, z.ZodTypeAny, "passthrough">>>;
1718
1968
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1969
+ expiryDate: z.ZodOptional<z.ZodNumber>;
1719
1970
  } & {
1720
1971
  nftTokenId: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
1721
1972
  lpResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
@@ -1732,6 +1983,7 @@ declare const mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema: z.ZodEffec
1732
1983
  keylist?: string[] | undefined;
1733
1984
  ClientKeys?: Record<string, string> | undefined;
1734
1985
  } | undefined;
1986
+ expiryDate?: number | undefined;
1735
1987
  rpcUrl?: string | undefined;
1736
1988
  executorAddress?: string | undefined;
1737
1989
  chainDetail?: z.objectOutputType<{
@@ -1758,6 +2010,7 @@ declare const mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema: z.ZodEffec
1758
2010
  } | undefined;
1759
2011
  useCustomGas?: unknown;
1760
2012
  chainId?: unknown;
2013
+ expiryDate?: number | undefined;
1761
2014
  rpcUrl?: string | undefined;
1762
2015
  executorAddress?: string | undefined;
1763
2016
  chainDetail?: z.objectInputType<{
@@ -1784,6 +2037,7 @@ declare const mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema: z.ZodEffec
1784
2037
  keylist?: string[] | undefined;
1785
2038
  ClientKeys?: Record<string, string> | undefined;
1786
2039
  } | undefined;
2040
+ expiryDate?: number | undefined;
1787
2041
  rpcUrl?: string | undefined;
1788
2042
  executorAddress?: string | undefined;
1789
2043
  chainDetail?: z.objectOutputType<{
@@ -1810,6 +2064,7 @@ declare const mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema: z.ZodEffec
1810
2064
  keylist?: string[] | undefined;
1811
2065
  ClientKeys?: Record<string, string> | undefined;
1812
2066
  } | undefined;
2067
+ expiryDate?: number | undefined;
1813
2068
  rpcUrl?: string | undefined;
1814
2069
  executorAddress?: string | undefined;
1815
2070
  chainDetail?: z.objectOutputType<{
@@ -1872,6 +2127,7 @@ declare const mcpUniswapV4BuildCollectFeesMultisignInputSchema: z.ZodEffects<z.Z
1872
2127
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
1873
2128
  }, z.ZodTypeAny, "passthrough">>>;
1874
2129
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2130
+ expiryDate: z.ZodOptional<z.ZodNumber>;
1875
2131
  } & {
1876
2132
  nftTokenId: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
1877
2133
  lpResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
@@ -1888,6 +2144,7 @@ declare const mcpUniswapV4BuildCollectFeesMultisignInputSchema: z.ZodEffects<z.Z
1888
2144
  keylist?: string[] | undefined;
1889
2145
  ClientKeys?: Record<string, string> | undefined;
1890
2146
  } | undefined;
2147
+ expiryDate?: number | undefined;
1891
2148
  rpcUrl?: string | undefined;
1892
2149
  executorAddress?: string | undefined;
1893
2150
  chainDetail?: z.objectOutputType<{
@@ -1914,6 +2171,7 @@ declare const mcpUniswapV4BuildCollectFeesMultisignInputSchema: z.ZodEffects<z.Z
1914
2171
  } | undefined;
1915
2172
  useCustomGas?: unknown;
1916
2173
  chainId?: unknown;
2174
+ expiryDate?: number | undefined;
1917
2175
  rpcUrl?: string | undefined;
1918
2176
  executorAddress?: string | undefined;
1919
2177
  chainDetail?: z.objectInputType<{
@@ -1940,6 +2198,7 @@ declare const mcpUniswapV4BuildCollectFeesMultisignInputSchema: z.ZodEffects<z.Z
1940
2198
  keylist?: string[] | undefined;
1941
2199
  ClientKeys?: Record<string, string> | undefined;
1942
2200
  } | undefined;
2201
+ expiryDate?: number | undefined;
1943
2202
  rpcUrl?: string | undefined;
1944
2203
  executorAddress?: string | undefined;
1945
2204
  chainDetail?: z.objectOutputType<{
@@ -1959,31 +2218,189 @@ declare const mcpUniswapV4BuildCollectFeesMultisignInputSchema: z.ZodEffects<z.Z
1959
2218
  purposeText: string;
1960
2219
  useCustomGas: boolean;
1961
2220
  chainId: number;
1962
- nftTokenId: string | number;
1963
- lpResponse: Record<string, unknown>;
1964
- keyGen?: {
1965
- pubkeyhex: string;
1966
- keylist?: string[] | undefined;
1967
- ClientKeys?: Record<string, string> | undefined;
1968
- } | undefined;
1969
- rpcUrl?: string | undefined;
1970
- executorAddress?: string | undefined;
1971
- chainDetail?: z.objectOutputType<{
1972
- legacy: z.ZodOptional<z.ZodBoolean>;
1973
- gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
1974
- gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
1975
- gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
1976
- baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
1977
- priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
1978
- baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
1979
- }, z.ZodTypeAny, "passthrough"> | undefined;
1980
- customGasChainDetails?: Record<string, unknown> | undefined;
1981
- nativeWrapped?: string | undefined;
1982
- poolReference?: string | undefined;
1983
- keyGenId?: string | undefined;
1984
- }, unknown>;
1985
- type McpUniswapV4LpCreatePositionInput = z.infer<typeof mcpUniswapV4LpCreatePositionInputSchema>;
1986
- type McpUniswapV4BuildMintLiquidityMultisignInput = z.infer<typeof mcpUniswapV4BuildMintLiquidityMultisignInputSchema>;
2221
+ nftTokenId: string | number;
2222
+ lpResponse: Record<string, unknown>;
2223
+ keyGen?: {
2224
+ pubkeyhex: string;
2225
+ keylist?: string[] | undefined;
2226
+ ClientKeys?: Record<string, string> | undefined;
2227
+ } | undefined;
2228
+ expiryDate?: number | undefined;
2229
+ rpcUrl?: string | undefined;
2230
+ executorAddress?: string | undefined;
2231
+ chainDetail?: z.objectOutputType<{
2232
+ legacy: z.ZodOptional<z.ZodBoolean>;
2233
+ gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2234
+ gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2235
+ gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2236
+ baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2237
+ priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2238
+ baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2239
+ }, z.ZodTypeAny, "passthrough"> | undefined;
2240
+ customGasChainDetails?: Record<string, unknown> | undefined;
2241
+ nativeWrapped?: string | undefined;
2242
+ poolReference?: string | undefined;
2243
+ keyGenId?: string | undefined;
2244
+ }, unknown>;
2245
+ type McpUniswapV4LpCreatePositionInput = z.infer<typeof mcpUniswapV4LpCreatePositionInputSchema>;
2246
+ type McpUniswapV4BuildMintLiquidityMultisignInput = z.infer<typeof mcpUniswapV4BuildMintLiquidityMultisignInputSchema>;
2247
+ /** MCP: pool OHLCV from Uniswap V4 subgraph (1h/1d + aggregated multiples) or swap bucketing (sub-hour).
2248
+ * Robinhood Chain (4663) uses Bitquery Uniswap v4 / Stock Token OHLCV (BITQUERY_API_KEY). */
2249
+ declare const mcpUniswapV4FetchOhlcvInputSchema: z.ZodObject<{
2250
+ chainId: z.ZodEffects<z.ZodNumber, number, unknown>;
2251
+ interval: z.ZodOptional<z.ZodEnum<["1m", "5m", "15m", "30m", "1h", "2h", "4h", "6h", "8h", "12h", "1d", "2d", "3d", "1w", "1M"]>>;
2252
+ poolPreset: z.ZodOptional<z.ZodString>;
2253
+ poolReference: z.ZodOptional<z.ZodString>;
2254
+ existingPool: z.ZodOptional<z.ZodObject<{
2255
+ token0Address: z.ZodString;
2256
+ token1Address: z.ZodString;
2257
+ poolReference: z.ZodOptional<z.ZodString>;
2258
+ fee: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>>;
2259
+ tickSpacing: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>>;
2260
+ hooks: z.ZodOptional<z.ZodString>;
2261
+ }, "strip", z.ZodTypeAny, {
2262
+ token0Address: string;
2263
+ token1Address: string;
2264
+ hooks?: string | undefined;
2265
+ fee?: number | undefined;
2266
+ tickSpacing?: number | undefined;
2267
+ poolReference?: string | undefined;
2268
+ }, {
2269
+ token0Address: string;
2270
+ token1Address: string;
2271
+ hooks?: string | undefined;
2272
+ fee?: unknown;
2273
+ tickSpacing?: unknown;
2274
+ poolReference?: string | undefined;
2275
+ }>>;
2276
+ currencyAddress: z.ZodOptional<z.ZodString>;
2277
+ currencySymbol: z.ZodOptional<z.ZodString>;
2278
+ quoteToken: z.ZodOptional<z.ZodEnum<["token0", "token1"]>>;
2279
+ lookbackDays: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2280
+ lookbackHours: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2281
+ startTimeMs: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2282
+ endTimeMs: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2283
+ }, "strict", z.ZodTypeAny, {
2284
+ chainId: number;
2285
+ existingPool?: {
2286
+ token0Address: string;
2287
+ token1Address: string;
2288
+ hooks?: string | undefined;
2289
+ fee?: number | undefined;
2290
+ tickSpacing?: number | undefined;
2291
+ poolReference?: string | undefined;
2292
+ } | undefined;
2293
+ poolReference?: string | undefined;
2294
+ startTimeMs?: number | undefined;
2295
+ endTimeMs?: number | undefined;
2296
+ interval?: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "6h" | "8h" | "12h" | "1d" | "2d" | "3d" | "1w" | "1M" | undefined;
2297
+ poolPreset?: string | undefined;
2298
+ currencyAddress?: string | undefined;
2299
+ currencySymbol?: string | undefined;
2300
+ quoteToken?: "token0" | "token1" | undefined;
2301
+ lookbackDays?: number | undefined;
2302
+ lookbackHours?: number | undefined;
2303
+ }, {
2304
+ chainId?: unknown;
2305
+ existingPool?: {
2306
+ token0Address: string;
2307
+ token1Address: string;
2308
+ hooks?: string | undefined;
2309
+ fee?: unknown;
2310
+ tickSpacing?: unknown;
2311
+ poolReference?: string | undefined;
2312
+ } | undefined;
2313
+ poolReference?: string | undefined;
2314
+ startTimeMs?: unknown;
2315
+ endTimeMs?: unknown;
2316
+ interval?: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "6h" | "8h" | "12h" | "1d" | "2d" | "3d" | "1w" | "1M" | undefined;
2317
+ poolPreset?: string | undefined;
2318
+ currencyAddress?: string | undefined;
2319
+ currencySymbol?: string | undefined;
2320
+ quoteToken?: "token0" | "token1" | undefined;
2321
+ lookbackDays?: unknown;
2322
+ lookbackHours?: unknown;
2323
+ }>;
2324
+ declare const mcpUniswapV4FetchOhlcvOutputSchema: z.ZodObject<{
2325
+ symbol: z.ZodString;
2326
+ timeframe: z.ZodEnum<["1m", "5m", "15m", "30m", "1h", "2h", "4h", "6h", "8h", "12h", "1d", "2d", "3d", "1w", "1M"]>;
2327
+ chainId: z.ZodEffects<z.ZodNumber, number, unknown>;
2328
+ poolReference: z.ZodString;
2329
+ dataSource: z.ZodEnum<["subgraph_native", "subgraph_aggregate", "swaps", "bitquery"]>;
2330
+ baseSubgraphEntity: z.ZodOptional<z.ZodEnum<["hourly", "daily"]>>;
2331
+ priceQuote: z.ZodEnum<["token0PerToken1", "token1PerToken0"]>;
2332
+ startTimeMs: z.ZodOptional<z.ZodNumber>;
2333
+ endTimeMs: z.ZodOptional<z.ZodNumber>;
2334
+ candleCount: z.ZodNumber;
2335
+ candles: z.ZodArray<z.ZodObject<{
2336
+ timestampMs: z.ZodNumber;
2337
+ open: z.ZodString;
2338
+ high: z.ZodString;
2339
+ low: z.ZodString;
2340
+ close: z.ZodString;
2341
+ volume: z.ZodOptional<z.ZodString>;
2342
+ }, "strip", z.ZodTypeAny, {
2343
+ high: string;
2344
+ low: string;
2345
+ open: string;
2346
+ timestampMs: number;
2347
+ close: string;
2348
+ volume?: string | undefined;
2349
+ }, {
2350
+ high: string;
2351
+ low: string;
2352
+ open: string;
2353
+ timestampMs: number;
2354
+ close: string;
2355
+ volume?: string | undefined;
2356
+ }>, "many">;
2357
+ fetchedAtMs: z.ZodNumber;
2358
+ warnings: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2359
+ }, "strict", z.ZodTypeAny, {
2360
+ symbol: string;
2361
+ chainId: number;
2362
+ poolReference: string;
2363
+ candles: {
2364
+ high: string;
2365
+ low: string;
2366
+ open: string;
2367
+ timestampMs: number;
2368
+ close: string;
2369
+ volume?: string | undefined;
2370
+ }[];
2371
+ timeframe: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "6h" | "8h" | "12h" | "1d" | "2d" | "3d" | "1w" | "1M";
2372
+ dataSource: "bitquery" | "subgraph_native" | "subgraph_aggregate" | "swaps";
2373
+ priceQuote: "token0PerToken1" | "token1PerToken0";
2374
+ candleCount: number;
2375
+ fetchedAtMs: number;
2376
+ warnings?: string[] | undefined;
2377
+ startTimeMs?: number | undefined;
2378
+ endTimeMs?: number | undefined;
2379
+ baseSubgraphEntity?: "hourly" | "daily" | undefined;
2380
+ }, {
2381
+ symbol: string;
2382
+ poolReference: string;
2383
+ candles: {
2384
+ high: string;
2385
+ low: string;
2386
+ open: string;
2387
+ timestampMs: number;
2388
+ close: string;
2389
+ volume?: string | undefined;
2390
+ }[];
2391
+ timeframe: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "6h" | "8h" | "12h" | "1d" | "2d" | "3d" | "1w" | "1M";
2392
+ dataSource: "bitquery" | "subgraph_native" | "subgraph_aggregate" | "swaps";
2393
+ priceQuote: "token0PerToken1" | "token1PerToken0";
2394
+ candleCount: number;
2395
+ fetchedAtMs: number;
2396
+ chainId?: unknown;
2397
+ warnings?: string[] | undefined;
2398
+ startTimeMs?: number | undefined;
2399
+ endTimeMs?: number | undefined;
2400
+ baseSubgraphEntity?: "hourly" | "daily" | undefined;
2401
+ }>;
2402
+ type McpUniswapV4FetchOhlcvInput = z.infer<typeof mcpUniswapV4FetchOhlcvInputSchema>;
2403
+ type McpUniswapV4FetchOhlcvOutput = z.infer<typeof mcpUniswapV4FetchOhlcvOutputSchema>;
1987
2404
 
1988
2405
  /** Input for MCP tool `ctm_curve_dao_quote` → handler `curveDaoQuote`. */
1989
2406
  declare const mcpCurveDaoQuoteInputSchema: z.ZodObject<{
@@ -2056,6 +2473,7 @@ declare const mcpCurveDaoBuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffect
2056
2473
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2057
2474
  }, z.ZodTypeAny, "passthrough">>>;
2058
2475
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2476
+ expiryDate: z.ZodOptional<z.ZodNumber>;
2059
2477
  } & {
2060
2478
  tokenIn: z.ZodString;
2061
2479
  tokenOut: z.ZodString;
@@ -2075,6 +2493,7 @@ declare const mcpCurveDaoBuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffect
2075
2493
  keylist?: string[] | undefined;
2076
2494
  ClientKeys?: Record<string, string> | undefined;
2077
2495
  } | undefined;
2496
+ expiryDate?: number | undefined;
2078
2497
  rpcUrl?: string | undefined;
2079
2498
  executorAddress?: string | undefined;
2080
2499
  chainDetail?: z.objectOutputType<{
@@ -2102,6 +2521,7 @@ declare const mcpCurveDaoBuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffect
2102
2521
  } | undefined;
2103
2522
  useCustomGas?: unknown;
2104
2523
  chainId?: unknown;
2524
+ expiryDate?: number | undefined;
2105
2525
  rpcUrl?: string | undefined;
2106
2526
  executorAddress?: string | undefined;
2107
2527
  chainDetail?: z.objectInputType<{
@@ -2129,6 +2549,7 @@ declare const mcpCurveDaoBuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffect
2129
2549
  keylist?: string[] | undefined;
2130
2550
  ClientKeys?: Record<string, string> | undefined;
2131
2551
  } | undefined;
2552
+ expiryDate?: number | undefined;
2132
2553
  rpcUrl?: string | undefined;
2133
2554
  executorAddress?: string | undefined;
2134
2555
  chainDetail?: z.objectOutputType<{
@@ -2156,6 +2577,7 @@ declare const mcpCurveDaoBuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffect
2156
2577
  keylist?: string[] | undefined;
2157
2578
  ClientKeys?: Record<string, string> | undefined;
2158
2579
  } | undefined;
2580
+ expiryDate?: number | undefined;
2159
2581
  rpcUrl?: string | undefined;
2160
2582
  executorAddress?: string | undefined;
2161
2583
  chainDetail?: z.objectOutputType<{
@@ -2476,6 +2898,7 @@ declare const mcpEulerV2IsolatedLendInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2476
2898
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2477
2899
  }, z.ZodTypeAny, "passthrough">>>;
2478
2900
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2901
+ expiryDate: z.ZodOptional<z.ZodNumber>;
2479
2902
  } & {
2480
2903
  vault: z.ZodString;
2481
2904
  assetAmountHuman: z.ZodString;
@@ -2493,6 +2916,7 @@ declare const mcpEulerV2IsolatedLendInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2493
2916
  keylist?: string[] | undefined;
2494
2917
  ClientKeys?: Record<string, string> | undefined;
2495
2918
  } | undefined;
2919
+ expiryDate?: number | undefined;
2496
2920
  rpcUrl?: string | undefined;
2497
2921
  executorAddress?: string | undefined;
2498
2922
  chainDetail?: z.objectOutputType<{
@@ -2520,6 +2944,7 @@ declare const mcpEulerV2IsolatedLendInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2520
2944
  } | undefined;
2521
2945
  useCustomGas?: unknown;
2522
2946
  chainId?: unknown;
2947
+ expiryDate?: number | undefined;
2523
2948
  rpcUrl?: string | undefined;
2524
2949
  executorAddress?: string | undefined;
2525
2950
  chainDetail?: z.objectInputType<{
@@ -2547,6 +2972,7 @@ declare const mcpEulerV2IsolatedLendInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2547
2972
  keylist?: string[] | undefined;
2548
2973
  ClientKeys?: Record<string, string> | undefined;
2549
2974
  } | undefined;
2975
+ expiryDate?: number | undefined;
2550
2976
  rpcUrl?: string | undefined;
2551
2977
  executorAddress?: string | undefined;
2552
2978
  chainDetail?: z.objectOutputType<{
@@ -2574,6 +3000,7 @@ declare const mcpEulerV2IsolatedLendInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2574
3000
  keylist?: string[] | undefined;
2575
3001
  ClientKeys?: Record<string, string> | undefined;
2576
3002
  } | undefined;
3003
+ expiryDate?: number | undefined;
2577
3004
  rpcUrl?: string | undefined;
2578
3005
  executorAddress?: string | undefined;
2579
3006
  chainDetail?: z.objectOutputType<{
@@ -2698,6 +3125,7 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
2698
3125
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2699
3126
  }, z.ZodTypeAny, "passthrough">>>;
2700
3127
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3128
+ expiryDate: z.ZodOptional<z.ZodNumber>;
2701
3129
  } & {
2702
3130
  vaultAddress: z.ZodString;
2703
3131
  underlyingAddress: z.ZodString;
@@ -2717,6 +3145,7 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
2717
3145
  keylist?: string[] | undefined;
2718
3146
  ClientKeys?: Record<string, string> | undefined;
2719
3147
  } | undefined;
3148
+ expiryDate?: number | undefined;
2720
3149
  rpcUrl?: string | undefined;
2721
3150
  executorAddress?: string | undefined;
2722
3151
  chainDetail?: z.objectOutputType<{
@@ -2745,6 +3174,7 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
2745
3174
  } | undefined;
2746
3175
  useCustomGas?: unknown;
2747
3176
  chainId?: unknown;
3177
+ expiryDate?: number | undefined;
2748
3178
  rpcUrl?: string | undefined;
2749
3179
  executorAddress?: string | undefined;
2750
3180
  chainDetail?: z.objectInputType<{
@@ -2773,6 +3203,7 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
2773
3203
  keylist?: string[] | undefined;
2774
3204
  ClientKeys?: Record<string, string> | undefined;
2775
3205
  } | undefined;
3206
+ expiryDate?: number | undefined;
2776
3207
  rpcUrl?: string | undefined;
2777
3208
  executorAddress?: string | undefined;
2778
3209
  chainDetail?: z.objectOutputType<{
@@ -2801,6 +3232,7 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
2801
3232
  keylist?: string[] | undefined;
2802
3233
  ClientKeys?: Record<string, string> | undefined;
2803
3234
  } | undefined;
3235
+ expiryDate?: number | undefined;
2804
3236
  rpcUrl?: string | undefined;
2805
3237
  executorAddress?: string | undefined;
2806
3238
  chainDetail?: z.objectOutputType<{
@@ -2864,6 +3296,7 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2864
3296
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
2865
3297
  }, z.ZodTypeAny, "passthrough">>>;
2866
3298
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3299
+ expiryDate: z.ZodOptional<z.ZodNumber>;
2867
3300
  } & {
2868
3301
  vaultAddress: z.ZodString;
2869
3302
  amountHuman: z.ZodString;
@@ -2880,6 +3313,7 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2880
3313
  keylist?: string[] | undefined;
2881
3314
  ClientKeys?: Record<string, string> | undefined;
2882
3315
  } | undefined;
3316
+ expiryDate?: number | undefined;
2883
3317
  rpcUrl?: string | undefined;
2884
3318
  executorAddress?: string | undefined;
2885
3319
  chainDetail?: z.objectOutputType<{
@@ -2906,6 +3340,7 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2906
3340
  } | undefined;
2907
3341
  useCustomGas?: unknown;
2908
3342
  chainId?: unknown;
3343
+ expiryDate?: number | undefined;
2909
3344
  rpcUrl?: string | undefined;
2910
3345
  executorAddress?: string | undefined;
2911
3346
  chainDetail?: z.objectInputType<{
@@ -2932,6 +3367,7 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2932
3367
  keylist?: string[] | undefined;
2933
3368
  ClientKeys?: Record<string, string> | undefined;
2934
3369
  } | undefined;
3370
+ expiryDate?: number | undefined;
2935
3371
  rpcUrl?: string | undefined;
2936
3372
  executorAddress?: string | undefined;
2937
3373
  chainDetail?: z.objectOutputType<{
@@ -2958,6 +3394,7 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
2958
3394
  keylist?: string[] | undefined;
2959
3395
  ClientKeys?: Record<string, string> | undefined;
2960
3396
  } | undefined;
3397
+ expiryDate?: number | undefined;
2961
3398
  rpcUrl?: string | undefined;
2962
3399
  executorAddress?: string | undefined;
2963
3400
  chainDetail?: z.objectOutputType<{
@@ -3020,6 +3457,7 @@ declare const mcpMorphoBlueCollateralDepositInputSchema: z.ZodEffects<z.ZodEffec
3020
3457
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
3021
3458
  }, z.ZodTypeAny, "passthrough">>>;
3022
3459
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3460
+ expiryDate: z.ZodOptional<z.ZodNumber>;
3023
3461
  } & {
3024
3462
  marketId: z.ZodString;
3025
3463
  collateralToken: z.ZodString;
@@ -3038,6 +3476,7 @@ declare const mcpMorphoBlueCollateralDepositInputSchema: z.ZodEffects<z.ZodEffec
3038
3476
  keylist?: string[] | undefined;
3039
3477
  ClientKeys?: Record<string, string> | undefined;
3040
3478
  } | undefined;
3479
+ expiryDate?: number | undefined;
3041
3480
  rpcUrl?: string | undefined;
3042
3481
  executorAddress?: string | undefined;
3043
3482
  chainDetail?: z.objectOutputType<{
@@ -3065,6 +3504,7 @@ declare const mcpMorphoBlueCollateralDepositInputSchema: z.ZodEffects<z.ZodEffec
3065
3504
  } | undefined;
3066
3505
  useCustomGas?: unknown;
3067
3506
  chainId?: unknown;
3507
+ expiryDate?: number | undefined;
3068
3508
  rpcUrl?: string | undefined;
3069
3509
  executorAddress?: string | undefined;
3070
3510
  chainDetail?: z.objectInputType<{
@@ -3092,6 +3532,7 @@ declare const mcpMorphoBlueCollateralDepositInputSchema: z.ZodEffects<z.ZodEffec
3092
3532
  keylist?: string[] | undefined;
3093
3533
  ClientKeys?: Record<string, string> | undefined;
3094
3534
  } | undefined;
3535
+ expiryDate?: number | undefined;
3095
3536
  rpcUrl?: string | undefined;
3096
3537
  executorAddress?: string | undefined;
3097
3538
  chainDetail?: z.objectOutputType<{
@@ -3119,6 +3560,7 @@ declare const mcpMorphoBlueCollateralDepositInputSchema: z.ZodEffects<z.ZodEffec
3119
3560
  keylist?: string[] | undefined;
3120
3561
  ClientKeys?: Record<string, string> | undefined;
3121
3562
  } | undefined;
3563
+ expiryDate?: number | undefined;
3122
3564
  rpcUrl?: string | undefined;
3123
3565
  executorAddress?: string | undefined;
3124
3566
  chainDetail?: z.objectOutputType<{
@@ -3181,6 +3623,7 @@ declare const mcpMorphoBlueBorrowInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObj
3181
3623
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
3182
3624
  }, z.ZodTypeAny, "passthrough">>>;
3183
3625
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3626
+ expiryDate: z.ZodOptional<z.ZodNumber>;
3184
3627
  } & {
3185
3628
  marketId: z.ZodString;
3186
3629
  loanToken: z.ZodString;
@@ -3197,6 +3640,7 @@ declare const mcpMorphoBlueBorrowInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObj
3197
3640
  keylist?: string[] | undefined;
3198
3641
  ClientKeys?: Record<string, string> | undefined;
3199
3642
  } | undefined;
3643
+ expiryDate?: number | undefined;
3200
3644
  rpcUrl?: string | undefined;
3201
3645
  executorAddress?: string | undefined;
3202
3646
  chainDetail?: z.objectOutputType<{
@@ -3222,6 +3666,7 @@ declare const mcpMorphoBlueBorrowInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObj
3222
3666
  } | undefined;
3223
3667
  useCustomGas?: unknown;
3224
3668
  chainId?: unknown;
3669
+ expiryDate?: number | undefined;
3225
3670
  rpcUrl?: string | undefined;
3226
3671
  executorAddress?: string | undefined;
3227
3672
  chainDetail?: z.objectInputType<{
@@ -3247,6 +3692,7 @@ declare const mcpMorphoBlueBorrowInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObj
3247
3692
  keylist?: string[] | undefined;
3248
3693
  ClientKeys?: Record<string, string> | undefined;
3249
3694
  } | undefined;
3695
+ expiryDate?: number | undefined;
3250
3696
  rpcUrl?: string | undefined;
3251
3697
  executorAddress?: string | undefined;
3252
3698
  chainDetail?: z.objectOutputType<{
@@ -3272,6 +3718,7 @@ declare const mcpMorphoBlueBorrowInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObj
3272
3718
  keylist?: string[] | undefined;
3273
3719
  ClientKeys?: Record<string, string> | undefined;
3274
3720
  } | undefined;
3721
+ expiryDate?: number | undefined;
3275
3722
  rpcUrl?: string | undefined;
3276
3723
  executorAddress?: string | undefined;
3277
3724
  chainDetail?: z.objectOutputType<{
@@ -3332,6 +3779,7 @@ declare const mcpMorphoBlueRepayInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObje
3332
3779
  baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
3333
3780
  }, z.ZodTypeAny, "passthrough">>>;
3334
3781
  customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3782
+ expiryDate: z.ZodOptional<z.ZodNumber>;
3335
3783
  } & {
3336
3784
  marketId: z.ZodString;
3337
3785
  loanToken: z.ZodString;
@@ -3348,6 +3796,7 @@ declare const mcpMorphoBlueRepayInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObje
3348
3796
  keylist?: string[] | undefined;
3349
3797
  ClientKeys?: Record<string, string> | undefined;
3350
3798
  } | undefined;
3799
+ expiryDate?: number | undefined;
3351
3800
  rpcUrl?: string | undefined;
3352
3801
  executorAddress?: string | undefined;
3353
3802
  chainDetail?: z.objectOutputType<{
@@ -3373,6 +3822,7 @@ declare const mcpMorphoBlueRepayInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObje
3373
3822
  } | undefined;
3374
3823
  useCustomGas?: unknown;
3375
3824
  chainId?: unknown;
3825
+ expiryDate?: number | undefined;
3376
3826
  rpcUrl?: string | undefined;
3377
3827
  executorAddress?: string | undefined;
3378
3828
  chainDetail?: z.objectInputType<{
@@ -3398,6 +3848,7 @@ declare const mcpMorphoBlueRepayInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObje
3398
3848
  keylist?: string[] | undefined;
3399
3849
  ClientKeys?: Record<string, string> | undefined;
3400
3850
  } | undefined;
3851
+ expiryDate?: number | undefined;
3401
3852
  rpcUrl?: string | undefined;
3402
3853
  executorAddress?: string | undefined;
3403
3854
  chainDetail?: z.objectOutputType<{
@@ -3423,6 +3874,7 @@ declare const mcpMorphoBlueRepayInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObje
3423
3874
  keylist?: string[] | undefined;
3424
3875
  ClientKeys?: Record<string, string> | undefined;
3425
3876
  } | undefined;
3877
+ expiryDate?: number | undefined;
3426
3878
  rpcUrl?: string | undefined;
3427
3879
  executorAddress?: string | undefined;
3428
3880
  chainDetail?: z.objectOutputType<{
@@ -3468,14 +3920,14 @@ declare const mcpMorphoFetchEarnVaultsInputSchema: z.ZodObject<{
3468
3920
  limit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
3469
3921
  }, "strip", z.ZodTypeAny, {
3470
3922
  chainId: number;
3923
+ limit?: number | undefined;
3471
3924
  underlying?: string | undefined;
3472
3925
  query?: string | undefined;
3473
- limit?: number | undefined;
3474
3926
  }, {
3475
3927
  chainId?: unknown;
3928
+ limit?: unknown;
3476
3929
  underlying?: string | undefined;
3477
3930
  query?: string | undefined;
3478
- limit?: unknown;
3479
3931
  }>;
3480
3932
  declare const mcpMorphoFetchEarnVaultsOutputSchema: z.ZodObject<{
3481
3933
  vaults: z.ZodArray<z.ZodObject<{
@@ -3602,14 +4054,14 @@ declare const mcpMorphoFetchBlueMarketsInputSchema: z.ZodObject<{
3602
4054
  limit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
3603
4055
  }, "strip", z.ZodTypeAny, {
3604
4056
  chainId: number;
3605
- query?: string | undefined;
3606
4057
  limit?: number | undefined;
4058
+ query?: string | undefined;
3607
4059
  collateral?: string | undefined;
3608
4060
  loan?: string | undefined;
3609
4061
  }, {
3610
4062
  chainId?: unknown;
3611
- query?: string | undefined;
3612
4063
  limit?: unknown;
4064
+ query?: string | undefined;
3613
4065
  collateral?: string | undefined;
3614
4066
  loan?: string | undefined;
3615
4067
  }>;
@@ -4197,20 +4649,20 @@ declare const mcpGmxFetchMarketPricesOutputSchema: z.ZodObject<{
4197
4649
  fetchedAtMs: z.ZodNumber;
4198
4650
  }, "strip", z.ZodTypeAny, {
4199
4651
  symbol: string;
4652
+ fetchedAtMs: number;
4200
4653
  collateralSymbol: string;
4201
4654
  collateralUsd: string | null;
4202
4655
  indexLabel: string;
4203
4656
  indexMarkUsd: string | null;
4204
4657
  indexPerCollateral: string | null;
4205
- fetchedAtMs: number;
4206
4658
  }, {
4207
4659
  symbol: string;
4660
+ fetchedAtMs: number;
4208
4661
  collateralSymbol: string;
4209
4662
  collateralUsd: string | null;
4210
4663
  indexLabel: string;
4211
4664
  indexMarkUsd: string | null;
4212
4665
  indexPerCollateral: string | null;
4213
- fetchedAtMs: number;
4214
4666
  }>;
4215
4667
  declare const mcpGmxFetchOhlcvInputSchema: z.ZodObject<{
4216
4668
  chainId: z.ZodEffects<z.ZodNumber, number, unknown>;
@@ -4222,14 +4674,14 @@ declare const mcpGmxFetchOhlcvInputSchema: z.ZodObject<{
4222
4674
  symbol: string;
4223
4675
  chainId: number;
4224
4676
  sort?: "asc" | "desc" | undefined;
4225
- limit?: number | undefined;
4226
4677
  timeframe?: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | undefined;
4678
+ limit?: number | undefined;
4227
4679
  }, {
4228
4680
  symbol: string;
4229
4681
  chainId?: unknown;
4230
4682
  sort?: "asc" | "desc" | undefined;
4231
- limit?: unknown;
4232
4683
  timeframe?: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | undefined;
4684
+ limit?: unknown;
4233
4685
  }>;
4234
4686
  declare const mcpGmxFetchOhlcvOutputSchema: z.ZodObject<{
4235
4687
  symbol: z.ZodString;
@@ -4248,45 +4700,45 @@ declare const mcpGmxFetchOhlcvOutputSchema: z.ZodObject<{
4248
4700
  }, "strip", z.ZodTypeAny, {
4249
4701
  high: string;
4250
4702
  low: string;
4251
- timestampMs: number;
4252
- timeLabel: string;
4253
4703
  open: string;
4704
+ timestampMs: number;
4254
4705
  close: string;
4706
+ timeLabel: string;
4255
4707
  }, {
4256
4708
  high: string;
4257
4709
  low: string;
4258
- timestampMs: number;
4259
- timeLabel: string;
4260
4710
  open: string;
4711
+ timestampMs: number;
4261
4712
  close: string;
4713
+ timeLabel: string;
4262
4714
  }>, "many">;
4263
4715
  }, "strip", z.ZodTypeAny, {
4264
4716
  symbol: string;
4265
4717
  chainId: number;
4266
- timeframe: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M";
4267
- candleCount: number;
4268
4718
  candles: {
4269
4719
  high: string;
4270
4720
  low: string;
4271
- timestampMs: number;
4272
- timeLabel: string;
4273
4721
  open: string;
4722
+ timestampMs: number;
4274
4723
  close: string;
4724
+ timeLabel: string;
4275
4725
  }[];
4726
+ timeframe: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M";
4727
+ candleCount: number;
4276
4728
  startTimeMs?: number | undefined;
4277
4729
  endTimeMs?: number | undefined;
4278
4730
  }, {
4279
4731
  symbol: string;
4280
- timeframe: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M";
4281
- candleCount: number;
4282
4732
  candles: {
4283
4733
  high: string;
4284
4734
  low: string;
4285
- timestampMs: number;
4286
- timeLabel: string;
4287
4735
  open: string;
4736
+ timestampMs: number;
4288
4737
  close: string;
4738
+ timeLabel: string;
4289
4739
  }[];
4740
+ timeframe: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M";
4741
+ candleCount: number;
4290
4742
  chainId?: unknown;
4291
4743
  startTimeMs?: number | undefined;
4292
4744
  endTimeMs?: number | undefined;
@@ -4711,14 +5163,14 @@ declare const mcpHyperliquidFetchMarketSnapshotInputSchema: z.ZodObject<{
4711
5163
  }, "strip", z.ZodTypeAny, {
4712
5164
  chainId: number;
4713
5165
  coin: string;
5166
+ interval?: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m" | undefined;
4714
5167
  dex?: string | undefined;
4715
- interval?: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d" | undefined;
4716
5168
  candleLimit?: number | undefined;
4717
5169
  }, {
4718
5170
  coin: string;
4719
5171
  chainId?: number | undefined;
5172
+ interval?: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m" | undefined;
4720
5173
  dex?: string | undefined;
4721
- interval?: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d" | undefined;
4722
5174
  candleLimit?: unknown;
4723
5175
  }>;
4724
5176
  declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
@@ -4760,17 +5212,17 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
4760
5212
  }, "strip", z.ZodTypeAny, {
4761
5213
  high: string;
4762
5214
  low: string;
4763
- timestampMs: number;
4764
5215
  open: string;
4765
- close: string;
4766
5216
  volume: string;
5217
+ timestampMs: number;
5218
+ close: string;
4767
5219
  }, {
4768
5220
  high: string;
4769
5221
  low: string;
4770
- timestampMs: number;
4771
5222
  open: string;
4772
- close: string;
4773
5223
  volume: string;
5224
+ timestampMs: number;
5225
+ close: string;
4774
5226
  }>>;
4775
5227
  candles: z.ZodArray<z.ZodObject<{
4776
5228
  timestampMs: z.ZodNumber;
@@ -4782,33 +5234,33 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
4782
5234
  }, "strip", z.ZodTypeAny, {
4783
5235
  high: string;
4784
5236
  low: string;
4785
- timestampMs: number;
4786
5237
  open: string;
4787
- close: string;
4788
5238
  volume: string;
5239
+ timestampMs: number;
5240
+ close: string;
4789
5241
  }, {
4790
5242
  high: string;
4791
5243
  low: string;
4792
- timestampMs: number;
4793
5244
  open: string;
4794
- close: string;
4795
5245
  volume: string;
5246
+ timestampMs: number;
5247
+ close: string;
4796
5248
  }>, "many">;
4797
5249
  candleCount: z.ZodNumber;
4798
5250
  }, "strip", z.ZodTypeAny, {
4799
- coin: string;
4800
- fetchedAtMs: number;
4801
- candleCount: number;
4802
5251
  candles: {
4803
5252
  high: string;
4804
5253
  low: string;
4805
- timestampMs: number;
4806
5254
  open: string;
4807
- close: string;
4808
5255
  volume: string;
5256
+ timestampMs: number;
5257
+ close: string;
4809
5258
  }[];
5259
+ interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
5260
+ candleCount: number;
5261
+ fetchedAtMs: number;
5262
+ coin: string;
4810
5263
  dex: string | null;
4811
- interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
4812
5264
  midUsd: string;
4813
5265
  livePrice: {
4814
5266
  source: "markPx" | "midPx" | "allMids";
@@ -4821,25 +5273,25 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
4821
5273
  latestCandle: {
4822
5274
  high: string;
4823
5275
  low: string;
4824
- timestampMs: number;
4825
5276
  open: string;
4826
- close: string;
4827
5277
  volume: string;
5278
+ timestampMs: number;
5279
+ close: string;
4828
5280
  } | null;
4829
5281
  }, {
4830
- coin: string;
4831
- fetchedAtMs: number;
4832
- candleCount: number;
4833
5282
  candles: {
4834
5283
  high: string;
4835
5284
  low: string;
4836
- timestampMs: number;
4837
5285
  open: string;
4838
- close: string;
4839
5286
  volume: string;
5287
+ timestampMs: number;
5288
+ close: string;
4840
5289
  }[];
5290
+ interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
5291
+ candleCount: number;
5292
+ fetchedAtMs: number;
5293
+ coin: string;
4841
5294
  dex: string | null;
4842
- interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
4843
5295
  midUsd: string;
4844
5296
  livePrice: {
4845
5297
  source: "markPx" | "midPx" | "allMids";
@@ -4852,10 +5304,10 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
4852
5304
  latestCandle: {
4853
5305
  high: string;
4854
5306
  low: string;
4855
- timestampMs: number;
4856
5307
  open: string;
4857
- close: string;
4858
5308
  volume: string;
5309
+ timestampMs: number;
5310
+ close: string;
4859
5311
  } | null;
4860
5312
  }>;
4861
5313
  resolvedCoin: z.ZodString;
@@ -4864,19 +5316,19 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
4864
5316
  resolvedCoin: string;
4865
5317
  dex: string | null;
4866
5318
  snapshot: {
4867
- coin: string;
4868
- fetchedAtMs: number;
4869
- candleCount: number;
4870
5319
  candles: {
4871
5320
  high: string;
4872
5321
  low: string;
4873
- timestampMs: number;
4874
5322
  open: string;
4875
- close: string;
4876
5323
  volume: string;
5324
+ timestampMs: number;
5325
+ close: string;
4877
5326
  }[];
5327
+ interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
5328
+ candleCount: number;
5329
+ fetchedAtMs: number;
5330
+ coin: string;
4878
5331
  dex: string | null;
4879
- interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
4880
5332
  midUsd: string;
4881
5333
  livePrice: {
4882
5334
  source: "markPx" | "midPx" | "allMids";
@@ -4889,29 +5341,29 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
4889
5341
  latestCandle: {
4890
5342
  high: string;
4891
5343
  low: string;
4892
- timestampMs: number;
4893
5344
  open: string;
4894
- close: string;
4895
5345
  volume: string;
5346
+ timestampMs: number;
5347
+ close: string;
4896
5348
  } | null;
4897
5349
  };
4898
5350
  }, {
4899
5351
  resolvedCoin: string;
4900
5352
  dex: string | null;
4901
5353
  snapshot: {
4902
- coin: string;
4903
- fetchedAtMs: number;
4904
- candleCount: number;
4905
5354
  candles: {
4906
5355
  high: string;
4907
5356
  low: string;
4908
- timestampMs: number;
4909
5357
  open: string;
4910
- close: string;
4911
5358
  volume: string;
5359
+ timestampMs: number;
5360
+ close: string;
4912
5361
  }[];
5362
+ interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
5363
+ candleCount: number;
5364
+ fetchedAtMs: number;
5365
+ coin: string;
4913
5366
  dex: string | null;
4914
- interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
4915
5367
  midUsd: string;
4916
5368
  livePrice: {
4917
5369
  source: "markPx" | "midPx" | "allMids";
@@ -4924,10 +5376,10 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
4924
5376
  latestCandle: {
4925
5377
  high: string;
4926
5378
  low: string;
4927
- timestampMs: number;
4928
5379
  open: string;
4929
- close: string;
4930
5380
  volume: string;
5381
+ timestampMs: number;
5382
+ close: string;
4931
5383
  } | null;
4932
5384
  };
4933
5385
  }>;
@@ -4946,19 +5398,19 @@ declare const mcpHyperliquidFetchOhlcvInputSchema: z.ZodObject<{
4946
5398
  coin: string;
4947
5399
  startTimeMs?: number | undefined;
4948
5400
  endTimeMs?: number | undefined;
4949
- dex?: string | undefined;
4950
- interval?: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d" | undefined;
5401
+ interval?: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m" | undefined;
4951
5402
  lookbackDays?: number | undefined;
4952
5403
  lookbackHours?: number | undefined;
5404
+ dex?: string | undefined;
4953
5405
  }, {
4954
5406
  coin: string;
4955
5407
  chainId?: number | undefined;
4956
5408
  startTimeMs?: unknown;
4957
5409
  endTimeMs?: unknown;
4958
- dex?: string | undefined;
4959
- interval?: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d" | undefined;
5410
+ interval?: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m" | undefined;
4960
5411
  lookbackDays?: unknown;
4961
5412
  lookbackHours?: unknown;
5413
+ dex?: string | undefined;
4962
5414
  }>;
4963
5415
  declare const mcpHyperliquidFetchOhlcvOutputSchema: z.ZodObject<{
4964
5416
  ohlcv: z.ZodObject<{
@@ -4979,17 +5431,17 @@ declare const mcpHyperliquidFetchOhlcvOutputSchema: z.ZodObject<{
4979
5431
  }, "strip", z.ZodTypeAny, {
4980
5432
  high: string;
4981
5433
  low: string;
4982
- timestampMs: number;
4983
5434
  open: string;
4984
- close: string;
4985
5435
  volume: string;
5436
+ timestampMs: number;
5437
+ close: string;
4986
5438
  }, {
4987
5439
  high: string;
4988
5440
  low: string;
4989
- timestampMs: number;
4990
5441
  open: string;
4991
- close: string;
4992
5442
  volume: string;
5443
+ timestampMs: number;
5444
+ close: string;
4993
5445
  }>>;
4994
5446
  candles: z.ZodArray<z.ZodObject<{
4995
5447
  timestampMs: z.ZodNumber;
@@ -5001,67 +5453,67 @@ declare const mcpHyperliquidFetchOhlcvOutputSchema: z.ZodObject<{
5001
5453
  }, "strip", z.ZodTypeAny, {
5002
5454
  high: string;
5003
5455
  low: string;
5004
- timestampMs: number;
5005
5456
  open: string;
5006
- close: string;
5007
5457
  volume: string;
5458
+ timestampMs: number;
5459
+ close: string;
5008
5460
  }, {
5009
5461
  high: string;
5010
5462
  low: string;
5011
- timestampMs: number;
5012
5463
  open: string;
5013
- close: string;
5014
5464
  volume: string;
5465
+ timestampMs: number;
5466
+ close: string;
5015
5467
  }>, "many">;
5016
5468
  fetchedAtMs: z.ZodNumber;
5017
5469
  }, "strip", z.ZodTypeAny, {
5018
- coin: string;
5019
- fetchedAtMs: number;
5020
- startTimeMs: number;
5021
- endTimeMs: number;
5022
- candleCount: number;
5023
5470
  candles: {
5024
5471
  high: string;
5025
5472
  low: string;
5026
- timestampMs: number;
5027
5473
  open: string;
5028
- close: string;
5029
5474
  volume: string;
5475
+ timestampMs: number;
5476
+ close: string;
5030
5477
  }[];
5478
+ startTimeMs: number;
5479
+ endTimeMs: number;
5480
+ interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
5481
+ candleCount: number;
5482
+ fetchedAtMs: number;
5483
+ coin: string;
5031
5484
  dex: string | null;
5032
- interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
5033
5485
  latestCandle: {
5034
5486
  high: string;
5035
5487
  low: string;
5036
- timestampMs: number;
5037
5488
  open: string;
5038
- close: string;
5039
5489
  volume: string;
5490
+ timestampMs: number;
5491
+ close: string;
5040
5492
  } | null;
5041
5493
  expectedBars: number;
5042
5494
  }, {
5043
- coin: string;
5044
- fetchedAtMs: number;
5045
- startTimeMs: number;
5046
- endTimeMs: number;
5047
- candleCount: number;
5048
5495
  candles: {
5049
5496
  high: string;
5050
5497
  low: string;
5051
- timestampMs: number;
5052
5498
  open: string;
5053
- close: string;
5054
5499
  volume: string;
5500
+ timestampMs: number;
5501
+ close: string;
5055
5502
  }[];
5503
+ startTimeMs: number;
5504
+ endTimeMs: number;
5505
+ interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
5506
+ candleCount: number;
5507
+ fetchedAtMs: number;
5508
+ coin: string;
5056
5509
  dex: string | null;
5057
- interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
5058
5510
  latestCandle: {
5059
5511
  high: string;
5060
5512
  low: string;
5061
- timestampMs: number;
5062
5513
  open: string;
5063
- close: string;
5064
5514
  volume: string;
5515
+ timestampMs: number;
5516
+ close: string;
5065
5517
  } | null;
5066
5518
  expectedBars: number;
5067
5519
  }>;
@@ -5071,28 +5523,28 @@ declare const mcpHyperliquidFetchOhlcvOutputSchema: z.ZodObject<{
5071
5523
  resolvedCoin: string;
5072
5524
  dex: string | null;
5073
5525
  ohlcv: {
5074
- coin: string;
5075
- fetchedAtMs: number;
5076
- startTimeMs: number;
5077
- endTimeMs: number;
5078
- candleCount: number;
5079
5526
  candles: {
5080
5527
  high: string;
5081
5528
  low: string;
5082
- timestampMs: number;
5083
5529
  open: string;
5084
- close: string;
5085
5530
  volume: string;
5531
+ timestampMs: number;
5532
+ close: string;
5086
5533
  }[];
5534
+ startTimeMs: number;
5535
+ endTimeMs: number;
5536
+ interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
5537
+ candleCount: number;
5538
+ fetchedAtMs: number;
5539
+ coin: string;
5087
5540
  dex: string | null;
5088
- interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
5089
5541
  latestCandle: {
5090
5542
  high: string;
5091
5543
  low: string;
5092
- timestampMs: number;
5093
5544
  open: string;
5094
- close: string;
5095
5545
  volume: string;
5546
+ timestampMs: number;
5547
+ close: string;
5096
5548
  } | null;
5097
5549
  expectedBars: number;
5098
5550
  };
@@ -5100,28 +5552,28 @@ declare const mcpHyperliquidFetchOhlcvOutputSchema: z.ZodObject<{
5100
5552
  resolvedCoin: string;
5101
5553
  dex: string | null;
5102
5554
  ohlcv: {
5103
- coin: string;
5104
- fetchedAtMs: number;
5105
- startTimeMs: number;
5106
- endTimeMs: number;
5107
- candleCount: number;
5108
5555
  candles: {
5109
5556
  high: string;
5110
5557
  low: string;
5111
- timestampMs: number;
5112
5558
  open: string;
5113
- close: string;
5114
5559
  volume: string;
5560
+ timestampMs: number;
5561
+ close: string;
5115
5562
  }[];
5563
+ startTimeMs: number;
5564
+ endTimeMs: number;
5565
+ interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
5566
+ candleCount: number;
5567
+ fetchedAtMs: number;
5568
+ coin: string;
5116
5569
  dex: string | null;
5117
- interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
5118
5570
  latestCandle: {
5119
5571
  high: string;
5120
5572
  low: string;
5121
- timestampMs: number;
5122
5573
  open: string;
5123
- close: string;
5124
5574
  volume: string;
5575
+ timestampMs: number;
5576
+ close: string;
5125
5577
  } | null;
5126
5578
  expectedBars: number;
5127
5579
  };
@@ -5634,4 +6086,4 @@ declare function getAgentCatalog(): {
5634
6086
  };
5635
6087
  };
5636
6088
 
5637
- export { type ChainDetailMcpInput, EVM_COMMON_PARAM_DOCS, type EvmMultisignCommonInput, type KeyGenMcpInput, MANAGEMENT_SIG_DOC, MCP_NON_SUBMIT_TOOL_NAMES, MCP_TOOL_DEFINITIONS, MCP_TOOL_INPUT_SCHEMAS, MCP_TOOL_OUTPUT_SCHEMAS, MULTISIGN_OUTPUT_DOC, MULTISIGN_SUBMIT_OUTPUT_DOC, type McpAaveV4DepositInput, type McpCurveDaoBuildSwapMultisignInput, type McpCurveDaoQuoteInput, type McpCurveDaoQuoteOutput, type McpEthenaStakeInput, type McpEulerV2FetchLendVaultsInput, type McpEulerV2FetchLendVaultsOutput, type McpEulerV2IsolatedLendInput, type McpJsonSchema, type McpLidoSubmitInput, type McpMapleDepositInput, type McpMorphoFetchBlueMarketsInput, type McpMorphoFetchBlueMarketsOutput, type McpMorphoFetchEarnVaultsInput, type McpMorphoFetchEarnVaultsOutput, type McpMorphoVaultDepositInput, type McpSchemaProperty, type McpSkyLockstakeStakeInput, type McpToolDefinition, type McpToolHandler, type McpToolInputMap, type McpToolName, type McpToolOutputMap, type McpUniswapV4BuildMintLiquidityMultisignInput, type McpUniswapV4BuildSwapMultisignInput, type McpUniswapV4CreateSwapInput, type McpUniswapV4CreateSwapOutput, type McpUniswapV4LpCreatePositionInput, type McpUniswapV4QuoteInput, type McpUniswapV4QuoteOutput, type MultisignOutput, PROTOCOL_SUPPORT_ADVISORS, type ProtocolSupportAdvisor, type SupportedTokenRow, type TokenFilterKind, chainDetailSchema, evmAddressSchema, evmMultisignCommonInputSchema, getAgentCatalog, getAgentCatalogForMcp, getMcpToolByName, getMcpToolDefinitions, getMcpToolInputSchema, getMcpToolOutputSchema, getProtocolDiscoverySummary, getProtocolSkill, getProtocolSupportAdvisor, getToolsForProtocol, jsonObjectSchema, keyGenSchema, listProtocolSupportAdvisorIds, listProtocolsWithSkills, mcpAaveV4BorrowInputSchema, mcpAaveV4DepositInputSchema, mcpAaveV4RepayInputSchema, mcpAaveV4WithdrawInputSchema, mcpCurveDaoBuildSwapMultisignInputSchema, mcpCurveDaoQuoteInputSchema, mcpCurveDaoQuoteOutputSchema, mcpEthenaClaimInputSchema, mcpEthenaCooldownInputSchema, mcpEthenaRedeemInputSchema, mcpEthenaStakeInputSchema, mcpEulerV2BorrowRepayInputSchema, mcpEulerV2CollateralDepositInputSchema, mcpEulerV2CollateralWithdrawInputSchema, mcpEulerV2FetchLendVaultsInputSchema, mcpEulerV2FetchLendVaultsOutputSchema, mcpEulerV2IsolatedBorrowInputSchema, mcpEulerV2IsolatedLendInputSchema, mcpEulerV2VaultWithdrawInputSchema, mcpGmxCancelInputSchema, mcpGmxDecreaseInputSchema, mcpGmxFetchGmApyInputSchema, mcpGmxFetchGmApyOutputSchema, mcpGmxFetchGmMarketsInputSchema, mcpGmxFetchGmMarketsOutputSchema, mcpGmxFetchMarketPricesInputSchema, mcpGmxFetchMarketPricesOutputSchema, mcpGmxFetchMarketsInputSchema, mcpGmxFetchMarketsOutputSchema, mcpGmxFetchOhlcvInputSchema, mcpGmxFetchOhlcvOutputSchema, mcpGmxFetchOrdersInputSchema, mcpGmxFetchOrdersOutputSchema, mcpGmxFetchPositionsInputSchema, mcpGmxFetchPositionsOutputSchema, mcpGmxFetchStakingPowerInputSchema, mcpGmxFetchStakingPowerOutputSchema, mcpGmxGmDepositInputSchema, mcpGmxGmWithdrawInputSchema, mcpGmxIncreaseInputSchema, mcpServerSubmitOutputSchema as mcpGmxMultisignOutputSchema, mcpGmxStakeGmxInputSchema, mcpGmxUnstakeGmxInputSchema, mcpHyperliquidBridgeDepositInputSchema, mcpHyperliquidBridgeWithdrawInputSchema, mcpHyperliquidCancelInputSchema, mcpHyperliquidCloseInputSchema, mcpHyperliquidDelegateInputSchema, mcpHyperliquidFetchDelegationsInputSchema, mcpHyperliquidFetchDelegationsOutputSchema, mcpHyperliquidFetchMarketSnapshotInputSchema, mcpHyperliquidFetchMarketSnapshotOutputSchema, mcpHyperliquidFetchMarketsInputSchema, mcpHyperliquidFetchMarketsOutputSchema, mcpHyperliquidFetchOhlcvInputSchema, mcpHyperliquidFetchOhlcvOutputSchema, mcpHyperliquidFetchOpenContextInputSchema, mcpHyperliquidFetchOpenContextOutputSchema, mcpHyperliquidFetchOpenOrdersInputSchema, mcpHyperliquidFetchOpenOrdersOutputSchema, mcpHyperliquidFetchPositionsInputSchema, mcpHyperliquidFetchPositionsOutputSchema, mcpHyperliquidFetchStakingSummaryInputSchema, mcpHyperliquidFetchStakingSummaryOutputSchema, mcpHyperliquidFetchUsdClassBalancesInputSchema, mcpHyperliquidFetchUsdClassBalancesOutputSchema, mcpHyperliquidFetchUserVaultEquitiesInputSchema, mcpHyperliquidFetchUserVaultEquitiesOutputSchema, mcpHyperliquidFetchVaultsInputSchema, mcpHyperliquidFetchVaultsOutputSchema, mcpHyperliquidLimitOrderInputSchema, mcpHyperliquidSearchMarketsInputSchema, mcpHyperliquidSearchMarketsOutputSchema, mcpHyperliquidStakeInputSchema, mcpHyperliquidUndelegateInputSchema, mcpHyperliquidUnstakeInputSchema, mcpHyperliquidUpdateLeverageInputSchema, mcpHyperliquidUsdTransferInputSchema, mcpHyperliquidVaultDepositInputSchema, mcpHyperliquidVaultWithdrawInputSchema, mcpLidoClaimWithdrawalInputSchema, mcpLidoRequestWithdrawalsInputSchema, mcpLidoSubmitInputSchema, mcpLidoUnwrapWstEthInputSchema, mcpLidoWrapStEthInputSchema, mcpMapleDepositInputSchema, mcpMapleRequestRedeemInputSchema, mcpMorphoBlueBorrowInputSchema, mcpMorphoBlueCollateralDepositInputSchema, mcpMorphoBlueCollateralWithdrawInputSchema, mcpMorphoBlueRepayInputSchema, mcpMorphoFetchBlueMarketsInputSchema, mcpMorphoFetchBlueMarketsOutputSchema, mcpMorphoFetchEarnVaultsInputSchema, mcpMorphoFetchEarnVaultsOutputSchema, mcpMorphoMerklClaimInputSchema, mcpMorphoVaultDepositInputSchema, mcpMorphoVaultWithdrawInputSchema, mcpMultisignInput, multisignOutputSchema as mcpMultisignOutputSchema, mcpServerSubmitOutputSchema as mcpMultisignSubmitOutputSchema, mcpServerCommonInputSchema, mcpServerMultisignInput, mcpServerSubmitOutputSchema, mcpSkyLockstakeCloseInputSchema, mcpSkyLockstakeDrawInputSchema, mcpSkyLockstakeGetRewardInputSchema, mcpSkyLockstakeStakeInputSchema, mcpSkyLockstakeWipeInputSchema, mcpSkySusdsDepositInputSchema, mcpSkySusdsRedeemInputSchema, mcpUniswapV4BuildCollectFeesMultisignInputSchema, mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildMintLiquidityMultisignInputSchema, mcpUniswapV4BuildSwapMultisignInputSchema, mcpUniswapV4CreateSwapInputSchema, mcpUniswapV4CreateSwapOutputSchema, mcpUniswapV4LpClaimInputSchema, mcpUniswapV4LpClaimOutputSchema, mcpUniswapV4LpCreatePositionInputSchema, mcpUniswapV4LpCreatePositionOutputSchema, mcpUniswapV4LpDecreaseInputSchema, mcpUniswapV4LpDecreaseOutputSchema, mcpUniswapV4LpIncreaseInputSchema, mcpUniswapV4LpIncreaseOutputSchema, mcpUniswapV4LpListPoolsInputSchema, mcpUniswapV4LpListPoolsOutputSchema, mcpUniswapV4LpListPositionsInputSchema, mcpUniswapV4LpListPositionsOutputSchema, mcpUniswapV4QuoteInputSchema, mcpUniswapV4QuoteOutputSchema, mcpUniswapV4RegisterPositionFromMintTxInputSchema, mcpUniswapV4RegisterPositionFromMintTxOutputSchema, mcpUniswapV4RegisterPositionNftInputSchema, mcpUniswapV4RegisterPositionNftOutputSchema, multisignOutputSchema, parseAgentBoolean, parseAgentEvmChainId, parseMcpToolInput, parseMcpToolOutput, parseMultisignBuilderOutput, uniswapQuoteTradeTypeSchema, zodSchemaToMcpJsonSchema };
6089
+ export { type ChainDetailMcpInput, EVM_COMMON_PARAM_DOCS, type EvmMultisignCommonInput, type KeyGenMcpInput, MANAGEMENT_SIG_DOC, MCP_NON_SUBMIT_TOOL_NAMES, MCP_TOOL_DEFINITIONS, MCP_TOOL_INPUT_SCHEMAS, MCP_TOOL_OUTPUT_SCHEMAS, MULTISIGN_OUTPUT_DOC, MULTISIGN_SUBMIT_OUTPUT_DOC, type McpAaveV4DepositInput, type McpCurveDaoBuildSwapMultisignInput, type McpCurveDaoQuoteInput, type McpCurveDaoQuoteOutput, type McpEthenaStakeInput, type McpEulerV2FetchLendVaultsInput, type McpEulerV2FetchLendVaultsOutput, type McpEulerV2IsolatedLendInput, type McpJsonSchema, type McpLidoSubmitInput, type McpMapleDepositInput, type McpMorphoFetchBlueMarketsInput, type McpMorphoFetchBlueMarketsOutput, type McpMorphoFetchEarnVaultsInput, type McpMorphoFetchEarnVaultsOutput, type McpMorphoVaultDepositInput, type McpSchemaProperty, type McpSkyLockstakeStakeInput, type McpToolDefinition, type McpToolHandler, type McpToolInputMap, type McpToolName, type McpToolOutputMap, type McpUniswapV4BuildMintLiquidityMultisignInput, type McpUniswapV4BuildSwapMultisignInput, type McpUniswapV4CreateSwapInput, type McpUniswapV4CreateSwapOutput, type McpUniswapV4FetchOhlcvInput, type McpUniswapV4FetchOhlcvOutput, type McpUniswapV4LpCreatePositionInput, type McpUniswapV4QuoteInput, type McpUniswapV4QuoteOutput, type MultisignOutput, PROTOCOL_SUPPORT_ADVISORS, type ProtocolSupportAdvisor, type SupportedTokenRow, type TokenFilterKind, chainDetailSchema, evmAddressSchema, evmMultisignCommonInputSchema, getAgentCatalog, getAgentCatalogForMcp, getMcpToolByName, getMcpToolDefinitions, getMcpToolInputSchema, getMcpToolOutputSchema, getProtocolDiscoverySummary, getProtocolSkill, getProtocolSupportAdvisor, getToolsForProtocol, jsonObjectSchema, keyGenSchema, listProtocolSupportAdvisorIds, listProtocolsWithSkills, mcpAaveV4BorrowInputSchema, mcpAaveV4DepositInputSchema, mcpAaveV4RepayInputSchema, mcpAaveV4WithdrawInputSchema, mcpCurveDaoBuildSwapMultisignInputSchema, mcpCurveDaoQuoteInputSchema, mcpCurveDaoQuoteOutputSchema, mcpEthenaClaimInputSchema, mcpEthenaCooldownInputSchema, mcpEthenaRedeemInputSchema, mcpEthenaStakeInputSchema, mcpEulerV2BorrowRepayInputSchema, mcpEulerV2CollateralDepositInputSchema, mcpEulerV2CollateralWithdrawInputSchema, mcpEulerV2FetchLendVaultsInputSchema, mcpEulerV2FetchLendVaultsOutputSchema, mcpEulerV2IsolatedBorrowInputSchema, mcpEulerV2IsolatedLendInputSchema, mcpEulerV2VaultWithdrawInputSchema, mcpGmxCancelInputSchema, mcpGmxDecreaseInputSchema, mcpGmxFetchGmApyInputSchema, mcpGmxFetchGmApyOutputSchema, mcpGmxFetchGmMarketsInputSchema, mcpGmxFetchGmMarketsOutputSchema, mcpGmxFetchMarketPricesInputSchema, mcpGmxFetchMarketPricesOutputSchema, mcpGmxFetchMarketsInputSchema, mcpGmxFetchMarketsOutputSchema, mcpGmxFetchOhlcvInputSchema, mcpGmxFetchOhlcvOutputSchema, mcpGmxFetchOrdersInputSchema, mcpGmxFetchOrdersOutputSchema, mcpGmxFetchPositionsInputSchema, mcpGmxFetchPositionsOutputSchema, mcpGmxFetchStakingPowerInputSchema, mcpGmxFetchStakingPowerOutputSchema, mcpGmxGmDepositInputSchema, mcpGmxGmWithdrawInputSchema, mcpGmxIncreaseInputSchema, mcpServerSubmitOutputSchema as mcpGmxMultisignOutputSchema, mcpGmxStakeGmxInputSchema, mcpGmxUnstakeGmxInputSchema, mcpHyperliquidBridgeDepositInputSchema, mcpHyperliquidBridgeWithdrawInputSchema, mcpHyperliquidCancelInputSchema, mcpHyperliquidCloseInputSchema, mcpHyperliquidDelegateInputSchema, mcpHyperliquidFetchDelegationsInputSchema, mcpHyperliquidFetchDelegationsOutputSchema, mcpHyperliquidFetchMarketSnapshotInputSchema, mcpHyperliquidFetchMarketSnapshotOutputSchema, mcpHyperliquidFetchMarketsInputSchema, mcpHyperliquidFetchMarketsOutputSchema, mcpHyperliquidFetchOhlcvInputSchema, mcpHyperliquidFetchOhlcvOutputSchema, mcpHyperliquidFetchOpenContextInputSchema, mcpHyperliquidFetchOpenContextOutputSchema, mcpHyperliquidFetchOpenOrdersInputSchema, mcpHyperliquidFetchOpenOrdersOutputSchema, mcpHyperliquidFetchPositionsInputSchema, mcpHyperliquidFetchPositionsOutputSchema, mcpHyperliquidFetchStakingSummaryInputSchema, mcpHyperliquidFetchStakingSummaryOutputSchema, mcpHyperliquidFetchUsdClassBalancesInputSchema, mcpHyperliquidFetchUsdClassBalancesOutputSchema, mcpHyperliquidFetchUserVaultEquitiesInputSchema, mcpHyperliquidFetchUserVaultEquitiesOutputSchema, mcpHyperliquidFetchVaultsInputSchema, mcpHyperliquidFetchVaultsOutputSchema, mcpHyperliquidLimitOrderInputSchema, mcpHyperliquidSearchMarketsInputSchema, mcpHyperliquidSearchMarketsOutputSchema, mcpHyperliquidStakeInputSchema, mcpHyperliquidUndelegateInputSchema, mcpHyperliquidUnstakeInputSchema, mcpHyperliquidUpdateLeverageInputSchema, mcpHyperliquidUsdTransferInputSchema, mcpHyperliquidVaultDepositInputSchema, mcpHyperliquidVaultWithdrawInputSchema, mcpLidoClaimWithdrawalInputSchema, mcpLidoRequestWithdrawalsInputSchema, mcpLidoSubmitInputSchema, mcpLidoUnwrapWstEthInputSchema, mcpLidoWrapStEthInputSchema, mcpMapleDepositInputSchema, mcpMapleRequestRedeemInputSchema, mcpMorphoBlueBorrowInputSchema, mcpMorphoBlueCollateralDepositInputSchema, mcpMorphoBlueCollateralWithdrawInputSchema, mcpMorphoBlueRepayInputSchema, mcpMorphoFetchBlueMarketsInputSchema, mcpMorphoFetchBlueMarketsOutputSchema, mcpMorphoFetchEarnVaultsInputSchema, mcpMorphoFetchEarnVaultsOutputSchema, mcpMorphoMerklClaimInputSchema, mcpMorphoVaultDepositInputSchema, mcpMorphoVaultWithdrawInputSchema, mcpMultisignInput, multisignOutputSchema as mcpMultisignOutputSchema, mcpServerSubmitOutputSchema as mcpMultisignSubmitOutputSchema, mcpServerCommonInputSchema, mcpServerMultisignInput, mcpServerSubmitOutputSchema, mcpSkyLockstakeCloseInputSchema, mcpSkyLockstakeDrawInputSchema, mcpSkyLockstakeGetRewardInputSchema, mcpSkyLockstakeStakeInputSchema, mcpSkyLockstakeWipeInputSchema, mcpSkySusdsDepositInputSchema, mcpSkySusdsRedeemInputSchema, mcpUniswapV4BuildCollectFeesMultisignInputSchema, mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildLimitOrderMultisignInputSchema, mcpUniswapV4BuildMintLiquidityMultisignInputSchema, mcpUniswapV4BuildSwapMultisignInputSchema, mcpUniswapV4CreateSwapInputSchema, mcpUniswapV4CreateSwapOutputSchema, mcpUniswapV4FetchLimitOrdersInputSchema, mcpUniswapV4FetchLimitOrdersOutputSchema, mcpUniswapV4FetchOhlcvInputSchema, mcpUniswapV4FetchOhlcvOutputSchema, mcpUniswapV4LimitOrderQuoteInputSchema, mcpUniswapV4LimitOrderQuoteOutputSchema, mcpUniswapV4LpClaimInputSchema, mcpUniswapV4LpClaimOutputSchema, mcpUniswapV4LpCreatePositionInputSchema, mcpUniswapV4LpCreatePositionOutputSchema, mcpUniswapV4LpDecreaseInputSchema, mcpUniswapV4LpDecreaseOutputSchema, mcpUniswapV4LpIncreaseInputSchema, mcpUniswapV4LpIncreaseOutputSchema, mcpUniswapV4LpListPoolsInputSchema, mcpUniswapV4LpListPoolsOutputSchema, mcpUniswapV4LpListPositionsInputSchema, mcpUniswapV4LpListPositionsOutputSchema, mcpUniswapV4QuoteInputSchema, mcpUniswapV4QuoteOutputSchema, mcpUniswapV4RegisterPositionFromMintTxInputSchema, mcpUniswapV4RegisterPositionFromMintTxOutputSchema, mcpUniswapV4RegisterPositionNftInputSchema, mcpUniswapV4RegisterPositionNftOutputSchema, multisignOutputSchema, parseAgentBoolean, parseAgentEvmChainId, parseMcpToolInput, parseMcpToolOutput, parseMultisignBuilderOutput, uniswapQuoteTradeTypeSchema, zodSchemaToMcpJsonSchema };