MCP Server Template for Cursor IDE

mcp_fetch

Fetches a website and returns its content

Input Schema

NameRequiredDescriptionDefault
urlYesURL to fetch

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL to fetch", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools