Skip to main content
Glama

Crawl4Claude

requirements.txt699 B
# Documentation Scraper Dependencies # Install with: pip install -r requirements.txt # Core scraping framework crawl4ai>=0.6.3 # MCP server functionality fastmcp # Optional: Environment variable loading (for .env files) python-dotenv # Note: The following are built-in Python modules (no installation needed): # - sqlite3 (database operations) # - asyncio (async programming) # - json (JSON handling) # - pathlib (path operations) # - urllib.parse (URL parsing) # - logging (logging functionality) # - argparse (CLI argument parsing) # - subprocess (process execution) # - os, sys (system operations) # - re (regular expressions) # - time, datetime (time operations)

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/dragomirweb/Crawl4Claude'

If you have feedback or need assistance with the MCP directory API, please join our Discord server