Próximamente

  1. Create a free MeCrawl account

    Create a free MeCrawl account
  2. Generate an API key from your dashboard

    Generate an API key from your dashboard
  3. Add the MCP server URL to Claude, ChatGPT or any MCP-compatible client

    Add the MCP server URL to Claude, ChatGPT or any MCP-compatible client
  4. Search and export leads using natural language prompts

    Search and export leads using natural language prompts
mcp-client.py
# landing.mockup_code.connect
from mcp import Client
 
client = Client("MeCrawl")
results = client.search(
  query="landing.mockup_code.query",
  rating_min=4.0,
  has_email=True
)
 
# → landing.mockup_code.results
print(results[0])
# {"name": "The Coffee House",
# "phone": "028 7108 8088", ...}