Databases
doublezero.xyz
Provides database query execution and schema retrieval for Neo4j and ClickHouse, along with network access checks for DoubleZero services.
ENDPOINT 1
https://data.doublezero.xyz/api/mcp
MCP server metadata
- Name
- doublezero
- Version
- 1.0.0
IMPORTANT: Always call get_schema before writing SQL or Cypher queries to understand the available tables, columns, and their types. Do not assume table or column names. All tools are read-only and can be called concurrently.
Known tools 6
check_edge_accessCheck whether a DoubleZero user payer pubkey is authorized for a given receiving IP by looking up its access pass onchain (via the doublezero CLI).
Inferred read-onlyget_onboarding_runbookStart a guided onboarding walkthrough for connecting to a DoubleZero service.
Inferred read-onlyread_docsRead DoubleZero documentation to answer questions about concepts, architecture, setup, troubleshooting, or how the network works.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.