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_account_statement ~223

Generate a patron's account statement at this operator. Returns the patron's purchase history, active credit tranches, per-tool usage breakdown, and recent daily usage logs. This is the patron's spending account — not the operator's Authority tax balance. Free — no credits consumed. Proof of npub ownership is required to prevent statement-scraping of arbitrary patrons.

NameTypeReqDescription
daysintegerNumber of days of daily usage history to include (default 30).
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 patron's Nostr public key (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

cypher_account_statement_infographic ~223

Generate a visual SVG infographic of your account statement. Returns the same data as account_statement, rendered as a dark-themed SVG graphic with balance hero, metrics cards, health gauge, tranche table, and tool usage breakdown. Costs 1 api_sat per call. Proof is verified by ``debit_or_deny`` before any cost is incurred.

NameTypeReqDescription
daysintegerNumber of days of daily usage history to include (default 30).
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...) whose statement to render.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_adoption_status ~70

Check this operator's adoption-request status at a chosen Authority. Free. Polls the Authority MCP-to-MCP for the status of this operator's request (pending / approved / rejected / provisioned).

NameTypeReqDescription
authority_npubstringyes
dpop_tokenstring

Structured output declared, but exposes no named fields.

No examples provided.

cypher_anchor_symbol ~100

Record where a symbol lives so future triage scopes its grep.

NameTypeReqDescription
dpop_tokenstring
file_pathstringyesRepo-relative path of the file the symbol lives in (the grep scope).
npubstring
symbol_fqnstringyesFully-qualified name of the symbol just edited.
verified_at_shastringyesCommit/PR sha the anchor was verified against (from git).

No output schema declared.

No examples provided.

cypher_assert_invariant ~105

Record an enforceable code invariant.

NameTypeReqDescription
dpop_tokenstring
namestringyesInvariant name, e.g. 'exactly two transaction types'.
npubstring
rulestringyesThe rule stated plainly (the enforceable 'MUST NOT' / cardinality).
severitystringEnforceability band: 'Violation' | 'Warning' | 'Info' (SHACL-ish).

No output schema declared.

No examples provided.

cypher_assert_rationale ~114

Record the Journeyman's rationale for a fix (unverified provenance).

NameTypeReqDescription
decision_idstringyesStable id for this decision (e.g. '<repo>#<issue>-<slug>').
dpop_tokenstring
issue_numberintegeryesGitHub issue number.
npubstring
reasonstringyesWhy — the rationale.
repo_namestringyesRepository name.
statementstringyesThe decision, stated plainly.

No output schema declared.

No examples provided.

cypher_audit_what_changed_since ~74

Answer what changed on a capability since a given time.

NameTypeReqDescription
dpop_tokenstring
namestringyesCapability name.
npubstring
since_msintegeryesEpoch-ms lower bound — only assertions/invariants touched at or after this time.

No output schema declared.

No examples provided.

cypher_audit_what_contradicts ~84

Answer what contradicts a capability's assertions or guarding invariants.

NameTypeReqDescription
as_at_msintegerValid-time point (epoch ms); 0 = now. Filters assertion/invariant valid_from/valid_to.
dpop_tokenstring
namestringyesCapability name.
npubstring

No output schema declared.

No examples provided.

cypher_audit_what_derived_from ~78

Answer what sources a capability was derived from.

NameTypeReqDescription
as_at_msintegerValid-time point (epoch ms); 0 = now. Filters assertion valid_from/valid_to.
dpop_tokenstring
namestringyesCapability name.
npubstring

No output schema declared.

No examples provided.

cypher_audit_what_guards ~68

Answer which invariants guard a capability.

NameTypeReqDescription
as_at_msintegerValid-time point (epoch ms); 0 = now.
dpop_tokenstring
namestringyesCapability name.
npubstring

No output schema declared.

No examples provided.

cypher_audit_who_authorized ~69

Answer who authorized a capability's authoritative why.

NameTypeReqDescription
as_at_msintegerValid-time point (epoch ms); 0 = now.
dpop_tokenstring
namestringyesCapability name.
npubstring

No output schema declared.

No examples provided.

cypher_audit_why_exists ~81

Answer why a capability exists with PROV-attributed assertions and gaps.

NameTypeReqDescription
as_at_msintegerValid-time point (epoch ms); 0 = now. Filters assertion valid_from/valid_to.
dpop_tokenstring
namestringyesCapability name.
npubstring

No output schema declared.

No examples provided.

cypher_authorize_capability_why ~65

Author the authoritative why for a capability.

NameTypeReqDescription
dpop_tokenstring
namestringyesCapability name.
npubstring
whystringyesThe authoritative, human-authored reason this capability exists.

