← scry.io

INDIVIDUAL MCP TOOL

scry_query

Run a SELECT-only SQL query against Scry (scry.* views).

scry.ionone authenticationAvailability not checked

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 endpoint

scry.io

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.scry-io]
url = "https://mcp.scry.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "scry-io": {
      "type": "http",
      "url": "https://mcp.scry.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: scry-io
Remote MCP URL: https://mcp.scry.io/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": {
    "scry-io": {
      "url": "https://mcp.scry.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "scry-io": {
      "type": "http",
      "url": "https://mcp.scry.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "scry-io",
  "transport": "streamable-http",
  "url": "https://mcp.scry.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • scry_schema — Return the current Scry schema metadata (tables, views, columns, nullability, and row estimates).
  • scry_rerank — Run the multi-attribute reranker over a SQL candidate set or cached list.
  • scry_embed — Embed text and store it as a named vector (`@handle`) for SQL queries.
  • scry_list_vectors — List stored embedding handles for your API key (requires API key).
  • scry_delete_vector — Delete a stored embedding handle (requires API key).