← Registry

AI & Machine Learning

scry.io

Provides SQL-based data interaction with auxiliary AI features like embedding and reranking.

x402 supported2 endpoints6 known toolsFirst detected June 29, 2026Last detected September 18, 2026

ENDPOINT 1

https://mcp.scry.io/mcp

No auth detected

Known tools 6

scry_query

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

Inferred read-only
scry_schema

Return the current Scry schema metadata (tables, views, columns, nullability, and row estimates).

Inferred read-only
scry_rerank

Run the multi-attribute reranker over a SQL candidate set or cached list.

Inferred read-only
scry_embed

Embed text and store it as a named vector (`@handle`) for SQL queries.

Inferred read-only
scry_list_vectors

List stored embedding handles for your API key (requires API key).

Inferred read-only
scry_delete_vector

Delete a stored embedding handle (requires API key).

Potential side effects

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.

ENDPOINT 2

https://api.scry.io/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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://api.scry.io/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "scry-io": {
      "type": "http",
      "url": "https://api.scry.io/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: scry-io
Remote MCP URL: https://api.scry.io/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "scry-io": {
      "url": "https://api.scry.io/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "scry-io": {
      "type": "http",
      "url": "https://api.scry.io/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "scry-io bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "scry-io",
  "transport": "streamable-http",
  "url": "https://api.scry.io/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

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 scry.io was fetched 2026-08-23T12:47:30.195Z and is being refreshed.

Trust status Trusted

scry.io is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.