Docs

Scry documentation

How to connect over MCP, write read-only SQL against the archive, and use vectors — plus the schema, freshness, and provenance reference.

Start here

  • ConnectionScry is an MCP server at https://mcp.scry.io. Add the URL to Claude Code, Codex, ChatGPT, Claude.ai, or Cursor and approve the sign-in; per-client steps.
  • First queryThe agent calls scry_context once, scry_schema before SQL, then scry_query with a LIMIT. Rows come back with their sources.
  • HTTP APIWithout an MCP client, call GET /v1/scry/context, GET /v1/scry/schema, then POST /v1/scry/query with Content-Type: text/plain and a bearer key.

Reference