Skip to main content
Glama

Graphlit MCP Server

Official

webMap

Enumerates web pages below a specified URL using a web sitemap, returning a detailed list of mapped URIs for site analysis or navigation.

Instructions

Enumerates the web pages at or beneath the provided URL using web sitemap. Does not ingest web pages into Graphlit knowledge base. Accepts web page URL as string. Returns list of mapped URIs from web site.

Input Schema

NameRequiredDescriptionDefault
urlYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "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/graphlit/graphlit-mcp-server'

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