Skip to main content

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.

Connect Seamless MCP from Claude Desktop. For other clients, see Install.
MCP access must be enabled on your account. See Access control for requirements.
1

Add the server

Open Claude Desktop settings and add an MCP server with URL https://mcp.seamless.ai/mcp, or edit claude_desktop_config.json:
{
  "mcpServers": {
    "seamless": {
      "url": "https://mcp.seamless.ai/mcp"
    }
  }
}
2

Authorize

On first connect, Claude opens a browser window to log in to Seamless.AI and authorize access. Clients without OAuth support need an API key.
3

Run a search

Ask Claude: “Search Seamless for VPs of Sales at SaaS companies in Texas.” The agent calls search_contacts automatically.

Next steps