acrawl
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| navigateB | Navigate to a URL and get page content as structured markdown (default), plain text, or raw HTML |
| go_backB | Navigate back to the previous page |
| scrollB | Scroll the page up or down |
| switch_tabC | Switch to a different browser tab |
| waitC | Wait for an element or timeout |
| clickC | Click on an element by CSS selector |
| click_atA | Click at specific viewport coordinates (x, y). Use for canvas, maps, SVGs, or elements without stable CSS selectors |
| fill_formC | Fill a form field with a value |
| select_optionC | Select a dropdown option by value |
| hoverC | Hover over an element |
| press_keyC | Press a keyboard key |
| execute_jsC | Execute JavaScript on the page |
| page_mapA | Get comprehensive page structure: headings, landmarks, forms, interactive elements, and links |
| read_contentA | Extract text content from a specific page section by heading name or CSS selector |
| list_resourcesA | List page resources (links, images, forms) |
| screenshotA | Capture a screenshot of the current page or a specific element |
| save_fileC | Save a file to the output directory |
| run_scriptC | Generate and execute a deterministic multi-step script without per-step LLM round-trips |
| script_statusC | Check the status of a running or completed script |
| wait_for_scriptsB | Wait for one or more scripts to finish and collect their results |
| cancel_scriptA | Abort a running script immediately |
| save_scriptB | Save a script definition to disk for later reuse |
| list_scriptsA | List all saved scripts |
| read_scriptB | Read a saved script definition |
| run_goalA | Execute a high-level crawl goal autonomously. The agent plans, navigates, and extracts data using its own LLM loop. Returns structured results when done. Use this for complex multi-page tasks; use individual tools (navigate, click, etc.) for fine-grained control. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mingye-Lu/AgenticCrawler'
If you have feedback or need assistance with the MCP directory API, please join our Discord server