← ontarioprotocol.com
INDIVIDUAL MCP TOOL
ontario_agent-pay-query-v2
Verify an x402 endpoint before an AI agent pays.
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.ontario-protocol]
url = "https://ontarioprotocol.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ontario-protocol": {
"type": "http",
"url": "https://ontarioprotocol.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ontario-protocol
Remote MCP URL: https://ontarioprotocol.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": {
"ontario-protocol": {
"url": "https://ontarioprotocol.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ontario-protocol": {
"type": "http",
"url": "https://ontarioprotocol.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ontario-protocol",
"transport": "streamable-http",
"url": "https://ontarioprotocol.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
ontario_purchase_router— Free deterministic pre-purchase routing across Ontario tools.find_x402_tool— Free buyer-side search across Agentic Market and Coinbase CDP Bazaar.agent_can_pay— Free pre-payment policy decision.x402_readiness_verify— Free check for whether a paid endpoint is ready for agent discovery and x402 payment.agent_trust_preview— Free live, rate-limited agent trust preview for one public endpoint.