onyx_mcp_meta_call
InactiveTool of onyx-paid-mcp
Pre-flight inspector for ANY x402 tool call. Pass target URL + optional caller wallet, get back: live 402 price, recommended chain (via chain_picker logic), live facilitator health, caller reputation (via agent_id logic), and a green/yellow/red GO signal. Free tier — the universal preflight that lets agents decide before they sign. v2 (paid) will broker the actual settlement and proxy the response. (price: $0 USDC, tier: free)
Parameters schema
{
"type": "object",
"required": [
"target_url"
],
"properties": {
"target_url": {
"type": "string",
"description": "Full URL of the x402 tool endpoint to inspect (e.g. https://other-service.com/v1/some_tool)."
},
"caller_wallet": {
"type": "string",
"description": "Optional. Caller's EVM wallet — used to look up reputation via agent_id logic."
},
"max_acceptable_usdc": {
"type": "number",
"default": 1,
"description": "Caller's max acceptable price for this call. If quoted price > this, GO signal is red."
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries