cypher_check_price
ActiveTool of cypher-mcp
declared in 3.4.2
Preview the effective cost of a tool call. Shows the base cost and any constraint effects (discounts, free trials, surge pricing). Free — no credits required.
Parameters schema
{
"type": "object",
"required": [
"tool_id"
],
"properties": {
"npub": {
"type": "string",
"default": ""
},
"tool_id": {
"type": "string",
"description": "Either the tool's UUID (from the pricing model) or a\nbare capability string (e.g. ``\"deal_scenario\"``). FE\ncallers usually have the capability name; this resolves\nboth so the FE doesn't need to derive UUIDs locally."
},
"dpop_token": {
"type": "string",
"default": ""
},
"tool_kwargs": {
"type": "string",
"default": "",
"description": "Optional JSON object with tool call parameters\nfor ad valorem / categorical-multiplier pricing preview\n(e.g. '{\"amount_sats\": 5000}' or\n'{\"difficulty\": \"sovereign\", \"mode\": \"live\"}')."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
cypher-mcp
https://github.com/lonniev/cypher-mcp
2/7 registries