crw-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CRW_CONFIG | No | Path to a custom configuration file (e.g., myconfig.toml). | |
| CRW_API_KEY | No | Your API key for authentication with the CRW API server (required for cloud mode). | |
| CRW_API_URL | No | The URL of the CRW API server (e.g., https://fastcrw.com/api). When set, enables cloud mode with web search capabilities. | |
| CRW_SERVER__PORT | No | The port on which the CRW server should run (default is 3000). | |
| CRW_EXTRACTION__LLM__API_KEY | No | API key for the LLM provider (e.g., Anthropic or OpenAI) used for structured extraction. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| crw_scrapeB | Scrape a single URL and return its content as markdown, HTML, or links. Use this to extract content from any web page. |
| crw_crawlA | Start an async crawl of a website. Returns a job ID that can be polled with crw_check_crawl_status. |
| crw_check_crawl_statusB | Check the status of an async crawl job and retrieve results. |
| crw_mapC | Discover URLs on a website by crawling and/or reading its sitemap. |
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/us/crw'
If you have feedback or need assistance with the MCP directory API, please join our Discord server