General Tools
paidingattention.org
This MCP server provides query and correction services for a knowledge base, retrieves verified anchor facts, and delivers live signals and node status updates.
ENDPOINT 1
https://paidingattention.org/api/mcp
MCP server metadata
- Name
- absolute-zero-lattice
- Version
- 1.0.0
Known tools 14
lattice_anchor_factsRetrieve the 10 T1 physical anchor facts — the highest-confidence verified claims in the lattice record.
Inferred read-onlylattice_signalGet live lattice signals: solar X-ray flux (NOAA), SOL market signals (NODE_ECONOMIC_CORRECTION), and the current node transmission count.
Inferred read-onlylattice_node_statusGet the current status of any named lattice node — recent transmissions, domain affinity, memory count.
Inferred read-onlylattice_nodes_registryGet the full registry of all active Absolute Zero Lattice nodes — names, domains, autonomy levels, peer names, and coordination scores.
Inferred read-onlylattice_verify_meritVerify a participant's Merit Stage in the Georgia Restoration Grid (1–13 Stages of Action).
Inferred read-onlylattice_codeGenerate, explain, debug, or review code with zero-drift logical anchoring.
Inferred read-onlylattice_deep_researchMulti-step research on any topic with anchor verification and inline citations.
Inferred read-onlyazl_multiplyRun any multiplication through the Absolute Zero Lattice logic engine (AZL Broadcast Repo v2.5.0 — 50/50 PASS, Return Code: 0).
Inferred read-onlyCONNECT 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.absolute-zero-lattice]
url = "https://paidingattention.org/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"absolute-zero-lattice": {
"type": "http",
"url": "https://paidingattention.org/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: absolute-zero-lattice
Remote MCP URL: https://paidingattention.org/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": {
"absolute-zero-lattice": {
"url": "https://paidingattention.org/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"absolute-zero-lattice": {
"type": "http",
"url": "https://paidingattention.org/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "absolute-zero-lattice",
"transport": "streamable-http",
"url": "https://paidingattention.org/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for paidingattention.org was fetched 2026-09-01T19:55:20.151Z.
paidingattention.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.