ToolAssay

Short-term price-movement forecast for any crypto token across 7 time horizons

Short-term price-movement forecast for any crypto token across 7 time horizons.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
665 msmedian answer time
$0.001listed price per call
$0.001price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://mcp.deep3.ai/tools/wave-1

CategoryMarket data
Provider hostmcp.deep3.ai
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days23 from 7 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.001 665 ms

Example input (from the provider)

{
  "body": {
    "network": "eip155:8453",
    "poolAddress": "0x6cDCB1C4A4D1C3C6D054b27AC5B77e89eafb971d",
    "tokenAddress": "0x940181a94A35A4569E4529A3CDfB74e38FD98631"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "network": {
              "description": "CAIP-2 network ID (namespace:reference). 200+ networks supported across multiple namespaces (e.g. eip155, solana). Not enumerated inline \u2014 if a call fails validation, the error response returns the full supported list. To fetch proactively over HTTP: POST https://mcp.deep3.ai/tools/resource-read with body {\"uri\": \"urn:mcp:wave-1:networks\"}. For MCP clients, read the wave-1:networks resource (uri: urn:mcp:wave-1:networks).",
              "examples": [
                "eip155:1",
                "eip155:8453",
                "eip155:56",
                "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
              ],
              "pattern": "^[-a-z0-9]{3,8}:[-_a-zA-Z0-9]{1,32}$",
              "type": "string"
            },
            "poolAddress": {
              "description": "Pool address to use; if omitted the highest-liquidity pool is selected automatically",
              "type": "string"
            },
            "tokenAddress": {
              "description": "Token contract address. Format depends on the network: for eip155 (EVM) networks, must be 0x-prefixed and 42 characters total (e.g. 0x940181a94A35A4569E4529A3CDfB74e38FD98631); for other networks such as Solana, use the native address format for that chain.",
              "type": "string"
            }
          },
          "required": [
            "network",
            "tokenAddress"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON