Connect AI directly to your operations
A native MCP server that lets AI assistants — ChatGPT, Claude, Cursor, Copilot, and any MCP-compatible client — read and write your Fleet Centr data through natural language. No code required.
AI-native, not AI-bolted-on
The MCP server isn't a chatbot widget. It's a protocol-level integration that lets any AI assistant operate on your data with the same permissions as a human user.
Natural Language Queries
"How many inspections were completed last month?" or "What's the maintenance status of truck 14?" — ask your AI assistant and get instant answers from live operations data.
AI-Assisted Data Entry
"Log today's vehicle inspection for the delivery van — all checks passed, no defects." Operational data entered through conversation, not paperwork.
Automated Reporting
Ask for a summary of last quarter's operations and get aggregated metrics, trends, and insights in seconds — no dashboard required.
AI Agents & Automation
Build AI agents that monitor fleet data, flag anomalies, generate compliance reports, and take action — all through the same MCP interface.
Connected in minutes
1
Get your API key
Generate an API key in Fleet Centr under Settings → API Keys, or use OAuth 2.1 with PKCE for dynamic client registration.
2
Configure your MCP client
Add the Fleet Centr MCP endpoint to ChatGPT, Claude Desktop, Cursor, or any MCP-compatible client. One config block and you’re connected.
3
Start asking questions
Your AI assistant now has access to 20 purpose-built tools. Ask about asset usage, create activity logs, run aggregations — in plain English.
MCP Reference
Everything you need to connect an AI assistant to Fleet Centr.
Endpoint
app.fleetcentr.com/mcp
Transport
Streamable HTTP
Rate Limit
120 req/min
Tools
20 available
Authentication
Authenticate with a Bearer token (same API keys as the REST API), or use OAuth 2.1 with PKCE for MCP clients that support dynamic client registration. The server supports RFC 7591 dynamic client registration, PKCE (S256), and token refresh/rotation.
OAuth discovery: https://app.fleetcentr.com/.well-known/oauth-authorization-server
Client Configuration
Add Fleet Centr to your MCP client config. Works with ChatGPT, Claude Desktop, Cursor, Copilot, and any MCP-compatible client.
MCP Client Config (e.g. Claude Desktop)
{
"mcpServers": {
"fleet-centr": {
"url": "https://app.fleetcentr.com/mcp",
"headers": {
"Authorization": "Bearer <your-api-key>"
}
}
}
}20 Available Tools
Flight Logs(7 tools)
list_flight_logsPaginated list with filters (aircraft, pilot, date range), field projection, and cursor pagination
get_flight_logGet a single flight log by ID
create_flight_logCreate a flight log with full validation; auto-updates aircraft totals
update_flight_logPartial update of a flight log
delete_flight_logDelete a flight log (soft history preserved)
batch_create_flight_logsCreate up to 50 logs in one call
batch_delete_flight_logsDelete up to 50 logs in one call
Aircraft(2 tools)
list_aircraftAll company aircraft with tracking metadata
get_aircraftSingle aircraft by ID
Forms(7 tools)
list_formsList form templates (optionally include inactive)
get_formGet a form template by ID
get_form_field_schemaReturns the full field type specification so AI can understand and build forms
create_formCreate a new form template with sections and fields
update_formUpdate an existing form template
list_form_completionsPaginated list of completed forms (filterable by form code)
get_form_completionGet a single form completion
Analytics(1 tool)
aggregateServer-side aggregation across any collection with groupBy, date ranges, timezone, date grouping, filters, and operations (sum, count, avg, min, max)
Users(2 tools)
list_usersAll users in the company
get_userSingle user by UID
Same data, three access patterns
REST API, MCP, and Webhooks all operate on the same data with the same authentication.
Connect your AI to Fleet Centr
One of the first operations and asset management platforms with a native MCP server. Get your API key and connect any AI assistant in minutes.