Connect your AI assistant to any PostgreSQL, MySQL, or SQL Server database in 60 seconds.
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.
ThinAir Data is part of the ThinAir platform for fleet visibility, analytics, operational search, reporting, and AI-assisted decision support.
The server publishes 10 tools. What each one is for:
list_connections — discoverdescribe_schema — discoverquery_sql — discoverquery_history — builddata_profile — buildcross_db_query — architectdetect_anomalies — architectpii_scan — architectfind_n_plus_one — architectquery_firewall — architectBecause 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.
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.
| Tool | What it does |
|---|---|
| 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 |
{
"mcpServers": {
"thinair-data": {
"url": "https://data.thinair.co/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.