Getting Started

This guide walks you through connecting to the InfoTrack MCP Gateway's Stage environment so you can evaluate the integration and test against live authority data. The steps below are intended for individual developer setup during evaluation only.

Step 1: Set up your Environment

  1. Install and run Visual Studio Code
  2. Install the Github Copilot Chat extension from the VSCode Marketplace

Step 2: Connecting to the Gateway

Connecting via OAuth

If your InfoTrack representative has provided you with a Client ID and Client Secret for OAuth authentication:

  1. Open the command palette (Ctrl+Shift+P or Cmd+Shift+P) and select MCP: Add Server
  2. From the dropdown that appears, select the HTTP (HTTP or Server-Sent-Events) option
  3. Enter the URL you have been provided to access the InfoTrack MCP Gateway
  4. Follow the prompts to set a name for your new connection, and choose whether you want to save it to the workspace or globally
  5. When prompted for authentication, enter your Client ID and Client Secret. You will then be presented with a login dialog to the InfoTrack Identity Server. Click on Allow and follow the prompts to open the browser and login to your InfoTrack account
  6. Once authenticated, you will be redirected back to VSCode, and your new MCP Gateway connection will be ready to use

Connecting via API Key or Bearer Token

You can also connect by providing a static credential in the Authorization header. Use an API key generated from your InfoTrack account, or a Bearer token obtained through your own OAuth flow.

  1. Generate an API key from the InfoTrack Searching & Services Website (Settings > API Keys), or obtain a Bearer token via your OAuth flow
  2. In VSCode, open the command palette (Ctrl+Shift+P or Cmd+Shift+P) and select MCP: Open User Configuration
  3. In the configuration file that opens, add a new server entry under the servers section. If using a Bearer token instead of an API key, replace ApiKey with Bearer in the Authorization header:
    {
      "infotrack": {
        "url": "https://<YOUR_MCP_GATEWAY_URL>",
        "type": "http",
        "headers": {
          "Authorization": "ApiKey <YOUR_API_KEY>"
        }
      }
    }

Step 3: Invoking your first MCP Gateway Tool

  1. Toggle open the secondary sidebar (Ctrl+Alt+B)
  2. At the bottom of the sidebar, select Agent from the dropdown menu and choose the LLM model you wish to use
  3. Click the Configure Tools icon, and make sure your InfoTrack MCP is enabled
  4. In the input box at the bottom, enter a prompt that invokes one of the available MCP Tools, such as:
    Order a title search for 123 Main St, Sydney NSW 2000