Skip to main content
Glama
ThinAirTelematics

ThinAir Data

Official

ThinAir Data MCP 서버

MCP를 통해 60초 만에 AI 어시스턴트를 모든 PostgreSQL, MySQL 또는 SQL Server 데이터베이스에 연결하세요.

npm version License: MIT

기능

ThinAir Data는 AI 에이전트에게 데이터베이스에 대한 안전한 읽기/쓰기 액세스 권한을 제공하는 Model Context Protocol (MCP) 서버입니다. 별도의 커스텀 백엔드가 필요하지 않습니다.

  • 멀티 데이터베이스 — PostgreSQL, MySQL, SQL Server 지원

  • 보안 — OAuth 2.1 + API 키 인증, 쿼리 샌드박싱

  • 빠른 속도 — 연결 풀링을 통한 저지연 엣지 인프라

  • AI 준비 완료 — 스키마 인트로스펙션, 자연어-SQL 변환

Related MCP server: ThinAir Geo

제품 링크

도구

도구

설명

query

SQL 쿼리를 실행하고 결과를 반환

list_tables

데이터베이스의 모든 테이블 나열

describe_table

테이블의 스키마 및 열 세부 정보 가져오기

list_databases

사용 가능한 데이터베이스/스키마 나열

execute

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

postgresql://user:pass@host:5432/db

MySQL

mysql://user:pass@host:3306/db

SQL Server

sqlserver://user:pass@host:1433/db

사용 예시

연결 후 AI에게 다음과 같이 질문해보세요:

  • "지난 24시간 동안 핑이 없었던 모든 차량을 보여줘"

  • "이번 달 주행 거리 기준 상위 10개 경로는 무엇인가?"

  • "우선순위별로 정렬된 모든 미해결 유지보수 티켓을 나열해줘"

  • "지역별로 활성 운전자가 몇 명인가?"

npm 패키지

npmjs.com/package/@thinairtelematics/data

이전에는 thinair-data로 게시되었으나, 현재는 스코프 패키지로 전환되어 더 이상 사용되지 않습니다.

라이선스

MIT © ThinAir Telematics

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables AI assistants to manage, monitor, and optimize PostgreSQL databases with over 200 specialized tools for operations, security, performance tuning, and diagnostics.
    34
    7
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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