Skip to main content
Glama

MCP Fetch

by JeremyNixon
declare module "applescript" { export function execString( script: string, callback: (err: Error | null, result: unknown) => void, ): void; } declare module "robots-parser" { interface RobotsParser { isAllowed(url: string, userAgent: string): boolean; } export default function (robotsUrl: string, robotsTxt: string): RobotsParser; }

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/JeremyNixon/mcp-fetch'

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