mcpbeat Sign in
I

SQAI — deterministic, read-only structured data MCP Server

local only

SQAI — deterministic, read-only structured data runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

SQAI MCP server — three governed, deterministic, read-only data tools. Free login to execute.

Installs / week
npm · @thyn-ai/sqai-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check SQAI — deterministic, read-only structured data every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sqai -- npx -y @thyn-ai/sqai-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sqai": {
      "args": [
        "-y",
        "@thyn-ai/sqai-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sqai]
command = "npx"
args = ["-y", "@thyn-ai/sqai-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sqai": {
      "args": [
        "-y",
        "@thyn-ai/sqai-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sqai": {
      "args": [
        "-y",
        "@thyn-ai/sqai-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SQAI_API_KEY (API key for licensing / API mode (semantics owned by @thyn-ai/sqai). Introspection (initialize/tools/list) needs no credentials; executing tools requires a free community login (`sqai login` device registration) or this key — fully offline thereafter.), SQAI_DEPLOYMENT_URL (Private deployment endpoint; selects deployment mode when present. Optional.), SQAI_SOURCES (JSON array of SqaiSourceInput (path/URL string, array of row objects, or { "data": …, "name": "…" }). Sources connect lazily on the first tool call. Optional.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SQAI — deterministic, read-only structured data

same job, measured the same way
X402 Dataviz MCP
by liminalpepe

Free MCP server: render bar/line/area charts to SVG from structured data.

29 installs/wk local only
Runtime
by formatho

Self-hosted MCP server: 26 deterministic dev, security, and EVM tools.

26 tools answering
Quellgeist Logs
by rajeev-shyam

Read-only MCP server: query_logs over a structured JSONL incident log (Quellgeist triage).

local only
Charactercheck
by chaoz23

Read-only CharacterCheck MCP server for deterministic character context with provenance and trust.

181 installs/wk local only
Patient Services
by takident

MCP server exposing structured data and tools for Taki Dent Patient Services (takident.com).

12 tools answering
I
Agentic OS
by jarroslav

Read-only, never-executing MCP server for the agentic-os governance, SDLC, and QE methodology.

52 installs/wk local only
Gramps Web MCP
by scormave

MCP server for structured access to Gramps Web genealogy data

local only
Copilot Datagate
by afurlane

Policy-driven, read-only MCP server for safe database access from AI tools.

25 installs/wk local only

SQAI — deterministic, read-only structured data — questions

Answers built from our own checks of this server.

Why is there no uptime for SQAI — deterministic, read-only structured data?
SQAI — deterministic, read-only structured data runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @thyn-ai/sqai-mcp.
How do I connect SQAI — deterministic, read-only structured data?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @thyn-ai/sqai-mcp straight from npm; nothing to host, nothing to sign up for.
Is SQAI — deterministic, read-only structured data open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.