Skip to main content
Glama

DuckDuckGo Search MCP

by OEvortex

fetch-url

Extract and return content from any URL as text, with options to adjust length, focus on main content, and include or exclude links, images, or specific tags.

Instructions

Fetch the content of a URL and return it as text, with options to control extraction

Input Schema

NameRequiredDescriptionDefault
excludeTagsNoTags to exclude from extraction (default: script, style, etc.)
extractMainContentNoWhether to attempt to extract main content (default: true)
includeImagesNoWhether to include image alt text (default: true)
includeLinksNoWhether to include link text (default: true)
maxLengthNoMaximum length of content to return (default: 10000)
urlYesThe URL to fetch

Input Schema (JSON Schema)

{ "properties": { "excludeTags": { "description": "Tags to exclude from extraction (default: script, style, etc.)", "items": { "type": "string" }, "type": "array" }, "extractMainContent": { "default": true, "description": "Whether to attempt to extract main content (default: true)", "type": "boolean" }, "includeImages": { "default": true, "description": "Whether to include image alt text (default: true)", "type": "boolean" }, "includeLinks": { "default": true, "description": "Whether to include link text (default: true)", "type": "boolean" }, "maxLength": { "default": 10000, "description": "Maximum length of content to return (default: 10000)", "maximum": 50000, "minimum": 1000, "type": "integer" }, "url": { "description": "The URL to fetch", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from DuckDuckGo Search MCP

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/OEvortex/ddg_search'

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