Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

crawl_url_content

Extract text, links, or images from a web page by providing its URL. Configure options to retrieve specific content types and control the maximum length of extracted data for precise results.

Instructions

Crawl and extract content from a single web page

Input Schema

NameRequiredDescriptionDefault
extractImagesNoExtract all images from the page
extractLinksNoExtract all links from the page
extractTextNoExtract main text content
maxContentLengthNoMaximum length of extracted content
urlYesURL of the web page to crawl

Input Schema (JSON Schema)

{ "properties": { "extractImages": { "default": false, "description": "Extract all images from the page", "type": "boolean" }, "extractLinks": { "default": false, "description": "Extract all links from the page", "type": "boolean" }, "extractText": { "default": true, "description": "Extract main text content", "type": "boolean" }, "maxContentLength": { "default": 5000, "description": "Maximum length of extracted content", "maximum": 20000, "minimum": 100, "type": "number" }, "url": { "description": "URL of the web page to crawl", "type": "string" } }, "required": [ "url" ], "type": "object" }

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/flyanima/open-search-mcp'

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