Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.lonniev/cypher-mcp

REMOTE · CYPHER-MCP.FASTMCP.APP · SCANNED SEP 20

Monetized graph answers via named Cypher queries — Tollbooth DPYC operator

0 this week 75 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability70
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 13815 tokens (~123/item across 112 items; 112 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage88
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 58% of tool parameters carry a description.Partial
  • Structured output schemas are declared (52% of tools); any adoption earns full credit.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 10 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "cypher_forget_credentials" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 113 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.lonniev/cypher-mcp server?

io.github.lonniev/cypher-mcp is a hosted endpoint at https://cypher-mcp.fastmcp.app/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · cypher-mcp.fastmcp.app

# add to Claude Code
claude mcp add --transport http lonniev-cypher-mcp 'https://cypher-mcp.fastmcp.app/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "lonniev-cypher-mcp": {
      "url": "https://cypher-mcp.fastmcp.app/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "lonniev-cypher-mcp": {
      "type": "http",
      "url": "https://cypher-mcp.fastmcp.app/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.lonniev-cypher-mcp]
url = "https://cypher-mcp.fastmcp.app/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lonniev-cypher-mcp": {
      "type": "remote",
      "url": "https://cypher-mcp.fastmcp.app/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add lonniev-cypher-mcp --url 'https://cypher-mcp.fastmcp.app/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  lonniev-cypher-mcp:
    url: "https://cypher-mcp.fastmcp.app/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "lonniev-cypher-mcp": {
      "Transport": "http",
      "Url": "https://cypher-mcp.fastmcp.app/mcp"
    }
  }
}
# add to Vellum
assistant mcp add lonniev-cypher-mcp -t streamable-http -u 'https://cypher-mcp.fastmcp.app/mcp'
// mcp.json
{
  "mcpServers": {
    "lonniev-cypher-mcp": {
      "type": "http",
      "url": "https://cypher-mcp.fastmcp.app/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 18 Sept 26 0
    • Stability: fail → pass security
  • 13 Sept 26 +28
    • Injection markers: unverified → pass security
    • Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 112 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. security
    • Schema quality: unverified → fail functional
    • Schema quality: 727 → 123 functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: excellent → good functional
    • This server's schema is too large to store in full, so we cannot compare its tools day to day functional
  • 12 Sept 26 −28
    • Tool safety: pass → unverified security
    • Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes. security
    • Schema quality: 123 → 727 functional
    • Schema quality: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: good → excellent functional
    • This server's schema is too large to store in full, so we cannot compare its tools day to day functional
  • 6 Sept 26 +28
    • Injection markers: unverified → pass security
    • Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 112 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. security
    • Schema quality: unverified → fail functional
    • Schema quality: 727 → 123 functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: excellent → good functional
    • This server's schema is too large to store in full, so we cannot compare its tools day to day functional
  • 5 Sept 26 −28
    • Tool safety: pass → unverified security
    • Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes. security
    • Schema quality: 123 → 727 functional
    • Schema quality: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: good → excellent functional
    • This server's schema is too large to store in full, so we cannot compare its tools day to day functional
  • 1 Sept 26 0
    • Stability: pass → fail security
  • 31 Aug 26 +14
    • Injection markers: unverified → pass security
    • Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 112 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. security
    • Schema quality: unverified → fail functional
    • Schema quality: 727 → 123 functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: excellent → good functional
    • This server's schema is too large to store in full, so we cannot compare its tools day to day functional
  • 30 Aug 26 −14
    • Tool safety: pass → unverified security
    • Stability: fail → pass security
    • Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes. security
    • Schema quality: 123 → 727 functional
    • Schema quality: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: good → excellent functional
    • This server's schema is too large to store in full, so we cannot compare its tools day to day functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://cypher-mcp.fastmcp.app/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=*.fastmcp.app CN=Amazon RSA 2048 M04,O=Amazon,C=US 17 Jun 2026 31 Dec 2026 RSA 2048 SHA256-RSA a1583bafd89c7b58780ef1a0a0d2ad7
SANs: *.fastmcp.app
CN=Amazon RSA 2048 M04,O=Amazon,C=US (CA) CN=Amazon Root CA 1,O=Amazon,C=US 23 Aug 2022 23 Aug 2030 RSA 2048 SHA256-RSA 773124f2a952e3ed18a58bdb85d1bc0ce5f27
CN=Amazon Root CA 1,O=Amazon,C=US (CA) CN=Starfield Services Root Certificate Authority - G2,O=Starfield Technologies\, Inc.,L=Scottsdale,ST=Arizona,C=US 25 May 2015 31 Dec 2037 RSA 2048 SHA256-RSA 67f944a2a27cdf3fac2ae2b01f908eeb9c4c6

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of cypher-mcp.fastmcp.app. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
app. present 23684 8 Verified
fastmcp.app. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://cypher-mcp.fastmcp.app/mcp Verified 200
http (plaintext) http://cypher-mcp.fastmcp.app/mcp HTTPS enforced 301 https://cypher-mcp.fastmcp.app/mcp
MCP tools · 112 exposed · ~13,088 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
cypher_link_pr ~117

Attach the fix PR to its issue via the FIXES edge.

NameTypeReqDescription
dpop_tokenstring
issue_numberintegeryesThe GitHub issue number the PR fixes.
npubstring
pr_numberintegeryesThe PR's own number (gh pr create prints it) — the PullRequest node identity.
pr_urlstringyesThe actual GitHub URL of the PR that fixes this issue (from gh pr create).
repo_namestringyesRepository name.

No output schema declared.

No examples provided.

cypher_link_root_cause ~80

Point an issue at the code symbol that caused it.

NameTypeReqDescription
dpop_tokenstring
issue_numberintegeryesGitHub issue number.
npubstring
repo_namestringyesRepository name.
symbol_fqnstringyesFully-qualified name of the code symbol at fault.

No output schema declared.

No examples provided.

cypher_list_canonical_identities ~250

Return canonical (tool_id, mcp_name, …) for every tool the wheel exposes. The authoritative source for any client (Studio, agents, FE) that needs to know how this MCP identifies its tools. Reconcile uses this output to UUID-join against the stored pricing model — no name-based UUID derivation, no guessing. Includes both ToolIdentity-seeded tools and any UUID recorded by ``@paid_tool`` that is missing from the registry. The latter appear with ``registered: false`` (and in the top-level ``unregistered`` array) so Reconcile can flag deploy drift instead of silently reporting clean when a live tool was never seeded (#174). If the operator renames a function or rebrands a slug, the mcp_name in this output changes but tool_id stays. That's the whole point of the canonical-UUID design. Also diffs the live FastMCP wire surface against the registry. Tools exposed on the wire but absent from the registry appear in ``unregistered`` so Reconcile can flag deploy drift instead of silently under-reporting (issue #175). Free, no side effects.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_list_capabilities ~61

List every capability for semantic intent-matching.

NameTypeReqDescription
dpop_tokenstring
npubstring
since_msintegerEpoch-ms lower bound on change time; 0 (default) = any time.

No output schema declared.

No examples provided.

cypher_list_constraint_types ~51

List all available constraint types and their parameter schemas. Returns the type, category, description, and parameter specs for every constraint that can be used in a pricing pipeline. Free — no credits required.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_list_coupons ~71

List every coupon this operator has minted (newest first). Each row carries the current ``times_redeemed`` counter — the Studio renders a progress bar from this against ``total_uses``. RESTRICTED to operator — requires proof.

NameTypeReqDescription
dpop_tokenstring

Structured output declared, but exposes no named fields.

No examples provided.

cypher_list_invariants ~58

List every enforceable invariant.

NameTypeReqDescription
dpop_tokenstring
npubstring
since_msintegerEpoch-ms lower bound on change time; 0 (default) = any time.

No output schema declared.

No examples provided.

cypher_list_issues ~65

List every triaged issue for the Issues register.

NameTypeReqDescription
dpop_tokenstring
npubstring
since_msintegerEpoch-ms lower bound on triage/scope time; 0 (default) = any time.

No output schema declared.

No examples provided.

cypher_list_my_coupons ~89

List the coupons this patron has redeemed on this operator. Returns both active and exhausted redemptions with a per-row ``status`` (``active`` / ``window_closed`` / ``patron_limit`` / ``total_limit``). Free — requires proof of ``npub``.

NameTypeReqDescription
dpop_tokenstring
npubstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cypher_list_notarizations ~52

List recent Bitcoin notarization records.

NameTypeReqDescription
limitintegerMaximum records to return (default 20).
statusstringOptional filter (e.g., 'submitted', 'confirmed').

Structured output declared, but exposes no named fields.

No examples provided.

cypher_list_patent_elements ~60

List every filed patent reference numeral.

NameTypeReqDescription
dpop_tokenstring
npubstring
since_msintegerEpoch-ms lower bound on change time; 0 (default) = any time.

No output schema declared.

No examples provided.

cypher_list_pull_requests ~64

List every mirrored pull request for the Pull Requests register.

NameTypeReqDescription
dpop_tokenstring
npubstring
since_msintegerEpoch-ms lower bound on PR change time; 0 (default) = any time.

No output schema declared.

No examples provided.

cypher_list_queries ~50

Operator-only: list this operator's published query keys.

NameTypeReqDescription
dpop_tokenstring
npubstringRequired. The operator's npub (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

cypher_mark_funding_state ~172

Reflect an LLM-credit outage (or its clearance) in the intention graph.

NameTypeReqDescription
dpop_tokenstring
kindstringyesThe deferred work-item's kind: 'issue' or 'pr'.
npubstring
numberintegeryesThe issue or PR number the outage deferred.
repo_namestringyesRepository name.
statestringyes'awaiting-funds' when a credit outage defers the item; 'clear' when the canary confirms funding is restored.
urlstringyesCanonical GitHub URL of the issue/PR, carried from the CI run at runtime (github.server_url + repository) — never derived from a hardcoded owner. Lets the graph hyperlink straight to GitHub.

No output schema declared.

No examples provided.

cypher_mark_invariant_contradiction ~85

Mark two invariants as contradictory.

NameTypeReqDescription
dpop_tokenstring
name_astringyesOne side of the contradiction (Invariant name).
name_bstringyesThe other side of the contradiction (Invariant name).
npubstring
reasonstringyesWhy these two invariants are incompatible.

No output schema declared.

No examples provided.

cypher_mint_coupon ~152

Create a new operator-owned discount coupon.

NameTypeReqDescription
discount_percentnumberyesPercentage off the base price (0-100).
dpop_tokenstring
namestringyesThe catchy code patrons type to redeem (operator-scoped uniqueness).
total_usesAggregate cap across all patrons (default None = unlimited).
uses_per_patronHow many tool calls one patron can claim the discount on (default 1; pass null/None for unlimited within the window).
valid_fromstringyesISO-8601 datetime when the coupon becomes active.
valid_untilstringyesISO-8601 datetime when the coupon expires.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_notarize_ledger ~54

Build a Merkle tree of all patron balances and submit the root to Bitcoin via OpenTimestamps. Operator-only background task. Bitcoin confirmation takes 1-6 hours. Free — no credits required.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_note_rejection ~81

Record why the Porter rejected an issue.

NameTypeReqDescription
dpop_tokenstring
issue_numberintegeryesGitHub issue number.
npubstring
reasonstringyesWhy the issue was rejected (spam, out-of-scope, injection, ...).
repo_namestringyesRepository name.

No output schema declared.

No examples provided.

cypher_oracle_about ~22

Describe the DPYC ecosystem via the Oracle. Free.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_oracle_get_tax_rate ~24

Get the current DPYC certification tax rate. Free.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_oracle_how_to_join ~25

Get DPYC onboarding instructions from the Oracle. Free.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_oracle_lookup_member ~33

Look up a DPYC community member by npub. Free.

NameTypeReqDescription
npubstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cypher_oracle_network_advisory ~25

Get active network advisories from the Oracle. Free.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_pr_provenance ~66

Fetch a PR's fixes and the intentions it enforces for the PR dossier.

NameTypeReqDescription
dpop_tokenstring
npubstring
numberintegeryesThe pull request number.
repo_namestringyesRepository name.

No output schema declared.

No examples provided.

cypher_public_factory_stats ~127

Aggregate-only factory stats for the unauthenticated landing pages. Free — no credits, no npub proof. Returns counts only (capabilities, invariants, issues, services, symbols), the resolved_via mix (graph | scoped-grep | wide-grep), and a last-activity timestamp. Never returns issue titles, symbol paths, or npubs. Hard-cached in-process (~5 min) so a sleeping AuraDB free tier is not woken on every page view. Safe for cold Bolt: failures return an empty available=false payload rather than raising.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_publish_nostr_profile ~150

Publish a CLIENT-SIGNED kind-0 profile to relays for an npub. The wheel never holds a patron nsec. The frontend signs the kind-0 metadata event with the patron's session key or a NIP-07 extension and passes the signed event (JSON) here; the wheel verifies the signature matches the npub, then relays it to public relays. The signature is the authorization — no proof token, no key custody. Free.

NameTypeReqDescription
npubstringThe patron's Nostr public key the event must be signed by.
signed_eventstringA JSON-encoded, client-signed kind-0 event.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_publish_tool ~245

Operator-only: expose a catalog query as a named, typed MCP tool. Projects the published query as a first-class tool named ``cypher_<key>`` whose flat, typed parameters come from the query's param schema (e.g. ``cypher_find_airline_flights(from_city, to_city)``). The tool is registered immediately but starts **unpriced** — it appears in Pricing Studio like any new tool; set its price there. Until priced, calls return "not priced yet (TBD)". Patrons then call it by name with typed params instead of ``execute_query_by_key``. The key must be a valid tool identifier (^[a-z][a-z0-9_]*$). Reconnect to see the new tool in the tool list.

NameTypeReqDescription
dpop_tokenstring
keystringyesAn existing catalog query key (see ``list_queries``).
npubstringRequired. The operator's npub (npub1...).
tool_intentstringOne-line description shown as the tool's purpose (defaults to the query's description).

Structured output declared, but exposes no named fields.

No examples provided.

cypher_purchase_credits ~199

Buy credits via Bitcoin Lightning. Creates a Lightning invoice. Pay it with any Lightning wallet, then call check_payment to confirm. Proof of npub ownership is required so credits land in the correct ledger. Free — no credits required to call.

NameTypeReqDescription
amount_satsintegerSatoshis to purchase (default 1000).
dpop_tokenstringyesRaw JSON of a kind-27235 Nostr event signed by npub — not base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its `u` tag must hold THIS tool's exact name (from tools/list), not the endpoint URL…
npubstringyesThe Nostr public key (npub1...) the credits will fund.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_receive_credentials ~323

Pick up credentials from the Secure Courier. Completes the CREDENTIAL-DELIVERY flow (the ownership-proof counterpart is ``receive_npub_proof``). **Call this only after the user confirms they have replied.** Deterministic, one-shot retrieval: name the response you want with ``(sender_npub, service, dpop_token)`` and the tool drains ONLY the rendezvous relay that channel was pinned to. Every popped DM with the wrong session phrase is deleted and its sender is NACK'd; the first DM with the matching phrase is accepted (ACK'd) and the scan stops. If none match, the queue is drained and a ``courier_not_found`` result is returned. Do NOT poll, loop, or retry. If a credential_card (ncred1...) is provided, it is redeemed directly without any relay access (dpop_token not required for that path). On success, the payment processor client is reinitialized from the new credentials — no server restart needed.

NameTypeReqDescription
credential_cardstringOptional. An ncred1... card to redeem directly (bypasses the relay drain; dpop_token not needed).
dpop_tokenstringRequired. The session phrase returned by request_credential_channel for this exact channel.
sender_npubstringRequired. The npub that sent the credentials.
servicestringRequired. The credential service name (must match the service used in request_credential_channel).

Structured output declared, but exposes no named fields.

No examples provided.

cypher_receive_npub_proof ~310

Receive npub ownership confirmation from a patron. Completes the npub-OWNERSHIP-PROOF flow (the credential-delivery counterpart is ``receive_credentials``). **Call this only after the user confirms they have replied.** Deterministic, one-shot retrieval: name the response with ``(patron_npub, dpop_token)`` — the ``dpop_token`` being the value returned by ``request_npub_proof``. The tool drains ONLY the pinned rendezvous relay that challenge was published on, stopping at the DM whose phrase matches. Mismatched DMs are deleted and NACK'd (without revealing the expected phrase). If called before the user replies, their message will never be found. Do NOT poll, loop, or retry. The signed DM itself proves npub ownership (the patron's nsec signed it). On success, returns the ``dpop_token`` — the same token. The calling application MUST remember it and pass it as the ``dpop_token`` parameter on every subsequent paid tool call. The proof (a hash of the token) is stored in the vault keyed by that hash — the MCP never stores the raw token itself. Free.

NameTypeReqDescription
dpop_tokenstringRequired. The dpop_token returned by request_npub_proof.
patron_npubstringRequired. The patron's npub to receive proof from.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_recent_activity ~93

List every domain object changed within a date window, across all node types.

NameTypeReqDescription
dpop_tokenstring
npubstring
since_msintegerEpoch-ms lower bound on change time (inclusive); 0 = from the beginning.
until_msintegerEpoch-ms upper bound on change time (exclusive); 0 (default) = open (now).

No output schema declared.

No examples provided.

cypher_record_scope ~109

Record the actionable spec and the code-location method for an issue.

NameTypeReqDescription
actionable_textstringyesThe Porter's rough-English -> actionable spec translation.
dpop_tokenstring
issue_numberintegeryesGitHub issue number.
npubstring
repo_namestringyesRepository name.
resolved_viastringyesHow the code was located: 'graph' | 'scoped-grep' | 'wide-grep'.

No output schema declared.

No examples provided.

cypher_record_triage ~160

Record the Porter's triage of a GitHub issue.

NameTypeReqDescription
classificationstringyestype/* classification, e.g. 'bug'.
dispositionstringyesRouting disposition, e.g. 'agent/fix', 'rejected', 'blocked/upstream'.
dpop_tokenstring
issue_numberintegeryesGitHub issue number.
issue_urlstringyesThe issue's actual GitHub URL (gh issue view <n> --json url).
npubstring
repo_namestringyesRepository name.
repo_urlstringyesThe repository's actual GitHub URL (gh repo view --json url).
titlestringyesIssue title.

No output schema declared.

No examples provided.

cypher_redeem_coupon ~134

Claim a coupon by its name (the code the operator shared). Looks up the operator's coupon by ``code``, validates the window and total cap, and records a per-patron redemption row. Subsequent paid tool calls on this MCP auto-apply the discount until ``uses_per_patron`` is exhausted. Free — no credits required. Requires proof of ``npub``. Idempotent: redeeming the same code twice returns the existing redemption.

NameTypeReqDescription
codestringyes
dpop_tokenstring
npubstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cypher_register_service ~83

Register a repo as a Service node in the factory graph.

NameTypeReqDescription
dpop_tokenstring
npubstring
repo_namestringyesRepository name, e.g. 'tollbooth-sample'.
repo_npubstringyesThe service's own Nostr npub (the repo as an actor).

No output schema declared.

No examples provided.

cypher_report_issue ~348

File a field report about this service as a GitHub issue on the operator's repo. Found a tool's metadata or response wrong or confusing? Report it where the tool lives. The **author of record is your npub** — no npub / no proof, no issue — and it is stamped into the issue so the report is attributed to you, not the operator. Costs a small fee (a free write to an issue tracker would be abused). The report is PUBLIC and goes to the maintainers' normal triage; nothing is verified here. Returns the filed issue's repo, number, and url. If this operator has not enabled field reports, returns an "issue reporting not configured" situation and you are not charged.

NameTypeReqDescription
bodystringyesThe details — which tool, what was wrong, what you expected.
dpop_tokenstringyesRaw JSON of a kind-27235 Nostr event signed by npub — not base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its `u` tag must hold THIS tool's exact name (from tools/list), not the endpoint URL…
npubstringyesYour Nostr public key (npub1...); the report's author of record.
titlestringyesOne-line summary of the problem.
tool_namestringOptional: the specific tool the report is about (e.g. "schwab_get_option_chain").

Structured output declared, but exposes no named fields.

No examples provided.

cypher_request_adoption ~193

Ask a chosen Authority to adopt this operator (deferred courtship). RESTRICTED to the operator — requires proof the caller controls this operator's npub. Resolves the Authority's MCP endpoint from the community registry, mints an inline ownership proof with this operator's nsec, and delivers the request MCP-to-MCP. The Authority records it as pending; its owner approves on their own time. Poll ``adoption_status`` for progress; the operator flips to ``ready`` once the Authority provisions it.

NameTypeReqDescription
authority_npubstringyesnpub of the Authority to request adoption from.
dpop_tokenstringoperator-npub ownership proof (inline kind-27235 or cached token).
notestringoptional message for the Authority owner.
service_urlstringthis operator's MCP endpoint (advertised to the Authority).

Structured output declared, but exposes no named fields.

No examples provided.

cypher_request_credential_channel ~251

Open a Secure Courier channel for credential delivery. This is the CREDENTIAL-DELIVERY flow — use it to hand over a service secret (API keys, tokens). To merely prove you control an npub (the usual answer to a ``proof_required`` error), use ``request_npub_proof`` instead. Note: dynamic/OAuth2 services (e.g. Schwab) need NO couriered secret — check ``service_status`` first. Sends a welcome DM with a credential template. The recipient must read the DM in their Nostr client, fill in the fields, and reply manually. **This is a human-in-the-loop flow.** After calling this tool, STOP and tell the user what to do. Wait for the user to confirm they have replied before calling ``receive_credentials``. Do NOT poll or retry — each ``receive_credentials`` call destructively drains the relay mailbox.

NameTypeReqDescription
sender_npubstringRequired. The npub to send the template to.
servicestringRequired. The credential service name (e.g., from get_operator_onboarding_status or get_patron_onboarding_status).

Structured output declared, but exposes no named fields.

No examples provided.

cypher_request_npub_proof ~488

Request npub ownership proof from a patron via Nostr DM. This is the npub-OWNERSHIP-PROOF flow — use it when a call returns ``proof_required``. It proves the caller controls an npub; it does NOT deliver any service secret. To hand an operator its API keys or OAuth secrets, use ``request_credential_channel`` instead. Sends a challenge DM that the patron must sign and reply to using their Nostr client. **This is a human-in-the-loop flow.** After calling this tool, STOP and tell the user to check their Nostr client and reply to the challenge. Wait for the user to confirm they have replied before calling ``receive_npub_proof``. Do NOT poll or retry — each ``receive_npub_proof`` call destructively drains the relay mailbox. **Returns** a ``dpop_token`` — the demonstrated-proof-of-possession token that the calling application MUST remember and pass as the ``dpop_token`` parameter on every subsequent paid tool call. The MCP does not retain this value across restarts. **Lifecycle:** The cached proof expires after the patron's chosen duration. When it expires, call ``request_npub_proof`` again for a fresh challenge, then wait for the user, then call ``receive_npub_proof``. Free.

NameTypeReqDescription
patron_npubstringRequired. The patron's npub to request proof from.
reasonstringOptional. A human-readable purpose for the request ("I'm working on your request XYZ and need the Operator to do ABC for you"). Signed into the provenance attestation and shown in the DM, so the reci…
verify_atstringOptional. A free-form statement of WHERE you (the initiating agent) already showed this proof's one-time code to the user — a URL, or "your Claude.ai conversation", "the Grok session". The OAuth 2.0…

Structured output declared, but exposes no named fields.

No examples provided.

cypher_reset_pricing_model ~81

Erase all pricing models and restore a viable default. Deletes every stored model, then self-initializes a fresh one from the tool registry — all tools at 0 sats with proper UUIDs. Returns the new model. RESTRICTED to operator — requires proof (nsec-signed).

NameTypeReqDescription
dpop_tokenstring

Structured output declared, but exposes no named fields.

No examples provided.

cypher_restore_credits ~234

Credit a patron's ledger from a BTCPay-settled invoice. **RESTRICTED to the operator** — the operator owns the books and is the only party who can issue a manual credit grant. Patrons who believe they paid but never got credits must escalate to the operator's support, who then invokes this tool on their behalf. Use cases: cold-start vault races during check_payment, ncred delivery hiccups, patrons closing Top-Off sheets before settle, any infrastructure incident that left an invoice settled at BTCPay but uncredited on the operator's ledger. Idempotent — if the invoice is already credited (in the patron's ``credited_invoices``), returns success with credits_granted=0.

NameTypeReqDescription
dpop_tokenstringyesA kind-27235 Nostr event signed by the OPERATOR's nsec for this tool. Patron proofs are rejected.
invoice_idstringyesThe BTCPay invoice ID to verify and credit.
patron_npubstringyesThe patron's npub whose ledger receives the grant.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_restore_neon_schema ~148

Re-run ``ensure_schema()`` on every NeonVault this operator uses. Diagnostic / recovery tool for the case where the Neon HTTP SQL API is returning persistent 4xx errors and the operator suspects the schema isn't there or grants are wrong. Idempotent — uses ``CREATE TABLE IF NOT EXISTS`` so a successful re-run is harmless. Returns the per-step result. If any step raises, surfaces the Neon error message inline (0.31.0 reads the SQL error body that earlier wheels swallowed behind ``raise_for_status``). RESTRICTED to operator — requires proof (nsec-signed).

NameTypeReqDescription
dpop_tokenstring

Structured output declared, but exposes no named fields.

No examples provided.

cypher_retire_funding_block ~91

Retire a stale funding block to a historical record when its item closes.

NameTypeReqDescription
dpop_tokenstring
kindstringyesThe work-item's kind: 'issue' or 'pr'.
npubstring
numberintegeryesThe issue or PR number whose block is being retired.
repo_namestringyesRepository name.

No output schema declared.

No examples provided.

cypher_route_rejection ~104

Route a target's rejection reason back to the origin issue.

NameTypeReqDescription
by_repostringyesThe repo that declined the escalation.
dpop_tokenstring
npubstring
origin_issueintegeryesThe origin issue number.
origin_repostringyesThe ORIGIN repository the escalation routes back to.
reasonstringyesWhy the target declined (which DRY boundary / repo actually owns it).

No output schema declared.

No examples provided.

cypher_routing_history ~60

Show which repos have declined an issue and why.

NameTypeReqDescription
dpop_tokenstring
issue_numberintegeryesGitHub issue number.
npubstring
repo_namestringyesRepository name.

No output schema declared.

No examples provided.

cypher_service_provenance ~52

Pivot to a service — its capabilities, symbols, and issues.

NameTypeReqDescription
dpop_tokenstring
npubstring
repo_namestringyesRepository name.

No output schema declared.

No examples provided.

cypher_service_status ~21

Check the health and configuration of this service. Free.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_session_status ~286

Check operator readiness. Returns the operator lifecycle state and clear guidance on what to do next. Free. Lifecycle states: - ready: Operator is warm and fully operational — vault AND pricing model verified. Proceed with tool calls. - warming_up: Operator is initializing (cold start). Try a tool call — it will warm up on demand. - misconfigured: Persistence rejected a query with a permanent SQL error (permission denied, missing relation). Paid tools will fail until the operator repairs the database — retrying does not help. - quota_exceeded: The persistence provider (Neon) answered HTTP 402 — the operator's database has exhausted its compute/storage quota, so the books are locked for billing. Paid tools fail; retrying does NOT help. The operator's Authority must restore capacity (upgrade the plan or wait for the quota reset). Free tools remain available. - not_registered: Operator has no Authority relationship yet. Call register_operator first. - no_identity: Operator nsec is not configured. Deployment issue.

NameTypeReqDescription
patron_npubstringOptional. If supplied, the response includes an ``upstream_oauth`` block with the patron's stored OAuth token expiry (runtime-derived from vault state) so a client can refresh proactively rather than…

Structured output declared, but exposes no named fields.

No examples provided.

cypher_set_pricing_model ~68

Set the active pricing model. RESTRICTED to operator. Requires a valid proof (Schnorr-signed kind-27235 event) proving the caller holds the operator's nsec.

NameTypeReqDescription
dpop_tokenstring
model_jsonstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cypher_suggest_capability_why ~74

Offer the Journeyman's read on why a capability exists.

NameTypeReqDescription
dpop_tokenstring
inferred_whystringyesThe Journeyman's best explanation of why this capability exists.
namestringyesCapability name.
npubstring

No output schema declared.

No examples provided.

Common questions

What is the io.github.lonniev/cypher-mcp server?

io.github.lonniev/cypher-mcp is listed in the public MCP registry as io.github.lonniev/cypher-mcp. Monetized graph answers via named Cypher queries, Tollbooth DPYC operator. This page covers its hosted endpoint (https://cypher-mcp.fastmcp.app/mcp).

Is the io.github.lonniev/cypher-mcp server safe to use?

io.github.lonniev/cypher-mcp scores 75 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.lonniev/cypher-mcp server expose?

io.github.lonniev/cypher-mcp exposes 112 tools: cypher_check_balance, cypher_purchase_credits, cypher_check_payment, cypher_restore_credits, cypher_account_statement, and 107 more. Their descriptions and schemas cost roughly 13,088 tokens of context every time the server is loaded.

Does the io.github.lonniev/cypher-mcp server require authentication?

No. We connected to io.github.lonniev/cypher-mcp without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the io.github.lonniev/cypher-mcp server still maintained?

io.github.lonniev/cypher-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.