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!
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
inputSchemafield in each accepts entry.CryptoIZ Overview
DsKmdkYx49Xc1WhqMUAztwhdYPTqieyC98VmnnJdgpXXEndpoints
Discovery
Paid endpoints (POST, each returns 402 on unauthenticated):
All under base:
https://rehqwsypjnjirhuiapqh.supabase.co/functions/v1/Resources
io.github.dadang11/cryptoizQuestion
Could you document the exact expected shape for
inputSchemaon 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!