Connectors

    Connect HighQube to any system via REST API or MCP.

    REST API

    A standard JSON REST API for programmatic access to all rate data, contracts, and surcharges. Integrates with any language or platform in minutes.

    • JSON responses
    • API key authentication
    • Real-time rate data
    • Webhook support (coming soon)

    MCP

    Ask your AI assistant about your freight data in plain language. HighQube MCP connects compatible assistants and agents to your ocean rates, carrier contracts, and surcharges, bringing the data you need into the conversation.

    • Ask questions in natural language
    • Retrieve ocean rates, contracts, and surcharges
    • Connect through an MCP-compatible client
    • Use freight data in quoting and audit workflows

    Getting Started with the API

    1

    Request Access

    Sign up on the waitlist and receive your API key via email.

    2

    Authenticate

    Pass your API key in the Authorization header with every request.

    3

    Query Rates

    Call endpoints to retrieve ocean and air rates, contracts, and surcharges in real time.

    4

    Integrate

    Feed the JSON responses directly into your TMS, ERP, rating, or accounting system.

    Example Request
    curl -X GET https://api.highqube.ai/v1/rates/ocean \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "origin": "CNSHA",
        "destination": "USLAX",
        "date": "2026-05-01"
      }'
    Available Endpoints
    GET/v1/rates/ocean
    GET/v1/contracts
    GET/v1/surcharges
    GET/v1/freetime
    POST/v1/rates/query

    Getting Started with MCP

    Model Context Protocol (MCP) is an open standard for connecting AI applications to external tools and data. With HighQube connected, your assistant can retrieve freight data to help answer your questions instead of relying only on its training data. Start with a question such as “What ocean rates are available from Shanghai to Los Angeles for my shipping date?”

    1

    Request MCP Access

    Contact us to enable the MCP connector for your account.

    2

    Connect Your AI Assistant

    Use the connection details provided by HighQube to configure an MCP-compatible assistant or agent.

    3

    Ask About Your Freight Data

    Ask for ocean rates by lane, review carrier contracts, or check surcharges. Your assistant uses HighQube tools to retrieve the relevant data.

    4

    Put the Results to Work

    Use the retrieved data to compare rate options, prepare quotes, and support freight audits and reporting. Review the results before taking action.

    MCP Server Configuration
    {
      "mcpServers": {
        "highqube": {
          "url": "https://mcp.highqube.ai",
          "apiKey": "YOUR_API_KEY",
          "tools": [
            "get_ocean_rates",
            "list_contracts",
            "get_surcharges"
          ]
        }
      }
    }
    Available MCP Tools
    toolget_ocean_rates
    toollist_contracts
    toolget_freetime
    toolget_surcharges
    toolquery_rates

    Ready to connect?

    Join the waitlist to get early API access, or schedule a demo to see HighQube in action.