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-digital]
url = "https://zeq.digital/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zeq-digital": {
"type": "http",
"url": "https://zeq.digital/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zeq-digital
Remote MCP URL: https://zeq.digital/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-digital": {
"url": "https://zeq.digital/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zeq-digital": {
"type": "http",
"url": "https://zeq.digital/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zeq-digital",
"transport": "streamable-http",
"url": "https://zeq.digital/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
zeq_api_catalog— THE MAP - search the FULL public API surface of this Zeq node (557 public endpoints; admin routes are not exposed).zeq_http— THE DOOR - call ANY public /api/* endpoint on this node directly (the full 557-endpoint public surface, not just the curated tools).zeq_spin_up— Spin up your own ZeqVM state machine and get a REAL, account-backed API key.zeq_contract_generate— Draft a state contract from a plain-English description.zeq_contract_templates— List the 316 built-in state-contract templates (id + name) across every industry category.zeq_contract_deploy— Deploy a state contract to your machine.zeq_contract_list— List the state contracts on your machine — id, name, current state, and fire count.zeq_contract_get— Get one contract's full state + definition by id.