Skip to main content
Glama

Spider MCP

by Bosegluon2

get_webpage_source

Fetch the raw HTML source code and page data from any webpage by providing its URL. Part of the Spider MCP server for web searching and scraping using crawler technology.

Instructions

Fetch the raw HTML source code and page information of a webpage.

Input Schema

NameRequiredDescriptionDefault
urlYesThe URL of the webpage to get source from. Must be a valid HTTP/HTTPS link.

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "The URL of the webpage to get source from. Must be a valid HTTP/HTTPS link.", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Spider 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/Bosegluon2/spider-mcp'

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