{
  "openapi": "3.1.0",
  "info": {
    "title": "CryptoIZ MCP - Solana DEX Whale Intelligence",
    "version": "4.16.13",
    "description": "AI-powered Solana DEX whale intelligence for Claude Desktop. Pay per call with x402 USDC via Dexter facilitator (gas-sponsored).",
    "x-guidance": "CryptoIZ provides 9 tools (7 paid + 2 free) for Solana DEX smart money tracking."
  },
  "servers": [
    {
      "url": "https://mcp.cryptoiz.org/functions/v1"
    }
  ],
  "paths": {
    "/mcp-x402-gateway?tool=get_whale_alpha": {
      "get": {
        "operationId": "get_whale_alpha",
        "summary": "Top 20 smart money alpha signals",
        "tags": [
          "CryptoIZ"
        ],
        "responses": {
          "200": {
            "description": "Tool response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "description": "CryptoIZ MCP tool response",
                  "properties": {
                    "success": {
                      "type": "boolean"
                    },
                    "data": {
                      "type": "object",
                      "additionalProperties": true
                    },
                    "signals": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "additionalProperties": true
                      }
                    },
                    "error": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.05"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "DsKmdkYx49Xc1WhqMUAztwhdYPTqieyC98VmnnJdgpXX",
          "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
          "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
          "extra": {
            "feePayer": "DeXterR2kQm8AvRHnNPatWkE46TfAcMeBDjb6FySoAb8"
          }
        }
      }
    },
    "/mcp-x402-gateway?tool=get_whale_divergence": {
      "get": {
        "operationId": "get_whale_divergence",
        "summary": "Price-volume-whale divergence scanner",
        "tags": [
          "CryptoIZ"
        ],
        "responses": {
          "200": {
            "description": "Tool response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "description": "CryptoIZ MCP tool response",
                  "properties": {
                    "success": {
                      "type": "boolean"
                    },
                    "data": {
                      "type": "object",
                      "additionalProperties": true
                    },
                    "signals": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "additionalProperties": true
                      }
                    },
                    "error": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.02"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "DsKmdkYx49Xc1WhqMUAztwhdYPTqieyC98VmnnJdgpXX",
          "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
          "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
          "extra": {
            "feePayer": "DeXterR2kQm8AvRHnNPatWkE46TfAcMeBDjb6FySoAb8"
          }
        }
      }
    },
    "/mcp-x402-gateway?tool=get_whale_accumulation": {
      "get": {
        "operationId": "get_whale_accumulation",
        "summary": "Tokens in accumulation phase",
        "tags": [
          "CryptoIZ"
        ],
        "responses": {
          "200": {
            "description": "Tool response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "description": "CryptoIZ MCP tool response",
                  "properties": {
                    "success": {
                      "type": "boolean"
                    },
                    "data": {
                      "type": "object",
                      "additionalProperties": true
                    },
                    "signals": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "additionalProperties": true
                      }
                    },
                    "error": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.02"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "DsKmdkYx49Xc1WhqMUAztwhdYPTqieyC98VmnnJdgpXX",
          "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
          "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
          "extra": {
            "feePayer": "DeXterR2kQm8AvRHnNPatWkE46TfAcMeBDjb6FySoAb8"
          }
        }
      }
    },
    "/mcp-x402-gateway?tool=get_whale_neutral": {
      "get": {
        "operationId": "get_whale_neutral",
        "summary": "Tokens in neutral phase",
        "tags": [
          "CryptoIZ"
        ],
        "responses": {
          "200": {
            "description": "Tool response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "description": "CryptoIZ MCP tool response",
                  "properties": {
                    "success": {
                      "type": "boolean"
                    },
                    "data": {
                      "type": "object",
                      "additionalProperties": true
                    },
                    "signals": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "additionalProperties": true
                      }
                    },
                    "error": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.02"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "DsKmdkYx49Xc1WhqMUAztwhdYPTqieyC98VmnnJdgpXX",
          "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
          "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
          "extra": {
            "feePayer": "DeXterR2kQm8AvRHnNPatWkE46TfAcMeBDjb6FySoAb8"
          }
        }
      }
    },
    "/mcp-x402-gateway?tool=get_whale_distribution": {
      "get": {
        "operationId": "get_whale_distribution",
        "summary": "Whale distribution alerts",
        "tags": [
          "CryptoIZ"
        ],
        "responses": {
          "200": {
            "description": "Tool response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "description": "CryptoIZ MCP tool response",
                  "properties": {
                    "success": {
                      "type": "boolean"
                    },
                    "data": {
                      "type": "object",
                      "additionalProperties": true
                    },
                    "signals": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "additionalProperties": true
                      }
                    },
                    "error": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.02"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "DsKmdkYx49Xc1WhqMUAztwhdYPTqieyC98VmnnJdgpXX",
          "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
          "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
          "extra": {
            "feePayer": "DeXterR2kQm8AvRHnNPatWkE46TfAcMeBDjb6FySoAb8"
          }
        }
      }
    },
    "/mcp-x402-gateway?tool=get_btc_regime": {
      "get": {
        "operationId": "get_btc_regime",
        "summary": "Bitcoin macro regime",
        "tags": [
          "CryptoIZ"
        ],
        "responses": {
          "200": {
            "description": "Tool response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "description": "CryptoIZ MCP tool response",
                  "properties": {
                    "success": {
                      "type": "boolean"
                    },
                    "data": {
                      "type": "object",
                      "additionalProperties": true
                    },
                    "signals": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "additionalProperties": true
                      }
                    },
                    "error": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.01"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "DsKmdkYx49Xc1WhqMUAztwhdYPTqieyC98VmnnJdgpXX",
          "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
          "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
          "extra": {
            "feePayer": "DeXterR2kQm8AvRHnNPatWkE46TfAcMeBDjb6FySoAb8"
          }
        }
      }
    },
    "/mcp-x402-gateway?tool=get_btc_futures_signal": {
      "get": {
        "operationId": "get_btc_futures_signal",
        "summary": "Multi-timeframe BTC futures scalping",
        "tags": [
          "CryptoIZ"
        ],
        "responses": {
          "200": {
            "description": "Tool response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "description": "CryptoIZ MCP tool response",
                  "properties": {
                    "success": {
                      "type": "boolean"
                    },
                    "data": {
                      "type": "object",
                      "additionalProperties": true
                    },
                    "signals": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "additionalProperties": true
                      }
                    },
                    "error": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        },
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.03"
          },
          "protocols": [
            {
              "x402": {}
            }
          ],
          "payTo": "DsKmdkYx49Xc1WhqMUAztwhdYPTqieyC98VmnnJdgpXX",
          "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
          "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
          "extra": {
            "feePayer": "DeXterR2kQm8AvRHnNPatWkE46TfAcMeBDjb6FySoAb8"
          }
        }
      }
    },
    "/mcp-x402-gateway?tool=get_token_ca": {
      "get": {
        "operationId": "get_token_ca",
        "summary": "Resolve Solana token symbol to contract address",
        "tags": [
          "CryptoIZ Free"
        ],
        "responses": {
          "200": {
            "description": "Tool response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "description": "CryptoIZ MCP tool response",
                  "properties": {
                    "success": {
                      "type": "boolean"
                    },
                    "data": {
                      "type": "object",
                      "additionalProperties": true
                    },
                    "signals": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "additionalProperties": true
                      }
                    },
                    "error": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          }
        }
      }
    },
    "/mcp-x402-gateway?tool=get_status": {
      "get": {
        "operationId": "get_status",
        "summary": "Server health check and system info",
        "tags": [
          "CryptoIZ Free"
        ],
        "responses": {
          "200": {
            "description": "Tool response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "description": "CryptoIZ MCP tool response",
                  "properties": {
                    "success": {
                      "type": "boolean"
                    },
                    "data": {
                      "type": "object",
                      "additionalProperties": true
                    },
                    "signals": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "additionalProperties": true
                      }
                    },
                    "error": {
                      "type": "string"
                    }
                  },
                  "additionalProperties": true
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "securitySchemes": {
      "x402": {
        "type": "http",
        "scheme": "x402"
      }
    }
  }
}