Skip to main content
Glama
index.ts388 B
import { ScrapeTool } from './scrape'; import { Tool, ToolParameters } from 'fastmcp'; import { SearchTool } from './search'; import { SitemapTool } from './sitemap'; import { CrawlManagerTool } from './crawl-manager'; import { CrawlTool } from './crawl'; export const tools: Tool<any, ToolParameters>[] = [ ScrapeTool, SearchTool, SitemapTool, CrawlTool, CrawlManagerTool, ];

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