Thinair Data MCP Server

Connect your AI assistant to any PostgreSQL, MySQL, or SQL Server database in 60 seconds.

Remote serverstreamable-http

What is the Thinair Data MCP server?

Connect your AI assistant to any PostgreSQL, MySQL, or SQL Server database in 60 seconds. That is what the thinair data mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

ThinAir Data is part of the ThinAir platform for fleet visibility, analytics, operational search, reporting, and AI-assisted decision support.

  • Multi-database — — PostgreSQL, MySQL, SQL Server in a single session. Cross-database compare with one tool call
  • Read-only by design — — SQL guards, database-session read-only mode where supported, and optional per-connection firewall rules
  • Dialect-aware — — every tool understands SELECT TOP 10 (mssql) vs LIMIT (others) and routes syntax correctly per connection
  • Tiered capability — — 26 tools across 4 tiers: schema introspection, query execution + history, EXPLAIN/optimization, anomaly detection, PII scanning, N+1 detection, query firewall, cross-DB compare, and runtime connection management (add/remove)
  • Connections are managed at runtime — — added per-tenant via the add_connection tool after sign-in. Never an env var or install-time config

The tools it exposes

The server publishes 10 tools. What each one is for:

  • list_connections — discover
  • describe_schema — discover
  • query_sql — discover
  • query_history — build
  • data_profile — build
  • cross_db_query — architect
  • detect_anomalies — architect
  • pii_scan — architect
  • find_n_plus_one — architect
  • query_firewall — architect

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

How it compares

Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Thinair Data's toolset — list_connections, describe_schema, query_sql and 7 more — is a fair guide to whether it matches your workflow. It is maintained by thinairtelematics; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Thinair Data's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 10 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Thinair Data.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
list_connectionsdiscover
describe_schemadiscover
query_sqldiscover
query_historybuild
data_profilebuild
cross_db_queryarchitect
detect_anomaliesarchitect
pii_scanarchitect
find_n_plus_onearchitect
query_firewallarchitect

How to install the Thinair Data MCP server

{
  "mcpServers": {
    "thinair-data": {
      "url": "https://data.thinair.co/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Thinair Data to list connections.
  • Use Thinair Data to describe schema.
  • Use Thinair Data to query sql.

Frequently asked questions

It connects Thinair Data to MCP-compatible AI assistants such as Claude and Cursor, exposing 10 tools (list_connections, describe_schema, query_sql, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Thinair Data directly.