ThinAir Data
OfficialThinAir Data MCP 서버
MCP를 통해 60초 만에 AI 어시스턴트를 모든 PostgreSQL, MySQL 또는 SQL Server 데이터베이스에 연결하세요.
기능
ThinAir Data는 AI 에이전트에게 데이터베이스에 대한 안전한 읽기/쓰기 액세스 권한을 제공하는 Model Context Protocol (MCP) 서버입니다. 별도의 커스텀 백엔드가 필요하지 않습니다.
멀티 데이터베이스 — PostgreSQL, MySQL, SQL Server 지원
보안 — OAuth 2.1 + API 키 인증, 쿼리 샌드박싱
빠른 속도 — 연결 풀링을 통한 저지연 엣지 인프라
AI 준비 완료 — 스키마 인트로스펙션, 자연어-SQL 변환
Related MCP server: ThinAir Geo
제품 링크
데이터베이스 연결: https://data.thinair.co/connect
도구
도구 | 설명 |
| SQL 쿼리를 실행하고 결과를 반환 |
| 데이터베이스의 모든 테이블 나열 |
| 테이블의 스키마 및 열 세부 정보 가져오기 |
| 사용 가능한 데이터베이스/스키마 나열 |
| INSERT, UPDATE, DELETE 문 실행 |
빠른 시작
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json에 추가하세요:
{
"mcpServers": {
"thinair-data": {
"command": "npx",
"args": ["-y", "@thinairtelematics/data"],
"env": {
"THINAIR_API_KEY": "your-api-key",
"DATABASE_URL": "postgresql://user:pass@host:5432/dbname"
}
}
}
}Cursor / Windsurf / 기타 MCP 클라이언트
{
"mcpServers": {
"thinair-data": {
"command": "npx",
"args": ["-y", "@thinairtelematics/data"],
"env": {
"THINAIR_API_KEY": "your-api-key",
"DATABASE_URL": "postgresql://user:pass@host:5432/dbname"
}
}
}
}원격 / 스트리밍 HTTP
{
"mcpServers": {
"thinair-data": {
"type": "http",
"url": "https://data.thinair.co/mcp",
"headers": {
"Authorization": "Bearer your-api-key"
}
}
}
}지원되는 데이터베이스
데이터베이스 | 연결 문자열 형식 |
PostgreSQL |
|
MySQL |
|
SQL Server |
|
사용 예시
연결 후 AI에게 다음과 같이 질문해보세요:
"지난 24시간 동안 핑이 없었던 모든 차량을 보여줘"
"이번 달 주행 거리 기준 상위 10개 경로는 무엇인가?"
"우선순위별로 정렬된 모든 미해결 유지보수 티켓을 나열해줘"
"지역별로 활성 운전자가 몇 명인가?"
npm 패키지
npmjs.com/package/@thinairtelematics/data
이전에는
thinair-data로 게시되었으나, 현재는 스코프 패키지로 전환되어 더 이상 사용되지 않습니다.
라이선스
MIT © ThinAir Telematics
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables secure, AI-driven PostgreSQL database administration, observability, and querying with support for extensions like PostGIS and pgvector, connection pooling, and advanced tool filtering.8212MIT

ThinAir Geoofficial
AlicenseAqualityCmaintenanceLocation & routing intelligence for AI agents — geocoding, truck routing, traffic, weather, and place search.3619111MIT- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to manage, monitor, and optimize PostgreSQL databases with over 200 specialized tools for operations, security, performance tuning, and diagnostics.347MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to connect to and interact with PostgreSQL, MySQL, SQLite, and MongoDB databases through natural language, supporting schema exploration, query execution, data export, and more.MIT
Related MCP Connectors
Query PostgreSQL databases in plain English — LLM-generated, safety-validated SQL.
Generate realistic, FK-consistent synthetic test data for your databases from your AI assistant.
The agent-native cloud: database, functions, AI, storage, computers. 50 tools, one API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ThinAirTelematics/thinair-data'
If you have feedback or need assistance with the MCP directory API, please join our Discord server