Skip to content

Request: Add CryptoIZ MCP to Marketplace / Bazaar #798

@dadang11

Description

@dadang11

Hi Merit-Systems team,

I'd like to register CryptoIZ MCP Server for the x402scan Marketplace. The UI registration fails with "Missing input schema" even though my server returns what appears to be a compliant x402 v1 response with inputSchema field in each accepts entry.

CryptoIZ Overview

  • Name: CryptoIZ MCP Server
  • Description: AI-powered Solana DEX whale intelligence for Claude Desktop. 9 tools (7 paid + 2 free): whale alpha/divergence/accumulation/neutral/distribution scanners, BTC regime monitor, BTC futures signal.
  • Network: Solana mainnet via Dexter facilitator (gas-sponsored)
  • Pricing: $0.01 – $0.05 USDC per call
  • Seller address: DsKmdkYx49Xc1WhqMUAztwhdYPTqieyC98VmnnJdgpXX
  • Live settlements: 66+ on Dexter

Endpoints

Discovery

Paid endpoints (POST, each returns 402 on unauthenticated):

Endpoint Price
/mcp-alpha-scanner $0.05
/mcp-divergence $0.02
/mcp-accumulation $0.02
/mcp-neutral $0.02
/mcp-distribution $0.02
/mcp-btc-regime $0.01
/mcp-btc-futures $0.03

All under base: https://rehqwsypjnjirhuiapqh.supabase.co/functions/v1/

Resources

Question

Could you document the exact expected shape for inputSchema on Solana x402 v1 endpoints? Our current shape follows the JSON Schema spec:

{
  "inputSchema": {
    "type": "object",
    "properties": {
      "tool": { "type": "string" },
      "args": { "type": "object" }
    },
    "required": ["tool"]
  }
}

Happy to adjust if there's a specific canonical format x402scan expects. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions