ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Geotab with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Automate fleet management via Geotab. manage devices, track trips, and monitor vehicle diagnostics directly from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 7 capabilities

The complete Geotab capability set.

These are the exact actions your AI can choose when you ask it to work with Geotab.

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 7 available through Geotab.

  1. 01

    Get feed

    Returns up to 50,000 records and a toVersion token for the next call. Continuously retrieves new or updated data (incremental polling)

  2. 02

    Add entity

    Provide the full entity JSON object. Creates a new entity in the database

  3. 03

    Execute multi call

    Provide a JSON array of call objects, each containing a "method" and "params". Executes multiple API calls in a single HTTP request

  4. 04

    Get count of

    Returns the number of entities matching a search

Capability set02 / 02

05-07

3 capabilities in this set.

Part of 7 available through Geotab.

  1. 05

    Get entity

    Retrieves a list of entities based on search criteria

  2. 06

    Remove entity

    Deletes an entity from the database

  3. 07

    Set entity

    The entity JSON must include the ID of the record being updated. Updates an existing entity

Observed, not estimated

929ms average. Fast in production.

Geotab is checked daily against the live service.

Daily averagePeak 1081ms
Aug 20Today
Fastest day
767ms
Slowest day
1081ms
14-day trend
Slowing+11%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 7 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Geotab, so you can see the experience inside your AI.

It does not authenticate your account with Geotab. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Geotab Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_tvS97hsvJrXvSMyDtFhuKuF2TbWYGFuAKLjkjhr5/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Geotab capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "geotab-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_tvS97hsvJrXvSMyDtFhuKuF2TbWYGFuAKLjkjhr5/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Geotab owners ask.

  • 01

    Can I retrieve a list of all vehicles in my fleet?

    Yes! Use the get_entity capability with typeName set to 'Device'. You can also provide optional search criteria to filter by name or group.

  • 02

    How do I synchronize large amounts of engine data efficiently?

    For high-volume data, use the get_feed capability. It is designed for incremental polling of entities like LogRecord or StatusData, returning a token for the next call to ensure no data is missed.

  • 03

    Is it possible to perform multiple updates at once?

    Yes. The execute_multi_call capability allows you to batch several API methods into a single request, which is faster and more efficient for bulk operations.