> ## 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.

# Available Tools

> Every tool the FreightPOP MCP Server exposes to your AI client.

The FreightPOP MCP Server exposes twelve tools to your AI client, grouped by domain. Read-only tools retrieve data and never change anything in your account. **Write tools** create, modify, or cancel real records in your FreightPOP account, and your AI client asks you to confirm before calling them.

<CardGroup cols={2}>
  <Card title="Tracking" icon="location-dot" href="/tools/tracking">
    Look up shipment tracking and full shipment details.
  </Card>

  <Card title="Quoting" icon="dollar-sign" href="/tools/quoting">
    Compare rates and see which carriers are available.
  </Card>

  <Card title="Shipping" icon="truck" href="/tools/shipping">
    Book and cancel real shipments (write, requires confirmation).
  </Card>

  <Card title="Orders" icon="file-lines" href="/tools/orders">
    Import orders into FreightPOP (write, requires confirmation).
  </Card>

  <Card title="Addresses" icon="location-check" href="/tools/addresses">
    Validate and standardize a shipping address.
  </Card>

  <Card title="Warehouse" icon="warehouse" href="/tools/warehouse">
    Look up WMS inventory, picking status, and receipts.
  </Card>

  <Card title="Packaging" icon="box" href="/tools/packaging">
    Auto-calculate shipment packaging from addresses and items.
  </Card>
</CardGroup>

## Full tool list

Every tool the server exposes, with the exact name your AI client sees. Tool names are case-sensitive.

| Tool                              | Type      | Page                                                        |
| --------------------------------- | --------- | ----------------------------------------------------------- |
| `get_tracking`                    | Read-only | [Tracking](/tools/tracking#get-tracking)                    |
| `freightpop_get_shipment_details` | Read-only | [Tracking](/tools/tracking#freightpop-get-shipment-details) |
| `get_rates`                       | Read-only | [Quoting](/tools/quoting#get-rates)                         |
| `get_carriers`                    | Read-only | [Quoting](/tools/quoting#get-carriers)                      |
| `freightpop_create_shipment`      | **Write** | [Shipping](/tools/shipping#freightpop-create-shipment)      |
| `freightpop_cancel_shipment`      | **Write** | [Shipping](/tools/shipping#freightpop-cancel-shipment)      |
| `freightpop_import_orders`        | **Write** | [Orders](/tools/orders#freightpop-import-orders)            |
| `freightpop_validate_address`     | Read-only | [Addresses](/tools/addresses#freightpop-validate-address)   |
| `get_wms_inventory_by_item`       | Read-only | [Warehouse](/tools/warehouse#get-wms-inventory-by-item)     |
| `search_wms_picking_status`       | Read-only | [Warehouse](/tools/warehouse#search-wms-picking-status)     |
| `search_wms_receipts`             | Read-only | [Warehouse](/tools/warehouse#search-wms-receipts)           |
| `get_packaging_rules`             | Read-only | [Packaging](/tools/packaging#get-packaging-rules)           |

Nine tools are read-only and three are write tools. Your AI client asks you to confirm before calling any write tool.
