# Multi-Carrier Shipping API — powered by Secureship

Secureship MCP gives AI assistants access to a multi-carrier shipping API covering rate comparison, label generation, package tracking, pickup scheduling, address book management, shipment history, c…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add secureship/docs

# Browse available tools
npx -y @smithery/cli@latest tool list secureship/docs

# Get full schema for a tool
npx -y @smithery/cli@latest tool get secureship/docs get_endpoint_detail

# Call a tool
npx -y @smithery/cli@latest tool call secureship/docs get_endpoint_detail '{}'
```

## Direct MCP Connection

Endpoint: `https://docs--secureship.run.tools`

## Tools (4)

- `get_endpoint_detail` — Get the full schema for a specific Secureship API endpoint — all parameters, request body fields, response format, and …
- `get_auth_info` — Get Secureship API authentication instructions. Call this FIRST before generating any code examples with authentication…
- `search_docs` — Search Secureship API documentation. Use when you need to find endpoints for a specific task (e.g. 'create a shipment',…
- `list_endpoints` — List all Secureship API endpoints, optionally filtered by category. Categories include: carriers, shipment, history, ad…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get secureship/docs <tool-name>
```
