Skip to main content
Glama
Dorkside

siteone-mcp-server

by Dorkside

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SITEONE_BINNoPath to the SiteOne crawler binary (auto-detected if not set)
SITEONE_OUTPUT_DIRNoWorking directory for crawl outputs (default: current working directory)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
crawl_siteA

Run a full site crawl with SiteOne Crawler. Returns structured JSON with all crawled URLs and their SEO, performance, and security metrics. Use for comprehensive site audits.

crawl_single_pageA

Analyze a single page with SiteOne Crawler. Returns JSON data for just the specified URL. Fast and lightweight — use for quick page-level audits.

generate_sitemapA

Crawl a website and generate an XML sitemap file. Returns the sitemap file path and a crawl summary. Use for SEO audits or submitting sitemaps to search engines.

export_markdownA

Crawl a website and export each page as a markdown file. Returns the export directory path and a crawl summary. Use for content migration, offline analysis, or feeding pages into other tools.

get_crawl_summaryA

Run a quick, shallow crawl and return only high-level statistics: status code distribution, response times, and error counts. Best for fast site health checks before running a full crawl.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Dorkside/siteone-mcp-server'

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