co.thinair/data✓
co.thinair/data · v2.1.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "co.thinair/data",
"description": "Read-only PostgreSQL, MySQL, SQL Server access via MCP — 24 dialect-aware hosted tools.",
"version": "2.1.3",
"websiteUrl": "https://data.thinair.co",
"remotes": [
{
"type": "streamable-http",
"url": "https://data.thinair.co/mcp",
"headers": [
{
"description": "Paste `Bearer ta_data_...`. Get a key by pasting your database DSN at https://data.thinair.co/connect.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}