Skip to main content
The Hostreach MCP server exposes 49 structured tools for campaigns, leads, extractions, messaging, webhooks, templates, valuations, fichas, and scheduling. Your AI agent can call them directly without writing any code.

Auto-configure (easiest)

Install the CLI and run one command to configure your agent:
Restart the agent after adding the server.

Manual configuration

Add to your agent’s MCP config file (~/.cursor/mcp.json, claude_desktop_config.json, etc.):
The MCP server runs via npx — no global install needed. It reads HOSTREACH_API_KEY from the environment.

Available tools

Example prompt

Once the MCP server is connected, try asking your agent:
“Extract 50 rental leads from Valencia on Idealista and update my leads list.”
The agent will call search_locations, start_extraction, poll get_extraction until complete, and then list_leads automatically.