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

# Overview

> Connect AI agents to Seamless.AI with 54 MCP tools across search, research, campaigns, and outreach.

The Seamless.AI [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server lets AI agents search contacts, enrich data, manage lists, run campaigns, send emails, and log calls from your IDE or assistant.

## At a glance

| Surface         | Count                      |
| --------------- | -------------------------- |
| Public REST API | 9 endpoints                |
| MCP tools       | 54 tools across 11 domains |
| MCP resources   | 7 `seamless://` URIs       |

Server URL: `https://mcp.seamless.ai/mcp`

<Note>
  MCP access must be enabled on your account. If you receive *"MCP Server access is not enabled for your account"*, contact your administrator or Seamless.AI support.
</Note>

## Why MCP

* **Agent-native** — Tools are discovered automatically when your client connects; no manual endpoint wiring.
* **Scoped to you** — Every request runs as the authenticated user with license and access checks.
* **Risk-aware** — Each tool is labeled `read`, `write`, or `destructive` so clients can require confirmation before side effects.

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/mcp/quickstart">
    Connect from Claude Desktop in under a minute.
  </Card>

  <Card title="Install" icon="download" href="/mcp/install/cursor">
    Setup guides for Cursor, VS Code, Claude, and more.
  </Card>

  <Card title="Authentication" icon="key" href="/mcp/authentication">
    OAuth 2.1 or API key.
  </Card>

  <Card title="Workflows" icon="route" href="/mcp/workflows">
    Reference recipes for prospecting, campaigns, and digests.
  </Card>
</CardGroup>

## Reference

* [Risk tiers](/mcp/risk-tiers) — What `read`, `write`, and `destructive` mean
* [Access control](/mcp/access-control) — License and Connect requirements by domain
* [Resources](/mcp/resources) — `seamless://` URIs for credits, templates, and config
* [Tools](/mcp/tools/search) — Full tool catalog by domain
