INDIVIDUAL MCP TOOL
zeq_domain_match
Given a paper (canonical id) or any text, return which of the 67 Zeq operator domains it plausibly falls in, with the exact vocabulary terms that fired as evidence.
LIVE ENDPOINT
https://zeqond.com/api/mcp
Connect to this endpoint to inspect the live schema for zeq_domain_match 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
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.zeqond-com-api-mcp]
url = "https://zeqond.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zeqond-com-api-mcp": {
"type": "http",
"url": "https://zeqond.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zeqond-com-api-mcp
Remote MCP URL: https://zeqond.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": {
"zeqond-com-api-mcp": {
"url": "https://zeqond.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zeqond-com-api-mcp": {
"type": "http",
"url": "https://zeqond.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zeqond-com-api-mcp",
"transport": "streamable-http",
"url": "https://zeqond.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 (674 public endpoints; admin routes are not exposed).zeq_http— THE DOOR - call ANY public /api/* endpoint on this node directly (the full 674-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 321 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.