Static REST
Archive and reproduce
Fetch immutable-format JSON or JSONL, validate it against published schemas, and retain exact bytes for your research record.
Public REST · release-bound MCP 1.9.0 · no key
Palimpsest exposes source-bound observations and evidence state, not a magic macro score. The public files and six public MCP tools retain provenance, knowledge clocks, revisions, source coverage and explicit abstentions.
Choose the smallest sufficient surface
Static REST
Fetch immutable-format JSON or JSONL, validate it against published schemas, and retain exact bytes for your research record.
MCP 1.9.0
Let an agent list readings, fetch one bounded signal, inspect evidence desks or query the fixed economic ledger without accepting caller-supplied source URLs.
REST quickstart
curl -sS https://palimpsest.info/readings/china-index-latest.json \
| python3 -m json.tool
The index joins current desks, source states, release monitors, evidence distributions, forecast status and readiness gates without converting them into a true-GDP estimate or causal story.
| Artifact | Use it for | Boundary |
|---|---|---|
| China index | Coverage, source states, releases, current desk metrics and readiness | No broad composite while gates fail |
| Observation manifest | Exact JSONL digest, record count, series and clock coverage | Current rows are the named CFETS family, not the entire registry |
| Observation ledger | Point-in-time aggregate rows with revisions and provenance | Publisher rights remain attached |
| Stock Connect | Official aggregate cross-border turnover and southbound flow | No northbound net estimate; no general capital-market coverage |
| Forecast status | Pseudo-real-time backtest gates and abstentions | Read the artifact; the 24 August snapshot had zero promoted targets |
MCP quickstart
curl -sS https://api.seiche.info/palimpsest/mcp \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc":"2.0",
"id":1,
"method":"tools/call",
"params":{
"name":"query_economic_observations",
"arguments":{
"series_id":"cn.cfets.shibor_on",
"as_of":"2026-08-21T23:59:59Z",
"revision_view":"latest-as-of",
"limit":20
}
}
}'
The tool verifies the fixed manifest’s exact JSONL bytes, digest and record count before parsing. The as_of cutoff applies to both released_at and collected_at, preventing a later-known vintage from leaking into an earlier question.
Checksum verification establishes consistency with the manifest, not publisher identity. Preserve the row’s evidence URL and source ID.
Interpretation contract
What day or interval the observation describes. This is not the collection time.
When a vintage became available. If an exact timestamp is absent, metadata states the conservative substitution.
When Palimpsest knew the vintage. Point-in-time analysis must respect this clock too.
latest-as-of selects the newest vintage knowable by the cutoff, while all retains every visible revision.
Live, observed, adapter-ready, planned, blocked and out-of-scope are not interchangeable.
warming_up is an abstention. It is not a weak directional signal.
Rights and safe reuse
Palimpsest software, schemas and original metadata are MIT-licensed. Source observations retain publisher rights and attribution requirements. Some registered sources are manual, licensed, blocked or out of scope; the API does not imply they have been collected or can be redistributed. Never recruit respondents in China, bypass access controls, or infer restricted microdata from public aggregates.
Read the dataset-by-dataset rights ledger · Inspect source implementation states
Fleet router
Install or inspect the canonical Financial Evidence Agent Skill.
FAQ
Yes. The published REST artifacts and the six release-bound MCP 1.9.0 tools are public and read-only, with no API token required.
REST exposes stable published files and schemas. MCP adds bounded tool discovery and point-in-time filtering over the fixed public ledger. Both return evidence; neither supplies a validated economy-wide forecast.
No. Missing, stale, blocked, planned and not-collected states are distinct. Source silence is not economic contraction or calm. At the 24 August 2026 snapshot the broad composite was warming_up; re-read the current index before citing status.
Use Palimpsest for source-bound China evidence; Seiche for system funding and money or macro-capital transmission; LiquiLens for institution risk; and Undertow for market-exit liquidity.