Skip to main content
Glama

ReviewWebsite MCP Server

url_is_alive

Verify if a URL is accessible by checking its status using the ReviewWebsite API. Input the URL, set a timeout, and optionally use a proxy to confirm availability.

Instructions

Check if a URL is alive using ReviewWeb.site API.

Input Schema

NameRequiredDescriptionDefault
api_keyNoYour ReviewWebsite API key
proxyUrlNoProxy URL to use for the request
timeoutNoRequest timeout in milliseconds (default: 10000)
urlYesURL to check if it's alive

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "api_key": { "description": "Your ReviewWebsite API key", "type": "string" }, "proxyUrl": { "description": "Proxy URL to use for the request", "type": "string" }, "timeout": { "description": "Request timeout in milliseconds (default: 10000)", "type": "number" }, "url": { "description": "URL to check if it's alive", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from ReviewWebsite MCP Server

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/mrgoonie/reviewwebsite-mcp-server'

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