Skip to main content
Glama
client.ts317 B
import { WaterCrawlAPIClient } from '@watercrawl/nodejs'; export const getClient = (apiKey = '') => { const BASE_URL = process.env.WATERCRAWL_BASE_URL || 'https://app.watercrawl.dev'; const API_KEY: string = apiKey || process.env.WATERCRAWL_API_KEY || ''; return new WaterCrawlAPIClient(API_KEY, BASE_URL); };

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/watercrawl/watercrawl-mcp'

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