
Data
co.thinair/data is an MCP server that provides read-only PostgreSQL, MySQL, and SQL Server access through 24 dialect-aware hosted tools.
About
co.thinair/data is a hosted MCP server that lets developers point an AI assistant at real relational data using credentials derived from a database DSN. Instead of exporting CSVs or writing one-off scripts, you register the remote with a Bearer ta_data_ key and let the agent run dialect-aware, read-only operations across PostgreSQL, MySQL, and SQL Server. The catalog positions 24 tools, which signals breadth for schema exploration, querying, and analysis-style tasks rather than a single generic SQL passthrough. That fits SaaS operators who need fast answers from staging or production read replicas while building dashboards, debugging customer issues, or validating migrations. It is not a replacement for ORMs or migration frameworks; it is an agent integration with an explicit read-only contract and secret header requirements.
- 24 dialect-aware hosted MCP tools for read-only database work
- PostgreSQL, MySQL, and SQL Server in one remote endpoint
- Bearer auth via DSN-derived key from https://data.thinair.co/connect
- Streamable HTTP at https://data.thinair.co/mcp
- Read-only access model reduces accidental mutation risk
Data by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http data https://data.thinair.co/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
What it does
Give your agent read-only, dialect-aware SQL access to PostgreSQL, MySQL, or SQL Server through ThinAir’s hosted MCP without opening write paths to production.
Who is it for?
Best when you have an existing SQL database and want MCP-driven schema and query help without granting write access.
Skip if: Greenfield projects with no database yet, teams that need mutations/ETL writes, or shops standardizing on document-only data stores.
What you get
After you connect your DSN and add the MCP remote, your assistant can run read-only, engine-aware database operations through ThinAir’s hosted tools.
- Registered read-only MCP connection to your relational database
- Agent-usable dialect-aware SQL and metadata operations (24 tools)
- Faster schema and data questions without custom internal APIs
By the numbers
- 24 dialect-aware hosted tools
- 3 database engines: PostgreSQL, MySQL, SQL Server
- Server version 2.1.3
Recommended MCP Servers
How it compares
Hosted read-only SQL MCP bridge—not a local Postgres skill or full ORM codegen workflow.
FAQ
Who is co.thinair/data for?
Developers and small teams running PostgreSQL, MySQL, or SQL Server who want agents to query and explore data read-only via MCP.
When should I use co.thinair/data?
Use it while building or operating a data-backed app when you need fast, dialect-correct SQL assistance tied to a real DSN.
How do I add co.thinair/data to my agent?
Paste your database DSN at https://data.thinair.co/connect, copy the Bearer ta_data_ key, set the Authorization header on https://data.thinair.co/mcp, and register the remote in your MCP client.