INDIVIDUAL MCP TOOL
query_economic_observations
Query the append-only China-economic observation ledger without downloading it whole.
LIVE ENDPOINT
https://api.seiche.info/palimpsest/mcp
Connect to this endpoint to inspect the live schema for query_economic_observations 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.palimpsest]
url = "https://api.seiche.info/palimpsest/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"palimpsest": {
"type": "http",
"url": "https://api.seiche.info/palimpsest/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: palimpsest
Remote MCP URL: https://api.seiche.info/palimpsest/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": {
"palimpsest": {
"url": "https://api.seiche.info/palimpsest/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"palimpsest": {
"type": "http",
"url": "https://api.seiche.info/palimpsest/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "palimpsest",
"transport": "streamable-http",
"url": "https://api.seiche.info/palimpsest/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_signals— List every published signal Palimpsest exposes across its three applications: name, one-line description and source URL for each.get_signal— Read the full latest published reading of one named signal: the raw payload with its generated_at timestamp, method scope and upstream sources, exactly as served on palimpsest.get_newsroom— Read one evidence-first reporting surface without scraping a page or guessing a filename.whats_happening— Judge whether anything is happening in Chinese censorship right now, across every signal at once: the board's own cross-signal verdict with the multiplicity paid for (false-discovery control) and coverage confounds flagged as measurement artifacts, never findings.gfw_reading— Read the Great Firewall's current state at both layers in one call: live network blocking measured inside China via OONI (website, messenger and circumvention-tool reachability) joined with model-layer censorship from the Generative Firewall Index over Chinese LLMs.