MCP Server

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.

Learn About MCP

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.

Technical Reference

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.

Bearer Token
OAuth 2.1 + PKCE
Dynamic Client Registration

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_logs

Paginated list with filters (aircraft, pilot, date range), field projection, and cursor pagination

get_flight_log

Get a single flight log by ID

create_flight_log

Create a flight log with full validation; auto-updates aircraft totals

update_flight_log

Partial update of a flight log

delete_flight_log

Delete a flight log (soft history preserved)

batch_create_flight_logs

Create up to 50 logs in one call

batch_delete_flight_logs

Delete up to 50 logs in one call

Aircraft(2 tools)

list_aircraft

All company aircraft with tracking metadata

get_aircraft

Single aircraft by ID

Forms(7 tools)

list_forms

List form templates (optionally include inactive)

get_form

Get a form template by ID

get_form_field_schema

Returns the full field type specification so AI can understand and build forms

create_form

Create a new form template with sections and fields

update_form

Update an existing form template

list_form_completions

Paginated list of completed forms (filterable by form code)

get_form_completion

Get a single form completion

Analytics(1 tool)

aggregate

Server-side aggregation across any collection with groupBy, date ranges, timezone, date grouping, filters, and operations (sum, count, avg, min, max)

Users(2 tools)

list_users

All users in the company

get_user

Single user by UID

MCP Protocol Documentation

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.

Learn About MCP