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

# Integrations Overview

> Use Hostreach from AI agents, the terminal, or workflow tools.

Hostreach supports multiple integration modes so you can automate real-estate workflows from wherever you work.

<CardGroup cols={2}>
  <Card title="MCP Server" icon="robot" href="/integrations/mcp">
    Use Hostreach directly inside Cursor, Claude Desktop, or Codex via the Model Context Protocol. No shell required — just ask your agent to extract leads or run a campaign.
  </Card>

  <Card title="CLI" icon="terminal" href="/integrations/cli">
    Call any Hostreach API endpoint from your terminal. Auto-generated from the OpenAPI spec — always in sync. Supports JSON, table, CSV and Markdown output.
  </Card>

  <Card title="Agent Skill" icon="brain" href="/integrations/agent-skill">
    Teach AI coding agents best practices for using Hostreach: workflows, scopes, pagination, polling patterns, and error handling.
  </Card>

  <Card title="REST API" icon="code" href="/api-reference">
    Full OpenAPI reference. 88 endpoints across 12 modules. Authenticate with `X-Api-Key`.
  </Card>
</CardGroup>

## Choosing the right integration

| Scenario                                       | Recommended     |
| ---------------------------------------------- | --------------- |
| Conversational agent (Cursor / Claude Desktop) | **MCP server**  |
| Scripts, CI/CD, pipes, batch jobs              | **CLI**         |
| Custom apps without Node.js                    | **REST API**    |
| Teach an agent about Hostreach workflows       | **Agent Skill** |
