Auto-configure (easiest)
Install the CLI and run one command to configure your agent: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.