Skip to main content
Glama

Fetch MCP

by jae-jae
index.ts473 B
import { fetchUrlTool, fetchUrl } from './fetchUrl.js'; import { fetchUrlsTool, fetchUrls } from './fetchUrls.js'; import { browserInstallTool, browserInstall } from './browserInstall.js'; // Export tool definitions export const tools = [ fetchUrlTool, fetchUrlsTool, browserInstallTool ]; // Export tool implementations export const toolHandlers = { [fetchUrlTool.name]: fetchUrl, [fetchUrlsTool.name]: fetchUrls, [browserInstallTool.name]: browserInstall };

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/jae-jae/fetcher-mcp'

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