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

# MCP server

> The hosted Smart Send MCP server: tools, resources, and prompts for AI agents.

Smart Send runs a hosted <Link href="https://modelcontextprotocol.io">Model Context Protocol</Link> <Icon icon="arrow-up-right" size={12} /> (MCP) server at <Link href="https://mcp.smartsend.io">mcp.smartsend.io</Link> <Icon icon="arrow-up-right" size={12} />. It exposes Smart Send's shipping engine to AI agents as a set of tools, read-only resources, and guided prompts. Actions run against your real account and carrier connections.

Authentication is handled with OAuth: an agent signs in with your Smart Send account and you approve access — no API keys to manage.

## Connect

The supported way to use the server today is the [Claude plugin](/ai/claude-plugin), which bundles the connection and the sign-in flow.

<Card title="Install the Claude plugin" icon="comments" href="/ai/claude-plugin" horizontal>
  Book shipments by chatting with Claude in a few commands.
</Card>

## Tools

The server exposes six tools an agent can call:

| Tool                       | What it does                                                                              |
| -------------------------- | ----------------------------------------------------------------------------------------- |
| `find-delivery-options`    | Returns the available carriers, services, and add-ons for a route, with delivery windows. |
| `book-shipment`            | Registers a shipment, then generates its tracking number and documents.                   |
| `search-service-points`    | Locates nearby pickup points and parcel shops.                                            |
| `validate-address`         | Validates up to 100 addresses in a single call.                                           |
| `search-shipments`         | Retrieves previous shipments by a range of criteria.                                      |
| `create-shipment-template` | Saves a reusable shipping configuration for repeat shipments.                             |

## Resources

The server provides read-only resources covering account and team details, available routes, service point information, shipment records, tracking data, saved templates, and downloadable shipping documents. Agents read these to ground their answers in your real data.

## Prompts

Two guided prompts walk an agent through multi-step workflows:

* `book-shipment` — collect the details, choose a service, and confirm before booking.
* `track-shipment` — find a shipment and report its current status.

## Build a custom integration

Prefer to integrate directly? The same shipping capabilities are available through the Smart Send REST API.

<Card title="REST API" icon="terminal" href="/api-reference/introduction" horizontal>
  Authenticate with a token and call the API from any system.
</Card>
