Cariot MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ID_TOKEN | No | Cariot ID token for authentication | |
| API_ACCESS_KEY | No | Cariot API access key (used with API_ACCESS_SECRET) | |
| CARIOT_LOG_LEVEL | No | Logging level (debug, info, warn, error) | info |
| API_ACCESS_SECRET | No | Cariot API access secret (used with API_ACCESS_KEY) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_alcohol_checksA | Analyzes alcohol check results from daily reports. Shows check status (before/middle/after), violations, check rate, and check statistics for drivers within a specified date range. Check rate is calculated based on whether both before and after checks are performed when driving (for past dates) or at least before check is performed (for current date). / 日報からアルコールチェック結果を分析します。指定された日付範囲内のドライバーのチェック状況(前/中/後)、違反、チェック率、およびチェック統計を表示します。チェック率は、運転時に乗車前と乗車後の両方のチェックが実施されているか(前日以前)、または少なくとも乗車前チェックが実施されているか(当日)に基づいて計算されます。 |
| generate_chart_configA | Generates Chart.js configuration data based on input data. Supports bar, line, pie, doughnut, radar, and polarArea chart types. Returns a ChartConfiguration object that can be used directly with Chart.js. IMPORTANT: When using this tool, you MUST embed the EXACT generated ChartConfiguration object in your final response WITHOUT any code block markers (no |
| get_daily_reportC | Retrieves a detailed daily report for a specific date and driver. / 指定された日付とドライバーの日報詳細を取得します。 |
| get_daily_reportsB | Retrieves a list of daily reports for all drivers within a specified date range. / 指定された日付範囲内の全ドライバーの日報をリストで取得します。 |
| get_driversC | Retrieves a list of all drivers' information. / 全ドライバーの情報をリストで取得します。 |
| get_realtimeC | Retrieves real-time information for the specified driver or vehicle. / 指定したドライバーまたは車両のリアルタイム情報を取得します。 |
| get_vehiclesC | Retrieves a list of all vehicles' information. / 全車両の情報をリストで取得します。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/CariotInc/cariot-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server