ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use HirePOS with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage your hire and rental business with inventory tracking, booking calendars, and invoice generation for equipment providers.

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

The complete HirePOS capability set.

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

Capability set01 / 05

01-04

4 capabilities in this set.

Part of 17 available through HirePOS.

  1. 01

    Check hirepos status

    Verify connectivity

  2. 02

    Create customer

    Create a customer

  3. 03

    Create hire

    Create a booking

  4. 04

    List categories

    List categories

Capability set02 / 05

05-08

4 capabilities in this set.

Part of 17 available through HirePOS.

  1. 05

    Check item availability

    Check item availability

  2. 06

    Get customer

    Get customer details

  3. 07

    Get hire

    Get hire details

  4. 08

    Get invoice

    Get invoice details

Capability set03 / 05

09-11

3 capabilities in this set.

Part of 17 available through HirePOS.

  1. 09

    Get item

    Get item details

  2. 10

    List availability

    List availability

  3. 11

    List customers

    List customers

Capability set04 / 05

12-14

3 capabilities in this set.

Part of 17 available through HirePOS.

  1. 12

    List hires

    List all hires

  2. 13

    List hires by status

    Filter hires by status

  3. 14

    List invoices

    List invoices

Capability set05 / 05

15-17

3 capabilities in this set.

Part of 17 available through HirePOS.

  1. 15

    List items

    List inventory items

  2. 16

    List items by category

    Filter items by category

  3. 17

    List overdue hires

    List overdue hires

Observed, not estimated

923ms average. Fast in production.

HirePOS is checked daily against the live service.

Daily averagePeak 1121ms
Aug 30Today
Fastest day
780ms
Slowest day
1121ms
14-day trend
Slowing+44%

Connect your client

One URL. Every client.

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

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

HirePOS Connector

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

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

  • 01

    Can I check if a specific item is available for a date range?

    Yes. Use check_item_availability with the Item ID, start date, and end date (YYYY-MM-DD format) to verify if the item is free for that period. Use list_availability for a complete overview of all items and their current availability status.

  • 02

    Can I track overdue rentals that haven't been returned?

    Yes. The list_overdue_hires capability retrieves all rentals past their return date with customer info, item details, and days overdue. Use list_hires_by_status with 'overdue' status for the same result, or filter by 'active', 'returned', or 'pending'.

  • 03

    Can I create a new rental booking through the AI agent?

    Yes. Use create_hire with a JSON payload containing customer ID, item IDs, start date, end date, and any special instructions. Use list_items to browse available equipment and list_customers to find the customer. Use create_customer to add a new customer if needed.