No output schema declared.

No examples provided.

cypher_bind_capability_to_symbol ~71

Attach a capability to one of the symbols that implement it.

NameTypeReqDescription
dpop_tokenstring
namestringyesCapability name.
npubstring
symbol_fqnstringyesFully-qualified name of a code symbol that realizes the capability.

No output schema declared.

No examples provided.

cypher_bind_rationale_to_symbol ~80

Attach the Journeyman's rationale to a specific code symbol.

NameTypeReqDescription
decision_idstringyesId of the Decision (from assert_rationale).
dpop_tokenstring
npubstring
symbol_fqnstringyesFully-qualified name of the code symbol the decision is about.

No output schema declared.

No examples provided.

cypher_capability_patents ~45

Show a capability's patent grounding.

NameTypeReqDescription
dpop_tokenstring
namestringyesCapability name.
npubstring

No output schema declared.

No examples provided.

cypher_check_authority_balance ~73

Check this operator's tax balance at the Authority. Returns the sats available for certifying patron credit purchases. When this balance reaches zero, patron top-ups cannot be certified and the operator must call purchase_credits on the Authority. This is the operator's own funding — not a patron balance. Free.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_check_balance ~209

Check a patron's credit balance at this operator. This is the patron's spending balance — credits purchased via Lightning for tool calls at this operator. For the operator's own balance at the Authority (needed to certify patron purchases), use authority_check_balance instead. Free — no credits required. Proof of npub ownership is required to prevent anyone-with-the-registry from enumerating balances.

NameTypeReqDescription
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...) whose balance to check.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_check_payment ~195

Check the payment status of a Lightning invoice. Call after paying the invoice from purchase_credits. Free — no credits required. Proof of npub ownership is required to prevent credit-grant front-running by an observer of the invoice ID.

NameTypeReqDescription
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…
invoice_idstringyesThe invoice ID returned by purchase_credits.
npubstringyesThe Nostr public key (npub1...) that purchased the invoice.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_check_price ~180

Preview the effective cost of a tool call. Shows the base cost and any constraint effects (discounts, free trials, surge pricing). Free — no credits required.

NameTypeReqDescription
dpop_tokenstring
npubstring
tool_idstringyesEither the tool's UUID (from the pricing model) or a bare capability string (e.g. ``"deal_scenario"``). FE callers usually have the capability name; this resolves both so the FE doesn't need to deriv…
tool_kwargsstringOptional JSON object with tool call parameters for ad valorem / categorical-multiplier pricing preview (e.g. '{"amount_sats": 5000}' or '{"difficulty": "sovereign", "mode": "live"}').

Structured output declared, but exposes no named fields.

No examples provided.

cypher_check_proof_status ~138

Check whether a previously-cached dpop_token is still valid. Mirrors ``check_oauth_status`` for the npub-proof flow: a calling agent can ask "will my next paid call accept this dpop_token?" before burning credits on a guaranteed failure. Free, no side effects — does not evict the cache or touch relays.

NameTypeReqDescription
dpop_tokenstringRequired. The dpop_token phrase returned by ``request_npub_proof`` / ``receive_npub_proof``.
patron_npubstringRequired. The patron's npub (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

cypher_claim_issue ~180

Mark an issue as actively being worked at the start of an agent's turn.

NameTypeReqDescription
activitystringyesWhat the agent is doing this turn: 'triaging' | 'fixing' | 'reviewing'.
dpop_tokenstring
issue_numberintegeryesGitHub issue number.
issue_urlstringyesThe issue's actual GitHub URL (gh issue view <n> --json url). Required: an Issue node is never created without its URL.
npubstring
repo_namestringyesRepository name.
titlestringIssue title (sets it if the node is new; omit to leave as-is).
worked_bystringyesThe agent role picking it up: 'porter' | 'journeyman' | 'qa'.

No output schema declared.

No examples provided.

cypher_context_pack ~63

Return the code-orienteering scope for an intent keyword.

NameTypeReqDescription
dpop_tokenstring
keywordstringyesIntent keyword from the issue, e.g. 'npub proof', 'books health'.
npubstring

No output schema declared.

No examples provided.

cypher_create_query ~215

Operator-only: publish a new named Cypher query template. The template must reference each declared parameter as $name (binding, not interpolation). param_schema maps param name -> {"type": ..., "required": true|false}; types: string, int, float, bool, list.

NameTypeReqDescription
access_modestring'read' (default) or 'write'.
cypher_templatestringyesParameterized Cypher using $param placeholders.
descriptionstringHuman-readable description of what the query returns.
dpop_tokenstring
keystringyesStable, human-meaningful key (e.g. 'holdings_by_sector').
npubstringRequired. The operator's npub (npub1...).
param_schemaDeclared parameters and their types.
row_limitintegerMax rows returned (default 1000).
timeout_msintegerBest-effort query timeout (default 5000).

