Skip to main content
Glama

ReviewWebsite MCP Server

extract_links

Extract specific types of links from any URL using ReviewWebsite API. Specify link types, quantity, and optional HTTP status codes for detailed web content analysis.

Instructions

Extract links from a URL using ReviewWebsite API.

Input Schema

NameRequiredDescriptionDefault
api_keyNoYour ReviewWebsite API key
autoScrapeInternalLinksNoWhether to automatically scrape internal links
debugNoWhether to enable debug mode
delayAfterLoadNoDelay in milliseconds after page load before extracting links
getStatusCodeNoWhether to get HTTP status codes for each link
maxLinksNoMaximum number of links to return
typeNoType of links to extract
urlYesThe target URL to extract links from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "api_key": { "description": "Your ReviewWebsite API key", "type": "string" }, "autoScrapeInternalLinks": { "description": "Whether to automatically scrape internal links", "type": "boolean" }, "debug": { "description": "Whether to enable debug mode", "type": "boolean" }, "delayAfterLoad": { "description": "Delay in milliseconds after page load before extracting links", "type": "number" }, "getStatusCode": { "description": "Whether to get HTTP status codes for each link", "type": "boolean" }, "maxLinks": { "description": "Maximum number of links to return", "type": "number" }, "type": { "description": "Type of links to extract", "enum": [ "web", "image", "file", "all" ], "type": "string" }, "url": { "description": "The target URL to extract links from", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

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