crawleo-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CRAWLEO_API_KEY | Yes | Your Crawleo API key from crawleo.dev (starts with sk_). Required for authentication. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_webC | Search the web using Crawleo's AI-powered search engine. Returns results with optional AI-enhanced HTML, markdown content, and structured data. |
| crawl_webC | Crawl a specific webpage and extract its content in various formats including Markdown, raw HTML, and AI-enhanced HTML. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: crawl_web targets a specific webpage for content extraction, while search_web performs broader web searches. There is no overlap in functionality, making it easy for an agent to choose the correct tool based on the need for focused crawling versus exploratory searching.
Both tools follow a consistent verb_noun pattern (crawl_web, search_web) with clear, descriptive names that align with their functions. The naming is uniform and predictable, using snake_case throughout without any deviations.
With only two tools, the server feels under-scoped for a web crawling and search domain. While the tools cover basic operations, the lack of additional tools (e.g., for managing crawl sessions, filtering results, or handling errors) limits functionality and may require agents to work around gaps in more complex workflows.
The tool surface is severely incomplete for a web crawling and search server. There are no tools for operations like configuring crawl parameters, managing search history, handling authentication, or processing batch requests, which are common in such domains. This will likely cause agent failures in extended or nuanced tasks.