← zeq.me

INDIVIDUAL MCP TOOL

zeq_reactor

ZeqReactor — recursive, sealed, environment-driven compute loops.

zeq.menone authenticationAvailability not checked

LIVE ENDPOINT

https://zeq.me/api/mcp

No auth detected

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

Indexed 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 server

zeq.me

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-me-api-mcp]
url = "https://zeq.me/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "zeq-me-api-mcp": {
      "type": "http",
      "url": "https://zeq.me/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: zeq-me-api-mcp
Remote MCP URL: https://zeq.me/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-me-api-mcp": {
      "url": "https://zeq.me/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "zeq-me-api-mcp": {
      "type": "http",
      "url": "https://zeq.me/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "zeq-me-api-mcp",
  "transport": "streamable-http",
  "url": "https://zeq.me/api/mcp"
}
MCP Inspector

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

Related tools

  • zeq_hpz — HulyaPulse-Zeqond solver — ONE solver over everything, in natural units where c = ħ = k_B = ε₀ = 1 and time is counted in Zeqonds (f₀ = 1287/1000 Hz exactly, definitional).
  • zeq_hpz_auto — HulyaPulse-Zeqond AUTO — say what you want computed in plain English and it is routed, bound, computed and sealed.
  • zeq_hpz_verify — Verify a sealed HulyaPulse-Zeqond claim WITHOUT trusting the node that produced it.
  • zeq_protect — ZeqPulseGuard — the PROTECT solver: a sealed protection heartbeat.
  • zeq_api_catalog — THE MAP - search the FULL public API surface of this Zeq node (883 public endpoints; admin routes are not exposed).
  • zeq_http — THE DOOR - call ANY public /api/* endpoint on this node directly (the full 883-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.