What you can ask
- Where are my trucks right now?
- Who braked hard this week?
- Which vehicles idled the most last month?
- Any anomalies in the fleet this week?
- Is anything due for maintenance?
- Which drivers are speeding the most?
Set it up
Claude
- Open claude.ai (or the Claude desktop app) and go to Customize → Connectors.
- Click Add custom connector.
- Paste
https://mcp.trackhawkgps.com/mcpand click Add. - Click Connect and sign in with your TrackHawk account.
- In any chat, enable the TrackHawk connector from the tools menu and start asking.
Requires Claude Pro, Max, Team, or Enterprise.
ChatGPT
- Open Settings → Connectors → Advanced and enable Developer mode.
- Back in Connectors, click Create.
- Paste
https://mcp.trackhawkgps.com/mcp, set authentication to OAuth, and save. - Sign in with your TrackHawk account when prompted.
- In a chat, pick the TrackHawk connector from the tools menu.
The full tool set needs developer mode. Without it (and in deep research), ChatGPT can still search and read your fleet through the connector's search tools.
Gemini
- In Gemini (Google AI Ultra) or Gemini Enterprise, open the connector / MCP settings.
- Add a custom MCP connector.
- Paste
https://mcp.trackhawkgps.com/mcpas the server URL. - Sign in with your TrackHawk account when prompted.
Requires Google AI Ultra or Gemini Enterprise.
Other MCP clients
Any client that speaks MCP over Streamable HTTP with OAuth works - Cursor, VS Code, Windsurf, and friends. Point it at the server URL:
{
"mcpServers": {
"trackhawk": {
"url": "https://mcp.trackhawkgps.com/mcp"
}
}
}
Claude Code:
claude mcp add --transport http trackhawk https://mcp.trackhawkgps.com/mcp
Your client opens a browser window to sign you in with your TrackHawk account - no API keys to manage.
Secure by design
- Your login, not a new one. Sign-in uses OAuth 2.1 - your AI assistant never sees your TrackHawk password.
- Read-only. The AI can view fleet data but cannot send commands or change anything.
- Your permissions apply. Sub-users see exactly what the TrackHawk app lets them see.
- Revoke anytime. Disconnect from your AI client's connector settings and access ends immediately.
FAQ
Is my fleet data safe?
Yes. Access is granted through OAuth 2.1 with your existing TrackHawk account, every request is permission-checked exactly like the app, everything is read-only, and you can revoke access from your AI client at any time.
Does it cost anything?
It's included with your TrackHawk subscription. Your AI assistant may have its own plan requirements (for example, Claude custom connectors need a paid Claude plan).
What can't it do?
It cannot send commands, edit geofences, change automations, or modify anything else. It is read-only by design.
Who on my account can connect?
Anyone with a TrackHawk login. Each person sees only what their role and permissions allow in the app.
Which AI plans support this?
Claude Pro/Max/Team/Enterprise, ChatGPT with developer mode, Gemini AI Ultra or Gemini Enterprise, and any other MCP-enabled client.