> ## Documentation Index
> Fetch the complete documentation index at: https://freightpop.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started

> Connect your FreightPOP account to an AI client and run your first prompt.

This guide walks you through connecting the FreightPOP MCP Server to an AI client (Claude, ChatGPT) and confirming the connection works.

## Prerequisites

* An active FreightPOP account. If you don't have one yet, [contact sales](https://www.freightpop.com/contact) to get started.
* **MCP access enabled.** An admin needs to turn on the **AI Accessibility** toggle for your user, and for the company, before any AI client can connect. Ask your FreightPOP admin if you're not sure whether this is on.

## How to connect

The FreightPOP MCP Server uses **OAuth 2.0** — the same secure login flow banks and enterprise apps use. You never share your password with the AI client.

<Steps>
  <Step title="Add the FreightPOP connector to your AI client">
    In Claude, FreightPOP is in the connector directory, so it is one click: [add FreightPOP to Claude](https://claude.ai/directory/freightpopmcp). For other AI clients, follow the [client-specific setup guide](/clients/chatgpt).
  </Step>

  <Step title="Sign in through the OAuth popup">
    The first time your AI client calls a FreightPOP tool, a browser popup opens on the FreightPOP login page. Sign in with your normal FreightPOP credentials.
  </Step>

  <Step title="Approve the connection (one-time)">
    Review the requested permissions and click **Approve**. The popup closes automatically. You'll only see this screen the first time — future sessions reuse the approval.
  </Step>

  <Step title="Confirmation">
    Your AI client will now display FreightPOP as a connected tool provider. You're ready to start issuing commands.
  </Step>
</Steps>

## First test prompt

Open a new chat in your AI client and try:

> **"Which carriers do we have set up in FreightPOP?"**

A successful response lists the carriers configured on your account. This is the simplest possible check: it is read-only, needs no input from you, and confirms both the connection and your permissions in one step.

If you see an authentication error or nothing happens, jump to [Troubleshooting](/troubleshooting).

Once that works, try a real lookup:

> **"Track shipment 1234567890 in FreightPOP."**

## Next steps

<CardGroup cols={2}>
  <Card title="Client setup" icon="plug" href="/clients/claude-desktop">
    Detailed setup for each supported AI client.
  </Card>

  <Card title="Available tools" icon="wrench" href="/tools/overview">
    See everything the AI client can do on your behalf.
  </Card>
</CardGroup>
