DuckDuckGo MCP Server

by nickclyde
Verified

fetch_content

Fetch and parse content from a webpage URL.

Args: url: The webpage URL to fetch content from ctx: MCP context for logging

Input Schema

NameRequiredDescriptionDefault
urlYes

Input Schema (JSON Schema)

{ "properties": { "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "fetch_contentArguments", "type": "object" }

You must be authenticated.

Other Tools