Skip to main content
Glama

AnyCrawl MCP Server

by any4ai
jest.setup.ts409 B
// Jest setup file // Add any global test setup here // Mock console methods to avoid noise in tests const originalConsole = global.console; beforeAll(() => { global.console = { ...originalConsole, log: jest.fn(), error: jest.fn(), warn: jest.fn(), info: jest.fn(), debug: jest.fn(), }; }); afterAll(() => { global.console = originalConsole; });

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/any4ai/anycrawl-mcp-server'

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