← doublezero.xyz

INDIVIDUAL MCP TOOL

execute_cypher

Execute a Cypher query against the Neo4j graph database.

doublezero.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://data.doublezero.xyz/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for execute_cypher and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests code or command execution.

Parent server

doublezero.xyz

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.doublezero]
url = "https://data.doublezero.xyz/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "doublezero": {
      "type": "http",
      "url": "https://data.doublezero.xyz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: doublezero
Remote MCP URL: https://data.doublezero.xyz/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "doublezero": {
      "url": "https://data.doublezero.xyz/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "doublezero": {
      "type": "http",
      "url": "https://data.doublezero.xyz/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "doublezero",
  "transport": "streamable-http",
  "url": "https://data.doublezero.xyz/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • check_edge_access — Check whether a DoubleZero user payer pubkey is authorized for a given receiving IP by looking up its access pass onchain (via the doublezero CLI).
  • execute_sql — Execute a SQL query directly against the ClickHouse database.
  • get_onboarding_runbook — Start a guided onboarding walkthrough for connecting to a DoubleZero service.
  • get_schema — Get the database schema for the current environment.
  • read_docs — Read DoubleZero documentation to answer questions about concepts, architecture, setup, troubleshooting, or how the network works.