INDIVIDUAL MCP TOOL
verify
Checks x402 protocol conformance for a target service URL: a live 402 probe (well-formed challenge, non-empty accepts, atomic-unit amounts) plus price coherence against the target's own well-known.
LIVE ENDPOINT
https://mcp.midax402.com/mcp
Connect to this endpoint to inspect the live schema for verify and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.midax402-mcp]
url = "https://mcp.midax402.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"midax402-mcp": {
"type": "http",
"url": "https://mcp.midax402.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: midax402-mcp
Remote MCP URL: https://mcp.midax402.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"midax402-mcp": {
"url": "https://mcp.midax402.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"midax402-mcp": {
"type": "http",
"url": "https://mcp.midax402.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "midax402-mcp",
"transport": "streamable-http",
"url": "https://mcp.midax402.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_tiers— Lists the paid analysis tiers with their CANONICAL prices, fetched live from https://midax402.get_sample— Free sample of MIDAX402's analysis: returns ONLY the calibrated verdict and confidence score for an x402-ecosystem question, plus pointers to the paid tiers that serve the full analysis.get_market_verdict— Runs a paid MIDAX402 analysis tier.