Skip to main content

Legal AI is complicated.
Connecting it shouldn't be.

 InfoTrack's MCP server connects your AI agent directly to court filing and service of process. No manual data entry. No portal-hopping. No chasing updates. 

The busy work disappears

Your AI agent reads the documents, fills the forms, and submits the filing "automagically". For court filing and service of process

Link

Connect once

Add InfoTrack to your AI client using OAuth 2.0.  Setup takes minutes!

WT-Icon2-01

AI does the work

Your agent calls InfoTrack tools. We extract case data, calculate fees, and handle submission. 
Control-1

You stay in control

Review summaries, confirm submissions, and track progress. All through your AI assistant. 

Configure Your MCP Client

 
Link

Server URL

checkmark

Client credentials

Generate your ClientId and ClientSecret from the InfoTrack Partners Portal. Takes under 2 minutes.
Secure-2

OAuth 2.0

Your MCP client handles authentication automatically. No complex setup required.

 

Connect to InfoTrack MCP

Getting Your Client Credentials

Access the Partners Portal

Navigate to partners.infotrack.com and log in to your account.

Generate Client Credentials

Create a new application and generate your ClientId and ClientSecret. Keep these secure.

OAuth 2.0 Authentication

Your MCP client handles authentication automatically via auth.infotrack.com. Nothing extra to configure.

OAuth 2.0 Details

 Authentication is handled automatically by your MCP client. Token endpoint: https://auth.infotrack.com/oauth/token — scope: api. 

Configure Your MCP Client

 

Add the following to your ~/.cursor/mcp.json file

mcp.json
{
  "mcpServers": {
    "infotrack": {
      "type": "http",
      "url": "https://search.infotrack.com/services/mcp-us-server/mcp",
      "authorization": {
        "type": "oauth2",
        "clientId": "<your-client-id>",
        "clientSecret": "<your-client-secret>",
        "tokenUrl": "https://auth.infotrack.com/oauth/token",
        "scope": "api"
      }
    }
  }
}

 

Add to your VS Code MCP settings

settings.json
{
  "servers": {
    "infotrack": {
      "type": "http",
      "url": "https://search.infotrack.com/services/mcp-us-server/mcp",
      "authorization": {
        "type": "oauth2",
        "clientId": "<your-client-id>",
        "clientSecret": "<your-client-secret>",
        "tokenUrl": "https://auth.infotrack.com/oauth/token",
        "scope": "api"
      }
    }
  }
}

 

Configure Claude Desktop with your InfoTrack MCP server

claude_desktop_config.json
{
  "mcpServers": {
    "infotrack": {
      "type": "http",
      "url": "https://search.infotrack.com/services/mcp-us-server/mcp",
      "authorization": {
        "type": "oauth2",
        "clientId": "<your-client-id>",
        "clientSecret": "<your-client-secret>",
        "tokenUrl": "https://auth.infotrack.com/oauth/token",
        "scope": "api"
      }
    }
  }
}

 

For other MCP-compatible clients, use this standard OAuth 2.0 configuration

config.json
{
  "servers": {
    "infotrack": {
      "type": "http",
      "url": "https://search.infotrack.com/services/mcp-us-server/mcp",
      "authorization": {
        "type": "oauth2",
        "clientId": "<your-client-id>",
        "clientSecret": "<your-client-secret>",
        "tokenUrl": "https://auth.infotrack.com/oauth/token",
        "scope": "api"
      }
    }
  }
}

 

The MCP client will automatically handle the Authorization Code flow, prompting for user consent when needed.


Cursor

Add the following to your ~/.cursor/mcp.json file

mcp.json
{
  "mcpServers": {
    "infotrack": {
      "type": "http",
      "url": "https://search.infotrack.com/services/mcp-us-server/mcp",
      "authorization": {
        "type": "oauth2",
        "clientId": "<your-client-id>",
        "clientSecret": "<your-client-secret>",
        "tokenUrl": "https://auth.infotrack.com/oauth/token",
        "scope": "api"
      }
    }
  }
}

 

VS Code

Add to your VS Code MCP settings

settings.json
{
  "servers": {
    "infotrack": {
      "type": "http",
      "url": "https://search.infotrack.com/services/mcp-us-server/mcp",
      "authorization": {
        "type": "oauth2",
        "clientId": "<your-client-id>",
        "clientSecret": "<your-client-secret>",
        "tokenUrl": "https://auth.infotrack.com/oauth/token",
        "scope": "api"
      }
    }
  }
}

 

Claude

Configure Claude Desktop with your InfoTrack MCP server

claude_desktop_config.json
{
  "mcpServers": {
    "infotrack": {
      "type": "http",
      "url": "https://search.infotrack.com/services/mcp-us-server/mcp",
      "authorization": {
        "type": "oauth2",
        "clientId": "<your-client-id>",
        "clientSecret": "<your-client-secret>",
        "tokenUrl": "https://auth.infotrack.com/oauth/token",
        "scope": "api"
      }
    }
  }
}

 

Other

For other MCP-compatible clients, use this standard OAuth 2.0 configuration

config.json
{
  "servers": {
    "infotrack": {
      "type": "http",
      "url": "https://search.infotrack.com/services/mcp-us-server/mcp",
      "authorization": {
        "type": "oauth2",
        "clientId": "<your-client-id>",
        "clientSecret": "<your-client-secret>",
        "tokenUrl": "https://auth.infotrack.com/oauth/token",
        "scope": "api"
      }
    }
  }
}

 

The MCP client will automatically handle the Authorization Code flow, prompting for user consent when needed.


What's included

Everything litigation teams need to move a case forward

File court documents with confidence

 Select one document or many. InfoTrack prepares them to meet court requirements and submits on your behalf. 

  • Court-ready formatting handled automatically
  • Key details pulled from your documents
  • Submissions completed in minutes, not hours
Quick Look InfoTracks new eFiling Experience video

Developer reference

Everything your agent needs

 Two tool sets cover the full litigation workflow. Connect once and your AI agent handles the rest.