INDIVIDUAL MCP TOOL
check_endpoint
Runs live diligence on an x402-metered endpoint before you pay it: verifies its 402 payment challenge is spec-compliant, checks the price against market baselines, inspects the payTo address on-chain (Base), checks third-party directory presence, and checks basic infra hygiene, and detects possible upstream API resale with evidence-based markup estimates.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
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.endpoint-diligence]
url = "https://diligence.x402supply.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"endpoint-diligence": {
"type": "http",
"url": "https://diligence.x402supply.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: endpoint-diligence
Remote MCP URL: https://diligence.x402supply.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": {
"endpoint-diligence": {
"url": "https://diligence.x402supply.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"endpoint-diligence": {
"type": "http",
"url": "https://diligence.x402supply.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "endpoint-diligence",
"transport": "streamable-http",
"url": "https://diligence.x402supply.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
compare_price— Compares an x402 endpoint's price (or a given price/category pair) against market percentiles from our daily radar snapshot of the x402 ecosystem.reseller_check— Free possible-reseller preview.