Crawleo Logo

Crawleo

Official Remote Remote

Provides real-time web search and website crawling capabilities with zero data retention.

4 views
0 installs
Updated Jan 14, 2026
Not audited
Provides real-time web search and website crawling capabilities with zero data retention.
  • Obtain your Crawleo API key

    1. Visit https://crawleo.dev and sign in (or sign up for a free account).
    2. Open your dashboard and locate your API keys.
    3. Create or copy an API key. The key will start with sk_. Copy it immediately (it may be shown only once). Store it securely.
  • Enter HTTP header (for remote/hosted MCP at https://api.crawleo.dev/mcp)

    1. In the FastMCP connection interface, click the “Install Now” button to open the add-connection dialog.
    2. Under HTTP Headers (or Headers) add a header:
      • Name: Authorization
      • Value: Bearer YOUR_API_KEY_HERE
        (Replace YOUR_API_KEY_HERE with the key you copied. Include the Bearer prefix and the space.)
    3. Save the connection in FastMCP.
    4. (If your client requires it) Restart the client or start a new session to ensure the header is applied.
    5. Test by invoking a simple web.search (e.g., “search for latest AI news”) to confirm authentication succeeds.
  • Enter environment variable (for local MCP usage — npm/npx/docker)

    1. If you run a local Crawleo MCP (npm / npx / docker), FastMCP’s Install Now dialog can accept ENV entries. Click “Install Now.”
    2. Add an environment variable:
      • Name: CRAWLEO_API_KEY
      • Value: YOUR_API_KEY_HERE
        (Do NOT add the Bearer prefix for the env var — just the raw API key.)
    3. Save the connection.
    4. If using Docker directly, the equivalent is:
      • docker run -e CRAWLEO_API_KEY=your_api_key crawleo-mcp
    5. Restart your local MCP client if required and test a request.
  • Notes & verification

    1. Ensure the API key begins with sk_.
    2. For hosted/remote setups used by Claude/Cursor/Windsurf, the README requires the Authorization header to include the Bearer prefix. Enter exactly Bearer <key>.
    3. For local env usage (CRAWLEO_API_KEY) provide only the key (no Bearer ).
    4. If you get authentication errors: re-check the key, ensure it is quoted if the UI requires quotes, confirm your account/credits at crawleo.dev, and retry.

Quick Start

More for Web Search

View All →

More for Web Scraping

View All →

Similar MCP Servers

Report Issue

Thank you! Your issue report has been submitted successfully.