Structured output declared, but exposes no named fields.

No examples provided.

cypher_delete_coupon ~82

Delete a coupon. Cascades to all patron redemptions. Any chain step referencing the deleted coupon_id becomes a no-op (the constraint returns neutral on unknown ids) — the Studio surfaces orphan references as warnings. RESTRICTED to operator — requires proof.

NameTypeReqDescription
coupon_idstringyes
dpop_tokenstring

Structured output declared, but exposes no named fields.

No examples provided.

cypher_delete_operator_credential ~227

Remove a single operator secret field. Deletes one key from the operator's encrypted credential blob without touching the others — the field-level counterpart to ``forget_credentials``, which wipes the whole row. Use it to retire a leftover after an SDK cutover (a Prefect key after Modal, or a stored but untemplated orphan like ``anthropic_api_key``) without taking the operator down for a full re-delivery. Stored-but-untemplated fields are first-class: the delete is keyed on what is vaulted, not on what the current template declares. Idempotent — already-absent fields report ``removed: false`` without rewriting the vault. RESTRICTED to the operator — requires proof (nsec-signed kind-27235 or a cached dpop_token phrase); patron proofs are rejected. A deletion is as destructive as a write.

NameTypeReqDescription
dpop_tokenstringyesOperator proof for this tool.
fieldstringyesThe operator credential field to remove (templated or not).

Structured output declared, but exposes no named fields.

No examples provided.

cypher_delete_patron_credential ~185

Remove a single patron credential field. Deletes one field from stored credentials without affecting other fields. Free. Proof of npub ownership is required — this is a write to the patron's sensitive credential vault.

NameTypeReqDescription
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…
fieldstringyesThe credential field name to remove.
npubstringyesThe patron's Nostr public key (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

cypher_delete_query ~56

Operator-only: delete a catalog entry by key.

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

Structured output declared, but exposes no named fields.

No examples provided.

cypher_execute_query_by_key ~217

Execute a published, parameterized Cypher query by its key. You supply the key of an operator-published query plus its parameters. The operator owns the query text; you never see or write raw Cypher. If the operator has published a query as a named tool (e.g. ``cypher_find_airline_flights``), you can call that directly instead. Billing note: you are charged only for a delivered answer. If the key is unknown, the parameters are invalid, or the query fails, the call raises and your debit is rolled back (no charge for value not delivered).

NameTypeReqDescription
dpop_tokenstring
keystringyesThe published query key (e.g. 'holdings_by_sector').
npubstringRequired. Your Nostr public key (npub1...) for credit billing.
paramsParameters for the query — bound as Cypher $params, never interpolated. Must match the query's declared schema.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_explain_capability ~48

Explain why a capability exists and where it lives.

NameTypeReqDescription
dpop_tokenstring
namestringyesCapability name.
npubstring

No output schema declared.

No examples provided.

cypher_explain_patent_element ~54

Show what a patent reference numeral describes.

NameTypeReqDescription
dpop_tokenstring
npubstring
refintegeryesPatent reference numeral, e.g. 400.

No output schema declared.

No examples provided.

cypher_factory_resolution_stats ~42

Report how issues were located, to measure grep-scope shrinkage.

NameTypeReqDescription
dpop_tokenstring
npubstring

No output schema declared.

No examples provided.

cypher_find_airline_flights ~58

Find airline routes between two cities (named-tool smoke test).

NameTypeReqDescription
dpop_tokenstring
from_citystringyes
npubstring
to_citystringyes

No output schema declared.

No examples provided.

cypher_forget_coupon ~88

Remove a coupon from this patron's redemption list. Cosmetic only — the coupon itself still exists at the operator, and the patron can re-redeem the same code later while the window allows. Free — requires proof of ``npub``.

NameTypeReqDescription
coupon_idstringyes
dpop_tokenstring
npubstringyes

Structured output declared, but exposes no named fields.

No examples provided.

cypher_forget_credentials ~196

Delete vaulted credentials for a specific service and npub. For operator credentials, pass the operator's own npub. For patron credentials, pass the patron's npub. Always requires proof of npub ownership — a deletion is as destructive as a write.

NameTypeReqDescription
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...) whose credentials to forget.
servicestringyesThe credential service to forget.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_get_nostr_profile ~88

Read an npub's public Nostr profile (NIP-01 kind-0 metadata). Free, no proof — the data is already public on relays. Returns the latest metadata fields (name, display_name, about, picture, banner, nip05, website, lud16) or an empty profile if none is published.

