{"name":"io.github.lonniev/tollbooth-authority-northamerica","slug":"lonniev-tollbooth-authority-northamerica","title":null,"description":"Tollbooth Authority — North America regional certifier","url":"https://mcp.market/server/lonniev-tollbooth-authority-northamerica","rating":null,"grade":"B","score":81,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":20,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-07T23:30:46.000Z","license":"Apache-2.0"},"uptime":{"percent":100,"checks":8,"ok":8,"last_checked_at":"2026-09-21T10:01:16.904Z","last_ok_at":"2026-09-21T10:01:16.904Z","latency_ms":370},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/lonniev/tollbooth-authority-northamerica","website":null,"version":"0.5.9","remotes":[{"type":"streamable-http","url":"https://tollbooth-authority-northamerica.fastmcp.app/mcp"}],"packages":[],"tools":[{"name":"authority_account_statement","description":"Generate a patron's account statement at this operator.\n\nReturns the patron's purchase history, active credit tranches,\nper-tool usage breakdown, and recent daily usage logs. This is\nthe patron's spending account — not the operator's Authority\ntax balance.\n\nFree — no credits consumed. Proof of npub ownership is required\nto prevent statement-scraping of arbitrary patrons.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string","description":"The patron's Nostr public key (npub1...)."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."},"days":{"default":30,"type":"integer","description":"Number of days of daily usage history to include (default 30)."}},"required":["npub","dpop_token"],"additionalProperties":false}},{"name":"authority_account_statement_infographic","description":"Generate a visual SVG infographic of your account statement.\n\nReturns the same data as account_statement, rendered as a dark-themed\nSVG graphic with balance hero, metrics cards, health gauge, tranche\ntable, and tool usage breakdown. Costs 1 api_sat per call. Proof is\nverified by ``debit_or_deny`` before any cost is incurred.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string","description":"The Nostr public key (npub1...) whose statement to render."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."},"days":{"default":30,"type":"integer","description":"Number of days of daily usage history to include (default 30)."}},"required":["npub","dpop_token"],"additionalProperties":false}},{"name":"authority_adoption_status","description":"Check this operator's adoption-request status at a chosen Authority.\n\nFree. Polls the Authority MCP-to-MCP for the status of this operator's\nrequest (pending / approved / rejected / provisioned).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"authority_npub":{"type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["authority_npub"],"additionalProperties":false}},{"name":"authority_approve_adoption","description":"Approve a pending request and provision the operator.\n\nThe deferred-courtship counterpart to register_operator: same\n``authority_proof`` consent, same provisioning effect\n(``_provision_operator``) — just supplied later, after review.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operator_npub":{"default":"","description":"The operator npub to approve and provision.","type":"string"},"authority_proof":{"default":"","description":"Proof signed by the Authority's OWN npub (owner consent).","type":"string"}},"additionalProperties":false}},{"name":"authority_certify_credits","description":"Certify a purchase order: return a Schnorr-signed Nostr event certificate.\n\nThe paid_tool decorator handles the ad valorem fee debit and stores\nthe cost in runtime._last_debit_cost. No recomputation needed.\n\nCalled by operator MCP servers (not end users) when a patron purchases credits.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"default":"","description":"The operator's DPYC npub (from register_operator response).","type":"string"},"dpop_token":{"default":"","type":"string"},"amount_sats":{"default":0,"description":"The total purchase amount in satoshis. Must be positive.","type":"integer"}},"additionalProperties":false}},{"name":"authority_check_authority_approval","description":"Step 3/3 of Authority onboarding — check parent approval, activate Authority.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"candidate_npub":{"description":"The Nostr npub of the candidate awaiting parent Authority approval.","type":"string"}},"required":["candidate_npub"],"additionalProperties":false}},{"name":"authority_check_authority_balance","description":"Check this operator's tax balance at the Authority.\n\nReturns the sats available for certifying patron credit purchases.\nWhen this balance reaches zero, patron top-ups cannot be certified\nand the operator must call purchase_credits on the Authority.\n\nThis is the operator's own funding — not a patron balance. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"authority_check_balance","description":"Check a patron's credit balance at this operator.\n\nThis is the patron's spending balance — credits purchased via\nLightning for tool calls at this operator. For the operator's\nown balance at the Authority (needed to certify patron purchases),\nuse authority_check_balance instead.\n\nFree — no credits required. Proof of npub ownership is required\nto prevent anyone-with-the-registry from enumerating balances.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string","description":"The Nostr public key (npub1...) whose balance to check."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."}},"required":["npub","dpop_token"],"additionalProperties":false}},{"name":"authority_check_dpyc_membership","description":"Look up an npub in the DPYC community registry.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string"}},"required":["npub"],"additionalProperties":false}},{"name":"authority_check_payment","description":"Check the payment status of a Lightning invoice.\n\nCall after paying the invoice from purchase_credits.\nFree — no credits required. Proof of npub ownership is required\nto prevent credit-grant front-running by an observer of the\ninvoice ID.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"invoice_id":{"type":"string","description":"The invoice ID returned by purchase_credits."},"npub":{"type":"string","description":"The Nostr public key (npub1...) that purchased the invoice."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."}},"required":["invoice_id","npub","dpop_token"],"additionalProperties":false}},{"name":"authority_check_price","description":"Preview the effective cost of a tool call.\n\nShows the base cost and any constraint effects (discounts, free\ntrials, surge pricing). Free — no credits required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"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."},"npub":{"default":"","type":"string"},"dpop_token":{"default":"","type":"string"},"tool_kwargs":{"default":"","type":"string","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\"}')."}},"required":["tool_id"],"additionalProperties":false}},{"name":"authority_check_proof_status","description":"Check whether a previously-cached dpop_token is still valid.\n\nMirrors ``check_oauth_status`` for the npub-proof flow: a calling\nagent can ask \"will my next paid call accept this dpop_token?\"\nbefore burning credits on a guaranteed failure.\n\nFree, no side effects — does not evict the cache or touch relays.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"patron_npub":{"default":"","type":"string","description":"Required. The patron's npub (npub1...)."},"dpop_token":{"default":"","type":"string","description":"Required. The dpop_token phrase returned by\n``request_npub_proof`` / ``receive_npub_proof``."}},"additionalProperties":false}},{"name":"authority_confirm_authority_claim","description":"Step 2/3 of Authority onboarding — verify candidate DM, escalate to parent Authority.\n\nThe parent Authority is resolved from THIS Authority's own entry in\ndpyc-community: whatever its ``upstream_authority_npub`` names. For\nLonnie-Authority and NorthAmerica that's Prime; for NewEngland it's\nNorthAmerica; chain depth is transparent.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"candidate_npub":{"description":"The Nostr npub of the candidate who replied to the DM challenge.","type":"string"}},"required":["candidate_npub"],"additionalProperties":false}},{"name":"authority_delete_coupon","description":"Delete a coupon.  Cascades to all patron redemptions.\n\nAny chain step referencing the deleted coupon_id becomes a\nno-op (the constraint returns neutral on unknown ids) — the\nStudio surfaces orphan references as warnings.\n\nRESTRICTED to operator — requires proof.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"coupon_id":{"type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["coupon_id"],"additionalProperties":false}},{"name":"authority_delete_operator_credential","description":"Remove a single operator secret field.\n\nDeletes one key from the operator's encrypted credential blob without\ntouching the others — the field-level counterpart to\n``forget_credentials``, which wipes the whole row. Use it to retire a\nleftover after an SDK cutover (a Prefect key after Modal, or a stored\nbut untemplated orphan like ``anthropic_api_key``) without taking the\noperator down for a full re-delivery.\n\nStored-but-untemplated fields are first-class: the delete is keyed on\nwhat is vaulted, not on what the current template declares. Idempotent\n— already-absent fields report ``removed: false`` without rewriting\nthe vault. RESTRICTED to the operator — requires proof (nsec-signed\nkind-27235 or a cached dpop_token phrase); patron proofs are rejected.\nA deletion is as destructive as a write.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"field":{"type":"string","description":"The operator credential field to remove (templated or not)."},"dpop_token":{"type":"string","description":"Operator proof for this tool."}},"required":["field","dpop_token"],"additionalProperties":false}},{"name":"authority_delete_patron_credential","description":"Remove a single patron credential field.\n\nDeletes one field from stored credentials without affecting\nother fields. Free. Proof of npub ownership is required —\nthis is a write to the patron's sensitive credential vault.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string","description":"The patron's Nostr public key (npub1...)."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."},"field":{"type":"string","description":"The credential field name to remove."}},"required":["npub","dpop_token","field"],"additionalProperties":false}},{"name":"authority_deregister_operator","description":"Remove an Operator from the DPYC community registry.\n\nRequires the same two proofs as ``register_operator``:\n\n- ``proof`` proves the caller controls the Operator's ``npub``.\n- ``authority_proof`` proves the Authority's human admin consents\n  to the removal. Without the Authority proof, anyone who knew an\n  Operator's public npub and held its nsec could remove themselves\n  from this Authority's roster without the Authority noticing.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"default":"","description":"Nostr npub of the Operator to deregister.","type":"string"},"dpop_token":{"default":"","type":"string"},"authority_proof":{"default":"","description":"Identity proof signed by the Authority's OWN npub — the Authority's consent to remove this Operator from the community registry under its signature.","type":"string"}},"additionalProperties":false}},{"name":"authority_forget_coupon","description":"Remove a coupon from this patron's redemption list.\n\nCosmetic only — the coupon itself still exists at the operator,\nand the patron can re-redeem the same code later while the\nwindow allows.  Free — requires proof of ``npub``.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string"},"coupon_id":{"type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["npub","coupon_id"],"additionalProperties":false}},{"name":"authority_forget_credentials","description":"Delete vaulted credentials for a specific service and npub.\n\nFor operator credentials, pass the operator's own npub. For patron\ncredentials, pass the patron's npub. Always requires proof of\nnpub ownership — a deletion is as destructive as a write.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"service":{"type":"string","description":"The credential service to forget."},"npub":{"type":"string","description":"The Nostr public key (npub1...) whose credentials to forget."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."}},"required":["service","npub","dpop_token"],"additionalProperties":false}},{"name":"authority_get_adoption_status","description":"Read an operator's adoption-request status (free, no proof).\n\nStatus (pending/approved/rejected/provisioned) isn't sensitive — it's\nthe operator's own request — so the operator can poll it openly via\nits ``adoption_status`` tool.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operator_npub":{"default":"","description":"The operator npub whose request status to read.","type":"string"}},"additionalProperties":false}},{"name":"authority_get_nostr_profile","description":"Read an npub's public Nostr profile (NIP-01 kind-0 metadata).\n\nFree, no proof — the data is already public on relays. Returns the\nlatest metadata fields (name, display_name, about, picture, banner,\nnip05, website, lud16) or an empty profile if none is published.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"default":"","type":"string"}},"additionalProperties":false}},{"name":"authority_get_notarization_proof","description":"Generate a Merkle inclusion proof that a patron's balance was\nincluded in a Bitcoin-notarized snapshot.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"notarization_id":{"type":"string","description":"The notarization record ID."},"npub":{"type":"string","description":"The patron's Nostr public key (npub1...)."}},"required":["notarization_id","npub"],"additionalProperties":false}},{"name":"authority_get_operator_config","description":"Retrieve operator bootstrap configuration (Neon URL, schema).\n\nGated by Schnorr signature proving ownership of the requested npub.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"default":"","description":"Your Nostr npub (bech32).","type":"string"},"dpop_token":{"default":"","type":"string"}},"additionalProperties":false}},{"name":"authority_get_operator_onboarding_status","description":"Report this operator's configuration readiness.\n\nShows which operator settings are configured, which are missing,\nand how to deliver each missing value. For patron-level credential\nstatus, use get_patron_onboarding_status instead. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"authority_get_patron_credential_fields","description":"List stored patron credential field names (not values).\n\nReturns the names of fields stored for a patron, plus each\nfield's ``delivered_at`` ISO-8601 timestamp when known (null\nfor secrets vaulted before timestamps were recorded). Values\nare never exposed — use this to verify which fields are\nconfigured and how old each one is. Free. Proof of npub\nownership is required: the list of configured fields is itself\nsensitive (reveals which integrations a patron has set up).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string","description":"The patron's Nostr public key (npub1...)."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."}},"required":["npub","dpop_token"],"additionalProperties":false}},{"name":"authority_get_patron_onboarding_status","description":"Report a patron's credential readiness for this operator.\n\nFor set-once services (eXcalibur, TheBrain), shows which patron\nsecrets are configured and which are missing. For dynamic/OAuth2\nservices (Schwab), reports that no patron credentials are needed.\nFree. Proof of npub ownership is required because credential\npresence is sensitive information about the patron's setup.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"patron_npub":{"type":"string","description":"The patron's Nostr public key (npub1...)."},"dpop_token":{"type":"string","description":"A kind-27235 Nostr event signed by patron_npub for this tool."}},"required":["patron_npub","dpop_token"],"additionalProperties":false}},{"name":"authority_get_pricing_model","description":"Get the active pricing model for this operator. Free.\n\nIf no model exists, self-initializes a scaffold with all\nregistered tools at 0 sats.  No economic data from code.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"authority_list_adoption_requests","description":"Owner queue: list pending operator-adoption requests.\n\nRestricted to the Authority owner (consent proof). This is the\nreview-on-your-own-time surface the Pricing Studio renders.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"authority_proof":{"default":"","description":"Proof signed by the Authority's OWN npub (owner consent).","type":"string"}},"additionalProperties":false}},{"name":"authority_list_canonical_identities","description":"Return canonical (tool_id, mcp_name, …) for every tool the wheel exposes.\n\nThe authoritative source for any client (Studio, agents, FE)\nthat needs to know how this MCP identifies its tools.\nReconcile uses this output to UUID-join against the stored\npricing model — no name-based UUID derivation, no guessing.\n\nIncludes both ToolIdentity-seeded tools and any UUID recorded by\n``@paid_tool`` that is missing from the registry. The latter appear\nwith ``registered: false`` (and in the top-level ``unregistered``\narray) so Reconcile can flag deploy drift instead of silently\nreporting clean when a live tool was never seeded (#174).\n\nIf the operator renames a function or rebrands a slug, the\nmcp_name in this output changes but tool_id stays. That's the\nwhole point of the canonical-UUID design.\n\nAlso diffs the live FastMCP wire surface against the registry.\nTools exposed on the wire but absent from the registry appear in\n``unregistered`` so Reconcile can flag deploy drift instead of\nsilently under-reporting (issue #175).\n\nFree, no side effects.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"authority_list_constraint_types","description":"List all available constraint types and their parameter schemas.\n\nReturns the type, category, description, and parameter specs for\nevery constraint that can be used in a pricing pipeline.\nFree — no credits required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"authority_list_coupons","description":"List every coupon this operator has minted (newest first).\n\nEach row carries the current ``times_redeemed`` counter — the\nStudio renders a progress bar from this against ``total_uses``.\nRESTRICTED to operator — requires proof.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"dpop_token":{"default":"","type":"string"}},"additionalProperties":false}},{"name":"authority_list_my_coupons","description":"List the coupons this patron has redeemed on this operator.\n\nReturns both active and exhausted redemptions with a per-row\n``status`` (``active`` / ``window_closed`` / ``patron_limit`` /\n``total_limit``).  Free — requires proof of ``npub``.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["npub"],"additionalProperties":false}},{"name":"authority_list_neon_alerts","description":"Owner queue: operators that reported a Neon-402 (store locked).\n\nRestricted to the Authority owner. A companion to network_persistence_health:\nthis is the reactive list (operators that already went dark); the health\ntool adds the proactive per-project compute posture.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"authority_proof":{"default":"","description":"Proof signed by the Authority's OWN npub (owner consent).","type":"string"}},"additionalProperties":false}},{"name":"authority_list_notarizations","description":"List recent Bitcoin notarization records.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"default":20,"type":"integer","description":"Maximum records to return (default 20)."},"status":{"default":"","type":"string","description":"Optional filter (e.g., 'submitted', 'confirmed')."}},"additionalProperties":false}},{"name":"authority_mint_coupon","description":"Create a new operator-owned discount coupon.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"The catchy code patrons type to redeem\n(operator-scoped uniqueness)."},"discount_percent":{"type":"number","description":"Percentage off the base price (0-100)."},"valid_from":{"type":"string","description":"ISO-8601 datetime when the coupon becomes active."},"valid_until":{"type":"string","description":"ISO-8601 datetime when the coupon expires."},"uses_per_patron":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":1,"description":"How many tool calls one patron can claim the\ndiscount on (default 1; pass null/None for unlimited\nwithin the window)."},"total_uses":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"description":"Aggregate cap across all patrons (default None =\nunlimited)."},"dpop_token":{"default":"","type":"string"}},"required":["name","discount_percent","valid_from","valid_until"],"additionalProperties":false}},{"name":"authority_network_persistence_health","description":"Owner view: the health of the DPYC economy's accounting store (Neon).\n\nRestricted to the Authority owner. Three layers, from most to least\nproactive:\n\n1. ``projects`` — if a Neon API key is configured (NEON_API_KEY), the\n   per-project compute-quota posture across the org: hours used, %,\n   reset date, and a status ladder (ok/warning/critical/exhausted) so a\n   project can be topped up BEFORE it 402s. ``configured=false`` when no\n   key is present (deliver one to enable the proactive watch).\n2. ``own_store`` — reactive self-detection: whether the Authority's OWN\n   database answers, or is itself 402-locked. Always available.\n3. ``operator_alerts`` — operators that reported a 402 (from\n   receive_neon_402_alert). Reactive, but immediate.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"authority_proof":{"default":"","description":"Proof signed by the Authority's OWN npub (owner consent).","type":"string"}},"additionalProperties":false}},{"name":"authority_notarize_ledger","description":"Build a Merkle tree of all patron balances and submit the root\nto Bitcoin via OpenTimestamps.\n\nOperator-only background task. Bitcoin confirmation takes 1-6 hours.\nFree — no credits required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"authority_operator_status","description":"View registration status, balance summary, and the Authority's Nostr npub.\n\nWhen an explicit ``npub`` is provided, requires a Schnorr proof of\nownership — without it, anyone could enumerate balances by walking\nthe community registry. When ``npub`` is empty, falls back to the\nAuthority's own operator identity and skips the proof check (self-\ninspection is always allowed).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"default":"","description":"Nostr public key (npub1...). Defaults to operator identity if empty.","type":"string"},"dpop_token":{"default":"","type":"string"}},"additionalProperties":false}},{"name":"authority_oracle_about","description":"Describe the DPYC ecosystem via the Oracle. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"authority_oracle_get_tax_rate","description":"Get the current DPYC certification tax rate. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"authority_oracle_how_to_join","description":"Get DPYC onboarding instructions from the Oracle. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"authority_oracle_lookup_member","description":"Look up a DPYC community member by npub. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string"}},"required":["npub"],"additionalProperties":false}},{"name":"authority_oracle_network_advisory","description":"Get active network advisories from the Oracle. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"authority_publish_nostr_profile","description":"Publish a CLIENT-SIGNED kind-0 profile to relays for an npub.\n\nThe wheel never holds a patron nsec. The frontend signs the kind-0\nmetadata event with the patron's session key or a NIP-07 extension and\npasses the signed event (JSON) here; the wheel verifies the signature\nmatches the npub, then relays it to public relays. The signature is the\nauthorization — no proof token, no key custody. Free.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"default":"","type":"string","description":"The patron's Nostr public key the event must be signed by."},"signed_event":{"default":"","type":"string","description":"A JSON-encoded, client-signed kind-0 event."}},"additionalProperties":false}},{"name":"authority_purchase_credits","description":"Buy credits via Bitcoin Lightning.\n\nCreates a Lightning invoice. Pay it with any Lightning wallet,\nthen call check_payment to confirm. Proof of npub ownership is\nrequired so credits land in the correct ledger.\n\nFree — no credits required to call.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string","description":"The Nostr public key (npub1...) the credits will fund."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."},"amount_sats":{"default":1000,"type":"integer","description":"Satoshis to purchase (default 1000)."}},"required":["npub","dpop_token"],"additionalProperties":false}},{"name":"authority_receive_adoption_request","description":"Inbound: record an operator's request to be adopted by this Authority.\n\nCalled MCP-to-MCP by the operator's ``request_adoption``. Verifies the\noperator controls ``operator_npub`` (inline Schnorr bound to the\nadoption sentinel — no relay round-trip), records a durable ``pending``\nrow, and fires a best-effort owner-notification DM. Does NOT provision —\nprovisioning waits for the owner's ``approve_adoption``.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operator_npub":{"default":"","description":"The operator's Nostr npub requesting adoption.","type":"string"},"dpop_token":{"default":"","description":"Inline kind-27235 proof signed by the operator's nsec, bound to the canonical adoption sentinel. request_adoption mints this automatically.","type":"string"},"service_url":{"default":"","description":"The operator's MCP endpoint URL.","type":"string"}},"additionalProperties":false}},{"name":"authority_receive_credentials","description":"Pick up credentials from the Secure Courier.\n\nCompletes the CREDENTIAL-DELIVERY flow (the ownership-proof\ncounterpart is ``receive_npub_proof``).\n\n**Call this only after the user confirms they have replied.**\nDeterministic, one-shot retrieval: name the response you want with\n``(sender_npub, service, dpop_token)`` and the tool drains ONLY the\nrendezvous relay that channel was pinned to. Every popped DM with the\nwrong session phrase is deleted and its sender is NACK'd; the first DM\nwith the matching phrase is accepted (ACK'd) and the scan stops. If\nnone match, the queue is drained and a ``courier_not_found`` result is\nreturned. Do NOT poll, loop, or retry.\n\nIf a credential_card (ncred1...) is provided, it is redeemed directly\nwithout any relay access (dpop_token not required for that path). On\nsuccess, the payment processor client is reinitialized from the new\ncredentials — no server restart needed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sender_npub":{"default":"","type":"string","description":"Required. The npub that sent the credentials."},"service":{"default":"","type":"string","description":"Required. The credential service name (must match\nthe service used in request_credential_channel)."},"dpop_token":{"default":"","type":"string","description":"Required. The session phrase returned by\nrequest_credential_channel for this exact channel."},"credential_card":{"default":"","type":"string","description":"Optional. An ncred1... card to redeem directly\n(bypasses the relay drain; dpop_token not needed)."}},"additionalProperties":false}},{"name":"authority_receive_neon_402_alert","description":"Inbound: an operator reports its Neon store is 402-locked.\n\nCalled MCP-to-MCP by the operator's runtime the instant it catches a\nNeon HTTP 402 on its own database. Verifies the operator controls\n``npub`` (inline Schnorr bound to this tool's wire name), records a\ndurable latest-state row, and fires a best-effort owner-notification\nDM. This is how the Authority learns the store is dark BEFORE a patron\nfiles a complaint.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"default":"","description":"The reporting operator's Nostr npub (the one whose store is locked).","type":"string"},"dpop_token":{"default":"","description":"Inline kind-27235 proof signed by the operator's nsec, bound to this tool's wire name. The operator's runtime mints and sends this automatically when it catches a Neon 402.","type":"string"},"detail":{"default":"","description":"Short, credential-free error summary (the Neon 402 message).","type":"string"}},"additionalProperties":false}},{"name":"authority_receive_npub_proof","description":"Receive npub ownership confirmation from a patron.\n\nCompletes the npub-OWNERSHIP-PROOF flow (the credential-delivery\ncounterpart is ``receive_credentials``).\n\n**Call this only after the user confirms they have replied.**\nDeterministic, one-shot retrieval: name the response with\n``(patron_npub, dpop_token)`` — the ``dpop_token`` being the value\nreturned by ``request_npub_proof``. The tool drains ONLY the pinned\nrendezvous relay that challenge was published on, stopping at the DM\nwhose phrase matches. Mismatched DMs are deleted and NACK'd (without\nrevealing the expected phrase). If called before the user replies,\ntheir message will never be found. Do NOT poll, loop, or retry.\n\nThe signed DM itself proves npub ownership (the patron's nsec\nsigned it). On success, returns the ``dpop_token`` — the same\ntoken. The calling application MUST remember it and pass it as the\n``dpop_token`` parameter on every subsequent paid tool call. The\nproof (a hash of the token) is stored in the vault keyed by that\nhash — the MCP never stores the raw token itself. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"patron_npub":{"default":"","type":"string","description":"Required. The patron's npub to receive proof from."},"dpop_token":{"default":"","type":"string","description":"Required. The dpop_token returned by request_npub_proof."}},"additionalProperties":false}},{"name":"authority_redeem_coupon","description":"Claim a coupon by its name (the code the operator shared).\n\nLooks up the operator's coupon by ``code``, validates the window\nand total cap, and records a per-patron redemption row.\nSubsequent paid tool calls on this MCP auto-apply the discount\nuntil ``uses_per_patron`` is exhausted.\n\nFree — no credits required.  Requires proof of ``npub``.\nIdempotent: redeeming the same code twice returns the existing\nredemption.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string"},"code":{"type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["npub","code"],"additionalProperties":false}},{"name":"authority_register_authority_npub","description":"Step 1/3 of Authority onboarding — send a Nostr DM challenge to the candidate.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"candidate_npub":{"description":"The Nostr npub of the candidate who wants to become the curator.","type":"string"}},"required":["candidate_npub"],"additionalProperties":false}},{"name":"authority_register_operator","description":"Provision an operator in the Authority ledger.\n\nCreates a ledger entry so the operator can purchase credits and\ncertify purchase orders. Idempotent — safe to call again.\n\nRequires TWO independent identity proofs:\n\n1. ``proof`` — Schnorr proof signed by the candidate operator's\n   ``npub``. Proves the requester really controls that npub. The\n   operator typically calls ``request_npub_proof`` /\n   ``receive_npub_proof`` against this Authority first to mint\n   a cached dpop_token.\n2. ``authority_proof`` — Schnorr proof signed by the Authority's\n   own npub. This is the Authority's human consent — only an\n   agent with the Authority's nsec on hand can produce it. Apps\n   generate this inline when the human admin clicks 'adopt';\n   otherwise an Authority-side proof can be minted the same way\n   an operator-side one is.\n\nNext step: Call purchase_credits to fund your credit balance.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"default":"","description":"Your Nostr npub (bech32). Get one from the dpyc-oracle's how_to_join() tool.","type":"string"},"dpop_token":{"default":"","type":"string"},"service_url":{"default":"","description":"Your MCP endpoint URL (e.g. 'https://my-service.fastmcp.app/mcp').","type":"string"},"display_name":{"default":"","description":"Human-readable name for the Operator service, shown in the community roster (e.g. 'my-service'). If empty, the roster falls back to a truncated npub.","type":"string"},"authority_proof":{"default":"","description":"Identity proof signed by the Authority's OWN npub — the Authority's discretionary consent to adopt this Operator. Apps with the Authority's nsec in their keystore (e.g. the Pricing Studio) produce this proof automatically when the user clicks 'adopt'.","type":"string"}},"additionalProperties":false}},{"name":"authority_reject_adoption","description":"Reject a pending operator-adoption request (owner consent).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operator_npub":{"default":"","description":"The operator npub to reject.","type":"string"},"authority_proof":{"default":"","description":"Proof signed by the Authority's OWN npub (owner consent).","type":"string"},"reason":{"default":"","description":"Optional human-readable reason.","type":"string"}},"additionalProperties":false}},{"name":"authority_repair_operator_schema","description":"Owner repair: reassign every table in an operator's tenant schema to\nthe operator's own role, then re-grant DML.\n\nFor tenants whose tables were created/owned by the provisioning role —\nthe operator role then cannot CREATE INDEX on them (\"must be owner\"),\nwhich aborts the whole vault bootstrap. Unlike register_operator this\ndoes NOT rotate the operator's DB password or re-send the bootstrap DM;\nit only fixes ownership + grants in place. Idempotent.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operator_npub":{"default":"","description":"The operator npub whose tenant-schema ownership to repair.","type":"string"},"authority_proof":{"default":"","description":"Proof signed by the Authority's OWN npub (owner consent).","type":"string"}},"additionalProperties":false}},{"name":"authority_report_issue","description":"File a field report about this service as a GitHub issue on the operator's repo.\n\nFound a tool's metadata or response wrong or confusing? Report it where the tool\nlives. The **author of record is your npub** — no npub / no proof, no issue — and it\nis stamped into the issue so the report is attributed to you, not the operator. Costs\na small fee (a free write to an issue tracker would be abused). The report is PUBLIC\nand goes to the maintainers' normal triage; nothing is verified here.\n\nReturns the filed issue's repo, number, and url. If this operator has not enabled\nfield reports, returns an \"issue reporting not configured\" situation and you are not\ncharged.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string","description":"Your Nostr public key (npub1...); the report's author of record."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."},"title":{"type":"string","description":"One-line summary of the problem."},"body":{"type":"string","description":"The details — which tool, what was wrong, what you expected."},"tool_name":{"default":"","type":"string","description":"Optional: the specific tool the report is about\n(e.g. \"schwab_get_option_chain\")."}},"required":["npub","dpop_token","title","body"],"additionalProperties":false}},{"name":"authority_request_adoption","description":"Ask a chosen Authority to adopt this operator (deferred courtship).\n\nRESTRICTED to the operator — requires proof the caller controls this\noperator's npub. Resolves the Authority's MCP endpoint from the\ncommunity registry, mints an inline ownership proof with this\noperator's nsec, and delivers the request MCP-to-MCP. The Authority\nrecords it as pending; its owner approves on their own time. Poll\n``adoption_status`` for progress; the operator flips to ``ready``\nonce the Authority provisions it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"authority_npub":{"type":"string","description":"npub of the Authority to request adoption from."},"dpop_token":{"default":"","type":"string","description":"operator-npub ownership proof (inline kind-27235 or cached token)."},"service_url":{"default":"","type":"string","description":"this operator's MCP endpoint (advertised to the Authority)."},"note":{"default":"","type":"string","description":"optional message for the Authority owner."}},"required":["authority_npub"],"additionalProperties":false}},{"name":"authority_request_credential_channel","description":"Open a Secure Courier channel for credential delivery.\n\nThis is the CREDENTIAL-DELIVERY flow — use it to hand over a service\nsecret (API keys, tokens). To merely prove you control an npub (the\nusual answer to a ``proof_required`` error), use ``request_npub_proof``\ninstead. Note: dynamic/OAuth2 services (e.g. Schwab) need NO couriered\nsecret — check ``service_status`` first.\n\nSends a welcome DM with a credential template. The recipient\nmust read the DM in their Nostr client, fill in the fields,\nand reply manually. **This is a human-in-the-loop flow.**\n\nAfter calling this tool, STOP and tell the user what to do.\nWait for the user to confirm they have replied before calling\n``receive_credentials``. Do NOT poll or retry — each\n``receive_credentials`` call destructively drains the relay\nmailbox.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sender_npub":{"default":"","type":"string","description":"Required. The npub to send the template to."},"service":{"default":"","type":"string","description":"Required. The credential service name (e.g.,\nfrom get_operator_onboarding_status or get_patron_onboarding_status)."}},"additionalProperties":false}},{"name":"authority_request_npub_proof","description":"Request npub ownership proof from a patron via Nostr DM.\n\nThis is the npub-OWNERSHIP-PROOF flow — use it when a call returns\n``proof_required``. It proves the caller controls an npub; it does\nNOT deliver any service secret. To hand an operator its API keys or\nOAuth secrets, use ``request_credential_channel`` instead.\n\nSends a challenge DM that the patron must sign and reply to\nusing their Nostr client. **This is a human-in-the-loop flow.**\n\nAfter calling this tool, STOP and tell the user to check their\nNostr client and reply to the challenge. Wait for the user to\nconfirm they have replied before calling ``receive_npub_proof``.\nDo NOT poll or retry — each ``receive_npub_proof`` call\ndestructively drains the relay mailbox.\n\n**Returns** a ``dpop_token`` — the demonstrated-proof-of-possession\ntoken that the calling application MUST remember and pass as the\n``dpop_token`` parameter on every subsequent paid tool call. The MCP\ndoes not retain this value across restarts.\n\n**Lifecycle:** The cached proof expires after the patron's\nchosen duration. When it expires, call ``request_npub_proof``\nagain for a fresh challenge, then wait for the user, then\ncall ``receive_npub_proof``.\n\nFree.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"patron_npub":{"default":"","type":"string","description":"Required. The patron's npub to request proof from."},"reason":{"default":"","type":"string","description":"Optional. A human-readable purpose for the request\n(\"I'm working on your request XYZ and need the Operator to do\nABC for you\"). Signed into the provenance attestation and shown\nin the DM, so the recipient sees *why* they are being asked —\nespecially useful when the signer is unknown to them."},"verify_at":{"default":"","type":"string","description":"Optional. A free-form statement of WHERE you (the\ninitiating agent) already showed this proof's one-time code to\nthe user — a URL, or \"your Claude.ai conversation\", \"the Grok\nsession\". The OAuth 2.0 Device Grant ``verification_uri``,\ngeneralized: the user approves only if the code in the DM matches\nthe one you displayed there, so an unsolicited request they've\nnever seen is refused. Signed into the attestation."}},"additionalProperties":false}},{"name":"authority_reset_pricing_model","description":"Erase all pricing models and restore a viable default.\n\nDeletes every stored model, then self-initializes a fresh one\nfrom the tool registry — all tools at 0 sats with proper UUIDs.\nReturns the new model.\n\nRESTRICTED to operator — requires proof (nsec-signed).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"dpop_token":{"default":"","type":"string"}},"additionalProperties":false}},{"name":"authority_restore_credits","description":"Credit a patron's ledger from a BTCPay-settled invoice.\n\n**RESTRICTED to the operator** — the operator owns the books and is\nthe only party who can issue a manual credit grant. Patrons who\nbelieve they paid but never got credits must escalate to the\noperator's support, who then invokes this tool on their behalf.\n\nUse cases: cold-start vault races during check_payment, ncred\ndelivery hiccups, patrons closing Top-Off sheets before settle,\nany infrastructure incident that left an invoice settled at BTCPay\nbut uncredited on the operator's ledger.\n\nIdempotent — if the invoice is already credited (in the patron's\n``credited_invoices``), returns success with credits_granted=0.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"invoice_id":{"type":"string","description":"The BTCPay invoice ID to verify and credit."},"patron_npub":{"type":"string","description":"The patron's npub whose ledger receives the grant."},"dpop_token":{"type":"string","description":"A kind-27235 Nostr event signed by the OPERATOR's nsec\nfor this tool. Patron proofs are rejected."}},"required":["invoice_id","patron_npub","dpop_token"],"additionalProperties":false}},{"name":"authority_restore_neon_schema","description":"Re-run ``ensure_schema()`` on every NeonVault this operator uses.\n\nDiagnostic / recovery tool for the case where the Neon HTTP SQL API\nis returning persistent 4xx errors and the operator suspects the\nschema isn't there or grants are wrong. Idempotent — uses\n``CREATE TABLE IF NOT EXISTS`` so a successful re-run is harmless.\n\nReturns the per-step result. If any step raises, surfaces the Neon\nerror message inline (0.31.0 reads the SQL error body that earlier\nwheels swallowed behind ``raise_for_status``).\n\nRESTRICTED to operator — requires proof (nsec-signed).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"dpop_token":{"default":"","type":"string"}},"additionalProperties":false}},{"name":"authority_service_status","description":"Check the health and configuration of this service. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"authority_session_status","description":"Check operator readiness. Returns the operator lifecycle\nstate and clear guidance on what to do next. Free.\n\nLifecycle states:\n- ready: Operator is warm and fully operational — vault AND pricing\n  model verified. Proceed with tool calls.\n- warming_up: Operator is initializing (cold start). Try a tool call — it will warm up on demand.\n- misconfigured: Persistence rejected a query with a permanent SQL\n  error (permission denied, missing relation). Paid tools will fail\n  until the operator repairs the database — retrying does not help.\n- quota_exceeded: The persistence provider (Neon) answered HTTP 402 —\n  the operator's database has exhausted its compute/storage quota, so\n  the books are locked for billing. Paid tools fail; retrying does NOT\n  help. The operator's Authority must restore capacity (upgrade the\n  plan or wait for the quota reset). Free tools remain available.\n- not_registered: Operator has no Authority relationship yet. Call register_operator first.\n- no_identity: Operator nsec is not configured. Deployment issue.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"patron_npub":{"default":"","type":"string","description":"Optional. If supplied, the response includes an\n``upstream_oauth`` block with the patron's stored OAuth\ntoken expiry (runtime-derived from vault state) so a\nclient can refresh proactively rather than reactively\nafter a stale-token failure."}},"additionalProperties":false}},{"name":"authority_set_pricing_model","description":"Set the active pricing model. RESTRICTED to operator.\n\nRequires a valid proof (Schnorr-signed kind-27235 event)\nproving the caller holds the operator's nsec.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"model_json":{"type":"string"},"dpop_token":{"default":"","type":"string"}},"required":["model_json"],"additionalProperties":false}},{"name":"authority_update_coupon","description":"Patch a coupon's editable fields.\n\nPass only the fields you want to change.  To set a cap to\nunlimited (NULL in the schema), pass ``clear_uses_per_patron=true``\nor ``clear_total_uses=true``.  Renaming the code is allowed —\nexisting patron redemption rows survive (they key on coupon id).\n\nRESTRICTED to operator — requires proof.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"coupon_id":{"type":"string"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"discount_percent":{"anyOf":[{"type":"number"},{"type":"null"}],"default":null},"valid_from":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"valid_until":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"uses_per_patron":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null},"total_uses":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null},"clear_uses_per_patron":{"default":false,"type":"boolean"},"clear_total_uses":{"default":false,"type":"boolean"},"dpop_token":{"default":"","type":"string"}},"required":["coupon_id"],"additionalProperties":false}},{"name":"authority_update_operator","description":"Update an existing Operator's community registry entry.\n\nRequires the same two proofs as ``register_operator``:\n\n- ``proof`` proves the caller controls the Operator's ``npub``.\n- ``authority_proof`` proves the Authority's human admin consents\n  to the change. Without the Authority proof, anyone with the\n  Operator's nsec could redirect their own ``service_url`` under\n  this Authority's signature without the Authority's awareness.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"default":"","description":"Nostr npub of the Operator to update.","type":"string"},"dpop_token":{"default":"","type":"string"},"service_url":{"default":"","description":"New MCP endpoint URL (leave empty to keep current).","type":"string"},"display_name":{"default":"","description":"New display name (leave empty to keep current).","type":"string"},"authority_proof":{"default":"","description":"Identity proof signed by the Authority's OWN npub — the Authority's consent to modify this Operator's registry entry.","type":"string"}},"additionalProperties":false}},{"name":"authority_update_operator_credential","description":"Add or update a single operator secret field.\n\nMerges into the operator's stored credentials without touching the\nothers — the field-level counterpart to re-delivering the whole\nbundle over Secure Courier. Use it to rotate one secret (a reissued\n``btcpay_api_key``, say) without restating the six you did not\nchange, where any field omitted from a courier reply is destroyed.\n\nThe value is never echoed back. RESTRICTED to the operator —\nrequires proof (nsec-signed kind-27235 or a cached dpop_token\nphrase); patron proofs are rejected.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"field":{"type":"string","description":"The operator credential field to set. Must be declared\nin the operator's credential template."},"value":{"type":"string","description":"The value to store."},"dpop_token":{"type":"string","description":"Operator proof for this tool."}},"required":["field","value","dpop_token"],"additionalProperties":false}},{"name":"authority_update_patron_credential","description":"Add or update a single patron credential field.\n\nMerges into existing stored credentials without affecting\nother fields. Useful for setting an account identifier\nafter OAuth, changing a default brain, etc. Free. Proof of\nnpub ownership is required — this is a write to the patron's\nsensitive credential vault.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"npub":{"type":"string","description":"The patron's Nostr public key (npub1...)."},"dpop_token":{"type":"string","description":"Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."},"field":{"type":"string","description":"The credential field name to set."},"value":{"type":"string","description":"The value to store."}},"required":["npub","dpop_token","field","value"],"additionalProperties":false}}],"scan":{"score":81,"grade":"B","scanned_at":"2026-09-21T13:05:54.759Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T13:05:54.772Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1646ms"]},"poisoning":{"score":15,"max":15,"notes":["68 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 13 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 14 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://tollbooth-authority-northamerica.fastmcp.app/mcp","reachable":true,"authRequired":false,"latencyMs":1646,"serverInfo":{"name":"tollbooth-authority-northamerica","version":"3.4.7"}}],"packages":[],"repo":{"found":true,"owner":"lonniev","repo":"tollbooth-authority-northamerica","archived":false,"pushedAt":"2026-09-07T23:30:46Z","stars":0,"forks":0,"openIssues":1,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/2193384?v=4","ownerCreatedAt":"2012-08-22T02:07:21Z","license":"Apache-2.0"},"icon":{"url":"https://avatars.githubusercontent.com/u/2193384?v=4&s=128","source":"github"},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"Apache-2.0","lastPushAt":"2026-09-07T23:30:46.000Z","score":20}}}},"grade_history":[],"reviews":[]}