Skip to main content
Glama

MCP Node Fetch

check-status

Verify URL accessibility by sending a HEAD request with a configurable timeout. Use this tool to ensure web resources are reachable and responsive.

Instructions

Check if a URL is accessible (HEAD request)

Input Schema

NameRequiredDescriptionDefault
timeoutNoRequest timeout in milliseconds
urlYesURL to check

Input Schema (JSON Schema)

{ "properties": { "timeout": { "description": "Request timeout in milliseconds", "type": "number" }, "url": { "description": "URL to check", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from MCP Node Fetch

Related Tools

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

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