Connect your fleet to your AI

TrackHawk's MCP server lets Claude, ChatGPT, Gemini, and any MCP-enabled assistant answer questions about your vehicles in real time. Read-only. Your existing login. Set up in about a minute.

https://mcp.trackhawkgps.com/mcp

What you can ask

Set it up

Claude

  1. Open claude.ai (or the Claude desktop app) and go to Customize → Connectors.
  2. Click Add custom connector.
  3. Paste https://mcp.trackhawkgps.com/mcp and click Add.
  4. Click Connect and sign in with your TrackHawk account.
  5. In any chat, enable the TrackHawk connector from the tools menu and start asking.

Requires Claude Pro, Max, Team, or Enterprise.

ChatGPT

  1. Open Settings → Connectors → Advanced and enable Developer mode.
  2. Back in Connectors, click Create.
  3. Paste https://mcp.trackhawkgps.com/mcp, set authentication to OAuth, and save.
  4. Sign in with your TrackHawk account when prompted.
  5. 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

  1. In Gemini (Google AI Ultra) or Gemini Enterprise, open the connector / MCP settings.
  2. Add a custom MCP connector.
  3. Paste https://mcp.trackhawkgps.com/mcp as the server URL.
  4. 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

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.