SitemapKit
SitemapKit is an API and MCP server that discovers and extracts sitemaps from any website. Developers and AI agents use it to get the full URL list of any domain instantly — useful for SEO audits, web crawling, content indexing, and AI workflows.
SitemapKit MCP Server
Model Context Protocol (MCP) server for SitemapKit. Lets any MCP-compatible AI assistant (Claude, Cursor, Windsurf, etc.) discover and extract sitemaps from any website.
Tools
| Tool | Description |
|---|---|
discover_sitemaps | Find all sitemap files for a domain (checks robots.txt, common paths, sitemap indexes) |
extract_sitemap | Extract all URLs from a specific sitemap file |
full_crawl | Discover + extract all URLs across all sitemaps in one call |
Setup
1. Get an API key
Sign up at sitemapkit.com and grab your API key from app.sitemapkit.com/settings/api.
2. Configure your MCP client
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"sitemapkit": {
"command": "npx",
"args": ["sitemapkit-mcp"],
"env": {
"SITEMAPKIT_API_KEY": "your-api-key-here"
}
}
}
}
Cursor
Add to .cursor/mcp.json in your project (or the global ~/.cursor/mcp.json):
{
"mcpServers": {
"sitemapkit": {
"command": "npx",
"args": ["sitemapkit-mcp"],
"env": {
"SITEMAPKIT_API_KEY": "your-api-key-here"
}
}
}
}
Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"sitemapkit": {
"command": "npx",
"args": ["sitemapkit-mcp"],
"env": {
"SITEMAPKIT_API_KEY": "your-api-key-here"
}
}
}
}
Usage examples
Once configured, you can ask your AI assistant:
- "Find all sitemaps for stripe.com"
- "Extract every URL from https://example.com/sitemap.xml"
- "Get the full URL list for shopify.com, up to 5000 URLs"
API limits
Limits depend on your SitemapKit plan. The meta.quota field in each response tells you how many requests you have remaining this month.
Free plan: 20 requests/month Starter: 500 requests/month Pro: 2000 requests/month
License
MIT
Serveurs connexes
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Tether MCP
Prevents AI coding agents from drifting off your architecture — blocks wrong dependencies, enforces file structure, and gives agents persistent memory of your project's rules.
markmap-http-mcp
An MCP server for converting Markdown to interactive mind maps with export support (PNG/JPG/SVG). Server runs as HTTP service.
Prometheus MCP
Expose Prometheus monitoring tools to an LLM for querying and analysis.
Swagger/Postman MCP Server
Ingests and serves Swagger/OpenAPI specifications and Postman collections as MCP tools. Requires a config.json for API and authentication setup.
NHL MCP Server
An MCP server for the NHL API, providing access to all documented endpoints.
QuickChart Server
Generate chart images and URLs using the QuickChart.io API with Chart.js configurations.
Octomind
Create and manage end-to-end tests using the Octomind platform.
Manual Tests MCP Server
A YAML-based server for managing manual test cases with tools for test automation workflows.
Docker MCP server
Manage Docker containers, volumes, and services using natural language commands.
SeaLights
An MCP server for interacting with the SeaLights platform for quality intelligence.