← zeq.dev
INDIVIDUAL MCP TOOL
zeq_list_operators
List available Zeq.dev physics operators for a given domain, or list all 64 domains.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.zeq-dev]
url = "https://zeq.dev/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zeq-dev": {
"type": "http",
"url": "https://zeq.dev/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zeq-dev
Remote MCP URL: https://zeq.dev/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": {
"zeq-dev": {
"url": "https://zeq.dev/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zeq-dev": {
"type": "http",
"url": "https://zeq.dev/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zeq-dev",
"transport": "streamable-http",
"url": "https://zeq.dev/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
zeq_compute— Compute physics results using the Zeq.dev HulyaSync framework.zeq_pulse— Get the current ZeqPulse state — live Zeqond counter, HulyaPulse phase φ, and R(t) value.zeq_verify— Verify a ZeqProof HMAC returned by zeq_compute.zeq_lattice— Compute a ZeqLattice — a multi-node coherence grid.zeq_shift— Compute a ZeqShift — a deterministic forward time-series projection of R(t) across up to 64 Zeqond steps.zeq_field_status— Query the ZeqField security system status — cipher algorithm, key source, and protocol versions.