ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use MaintainX with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage work orders, assets, and facility locations via the MaintainX REST API.

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 · 8 capabilities

The complete MaintainX capability set.

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

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 8 available through MaintainX.

  1. 01

    Get asset details

    Get metadata for a specific asset

  2. 02

    Get work order details

    Get details for a specific work order

  3. 03

    List facility locations

    List facility locations

  4. 04

    Update work order status

    G., "DONE", "IN_PROGRESS"). Change the status of a work order

Capability set02 / 02

05-08

4 capabilities in this set.

Part of 8 available through MaintainX.

  1. 05

    List maintenance orders

    Use optional params for filtering. List all work orders

  2. 06

    List team members

    List all users in the MaintainX account

  3. 07

    Create new work order

    Requires title. Create a new maintenance work order

  4. 08

    List maintenance assets

    List all physical assets and equipment

Observed, not estimated

845ms average. Fast in production.

MaintainX is checked daily against the live service.

Daily averagePeak 1016ms
Aug 20Today
Fastest day
704ms
Slowest day
1016ms
14-day trend
Slowing+12%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 8 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 MaintainX, so you can see the experience inside your AI.

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

MaintainX Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_IQWu4LrBgISQyO5B2FFG3HEqbmYBrQUHbpRYVkgs/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 — MaintainX capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "maintainx-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_IQWu4LrBgISQyO5B2FFG3HEqbmYBrQUHbpRYVkgs/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 MaintainX owners ask.

  • 01

    How do I find my MaintainX API Key?

    Log in to your MaintainX account as an admin, navigate to Settings > Integrations, and click 'New Key' to generate your token. Your token is encrypted at rest and injected securely at runtime.

  • 02

    What status codes should I use for work orders?

    Common status codes include 'OPEN', 'IN_PROGRESS', 'DONE', and 'ON_HOLD'. Use the update_work_order_status capability with these values.

  • 03

    Can I see which asset is linked to a work order?

    Yes, when using list_maintenance_orders, you can provide params with include=assets to see linked equipment names in the results.