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. |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| crw_scrapeA | Scrape one URL to markdown, HTML, or links. |
| crw_crawlA | Start an async site crawl; returns a job id to poll with crw_check_crawl_status. |
| crw_check_crawl_statusA | Poll an async crawl job and retrieve its pages. |
| crw_mapA | Discover URLs on a site via sitemap and/or a short crawl. Returns a URL list only, no page content. |
| crw_extractA | Extract structured JSON from URLs via a prompt and/or JSON schema. Async job — poll crw_check_extract_status with the returned id. Needs an LLM. |
| crw_check_extract_statusA | Poll an extract job; returns status and, when complete, a per-URL results array. |
| crw_cancel_extractA | Request cancellation of an extract job. Returns the canonical status; cancelling remains non-terminal until the claimed URL settles. |
| crw_parse_fileA | Parse a local PDF (base64 in contentBase64) to markdown. No OCR: scanned PDFs return empty markdown with a warning. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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