Cariot MCP Server
OfficialGenerates Chart.js configuration data for various chart types (bar, line, pie, doughnut, radar, polarArea) based on input data, enabling visualization of data obtained from other tools.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cariot MCP Serverlist daily reports from last week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cariot MCP Server
A Model Context Protocol (MCP) server with cariot APIs.
Quick Start
Prerequisites
Node.js v22+ (ES modules support)
Cariot API credentials (one of the following):
API Access Key and Secret
ID Token (from Cariot authentication)
Configuration
Add the following configuration to your MCP-enabled client (e.g., Claude Desktop) settings.
Option 1: API Key Authentication (Recommended)
{
"mcpServers": {
"cariot": {
"command": "npx",
"args": ["@cariot-labs/cariot-mcp-server"],
"env": {
"API_ACCESS_KEY": "your-api-access-key",
"API_ACCESS_SECRET": "your-api-access-secret"
}
}
}
}Option 2: ID Token Authentication
{
"mcpServers": {
"cariot": {
"command": "npx",
"args": ["@cariot-labs/cariot-mcp-server"],
"env": {
"ID_TOKEN": "your-id-token"
}
}
}
}Environment Variables
Authentication (one of the following is required):
Variable | Description |
| Cariot API access key (used with |
| Cariot API access secret (used with |
| Cariot ID token for authentication |
Note: If both API key credentials and ID token are provided, API key authentication takes priority.
Optional:
Variable | Description | Default |
| Logging level (debug, info, warn, error) | info |
No Installation Required
npx automatically downloads and runs the server.
Related MCP server: MCP Energy Server
Available Tools
Cariot Tools
analyze_alcohol_checks: Analyze alcohol check results from daily reports to monitor compliance and identify violations.
get_daily_report: Get a specific daily report by daily report number.
get_daily_reports: List daily reports.
get_drivers: List drivers.
get_vehicles: List vehicles.
get_realtime: Get realtime snapshots for devices.
Utility Tools
generate_chart_config: Generate Chart.js configuration data based on input data. Supports bar, line, pie, doughnut, radar, and polarArea chart types. This tool can be used to visualize data obtained from other tools.
Development
Local Development
# Clone repository
git clone https://github.com/CariotInc/cariot-mcp-server.git
cd cariot-mcp-server
npm install
# Test
npm test
# Build
npm run buildLocal Configuration
Using API Key:
{
"mcpServers": {
"cariot": {
"command": "node",
"args": ["/path/to/cariot-mcp-server/dist/index.js"],
"env": {
"API_ACCESS_KEY": "your-access-key",
"API_ACCESS_SECRET": "your-access-secret",
"CARIOT_LOG_LEVEL": "debug"
}
}
}
}License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -license-quality-maintenanceEnables access to Zocialeye's social media analytics API for campaign data analysis. Provides tools to retrieve campaign categories, keywords, word clouds, messages, summary statistics, and top influencers.Last updated
- Alicense-quality-maintenanceProvides access to comprehensive U.S. and international energy data from the EIA API, including electricity, natural gas, petroleum, coal, renewables, CO2 emissions, and energy forecasts.Last updated
- Flicense-qualityDmaintenanceEnables integration with CMP (Connectivity Management Platform) API to query and manage SIM card information, including filtering SIM lists and retrieving detailed SIM card usage statistics.Last updated
- Flicense-qualityDmaintenanceEnables access to Formula 1 data from the openF1.org API, including driver information, race results, lap times, telemetry, pit stops, weather conditions, and live position data across multiple seasons.Last updated
Related MCP Connectors
Access US federal award, recipient, agency, and spending analytics data from USAspending.gov.
Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.
Renders interactive Chart.js charts and dashboards inline in AI conversations.
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/CariotInc/cariot-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server