NameTypeReqDescription
npubstring

Structured output declared, but exposes no named fields.

No examples provided.

cypher_get_notarization_proof ~70

Generate a Merkle inclusion proof that a patron's balance was included in a Bitcoin-notarized snapshot.

NameTypeReqDescription
notarization_idstringyesThe notarization record ID.
npubstringyesThe patron's Nostr public key (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

cypher_get_operator_onboarding_status ~57

Report this operator's configuration readiness. Shows which operator settings are configured, which are missing, and how to deliver each missing value. For patron-level credential status, use get_patron_onboarding_status instead. Free.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_get_patron_credential_fields ~234

List stored patron credential field names (not values). Returns the names of fields stored for a patron, plus each field's ``delivered_at`` ISO-8601 timestamp when known (null for secrets vaulted before timestamps were recorded). Values are never exposed — use this to verify which fields are configured and how old each one is. Free. Proof of npub ownership is required: the list of configured fields is itself sensitive (reveals which integrations a patron has set up).

NameTypeReqDescription
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 patron's Nostr public key (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

cypher_get_patron_onboarding_status ~138

Report a patron's credential readiness for this operator. For set-once services (eXcalibur, TheBrain), shows which patron secrets are configured and which are missing. For dynamic/OAuth2 services (Schwab), reports that no patron credentials are needed. Free. Proof of npub ownership is required because credential presence is sensitive information about the patron's setup.

NameTypeReqDescription
dpop_tokenstringyesA kind-27235 Nostr event signed by patron_npub for this tool.
patron_npubstringyesThe patron's Nostr public key (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

cypher_get_pricing_model ~51

Get the active pricing model for this operator. Free. If no model exists, self-initializes a scaffold with all registered tools at 0 sats. No economic data from code.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

cypher_get_query ~149

Operator-only: fetch one catalog entry (template + schema + metadata). Includes ``edit_url`` — a one-click deep link into the hosted Neo4j Browser that pre-targets this operator's AuraDB and loads the template in EDIT mode, so the analyst refines it in Neo4j's own UI and saves it back with ``update_query``. Omitted if the operator's Neo4j credentials aren't delivered yet (best-effort; the raw template is always present to paste).

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

Structured output declared, but exposes no named fields.

No examples provided.

cypher_guard_invariant_symbol ~64

Register a symbol an invariant guards.

NameTypeReqDescription
dpop_tokenstring
namestringyesInvariant name.
npubstring
symbol_fqnstringyesA symbol in the invariant's bounded expected set.

No output schema declared.

No examples provided.

cypher_index_symbol ~88

Index a code symbol as belonging to a service.

NameTypeReqDescription
dpop_tokenstring
langstringyesSource language, e.g. 'python', 'swift', 'typescript', 'rust'.
npubstring
repo_namestringyesRepository name.
symbol_fqnstringyesFully-qualified symbol name (per-language normalized).

No output schema declared.

No examples provided.

cypher_invariant_provenance ~48

Explain an invariant and what it guards.

NameTypeReqDescription
dpop_tokenstring
namestringyesInvariant name.
npubstring

No output schema declared.

No examples provided.

cypher_issue_provenance ~71

Fetch an issue's GitHub URLs, fix PRs, and provenance chain for browser click-through.

NameTypeReqDescription
dpop_tokenstring
issue_numberintegeryesGitHub issue number.
npubstring
repo_namestringyesRepository name.

No output schema declared.

No examples provided.

cypher_link_capability_consumer ~63

Record that a service consumes a capability.

NameTypeReqDescription
consumer_repostringyesRepo of a Service that consumes this capability.
dpop_tokenstring
namestringyesCapability name.
npubstring

No output schema declared.

No examples provided.

cypher_link_capability_to_patent ~65

Ground a capability in a patent reference numeral.

NameTypeReqDescription
dpop_tokenstring
namestringyesCapability name.
npubstring
patent_refintegeryesPatent reference numeral the capability is described by.

No output schema declared.

No examples provided.

cypher_link_invariant_to_patent ~66

Ground an invariant in a patent reference numeral.

NameTypeReqDescription
dpop_tokenstring
namestringyesInvariant name.
npubstring
patent_refintegeryesPatent reference numeral the invariant is described by.

No output schema declared.

No examples provided.

cypher_link_issue_to_capability ~79

Attach an issue to the capability it is about.

NameTypeReqDescription
capability_namestringyesCapability the issue is about (from context_pack).
dpop_tokenstring
issue_numberintegeryesGitHub issue number.
npubstring
repo_namestringyesRepository name.

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.