CrawMcp
by bilginerdem
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDIS_URL | No | Redis connection URL | redis://localhost:6379 |
| S3_REGION | No | S3 region (for MinIO or AWS S3) | us-east-1 |
| MINIO_BUCKET | No | MinIO bucket name | crawl-content |
| RABBITMQ_URL | No | RabbitMQ connection URL | amqp://guest:guest@localhost:5672 |
| MINIO_ENDPOINT | No | MinIO endpoint URL | http://localhost:9000 |
| JOB_TTL_SECONDS | No | Lifetime of job metadata in Redis in seconds | 3600 |
| MINIO_ACCESS_KEY | No | MinIO access key | minioadmin |
| MINIO_SECRET_KEY | No | MinIO secret key | minioadmin |
| CRAWL_RESULT_QUEUE | No | RabbitMQ queue for crawl results | crawl.results |
| CRAWL_REQUEST_QUEUE | No | RabbitMQ queue for crawl requests | crawl.requests |
| CONTENT_BACKSTOP_DAYS | No | Lifecycle safety net for content deletion in days | 1 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/bilginerdem/craw-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server