← zeqapi.com
INDIVIDUAL MCP TOOL
zeq_spin_up
Spin up your own ZeqVM state machine and get a REAL, account-backed API key.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.zeqapi-com]
url = "https://zeqapi.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zeqapi-com": {
"type": "http",
"url": "https://zeqapi.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zeqapi-com
Remote MCP URL: https://zeqapi.com/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": {
"zeqapi-com": {
"url": "https://zeqapi.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zeqapi-com": {
"type": "http",
"url": "https://zeqapi.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zeqapi-com",
"transport": "streamable-http",
"url": "https://zeqapi.com/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_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.zeq_contract_fire— Fire a contract's next transition now.