MCP Server
MCP
io.github.houtini-ai/seo-crawler-mcp
Crawl and analyse websites for SEO errors using Crawlee with SQLite storage
Install
npx -y @houtini/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@houtini/seo-crawler-mcp",
"version": "2.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Directory where crawl results are saved",
"isRequired": true,
"format": "string",
"name": "OUTPUT_DIR"
},
{
"description": "Enable verbose debug logging (set to 'true' to enable)",
"format": "string",
"name": "DEBUG"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment