We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RichardDillman/seo-audit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "seo-audit-mcp",
"version": "0.1.0",
"description": "MCP server for comprehensive technical SEO audits, optimized for job boards",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx watch src/index.ts",
"test": "vitest",
"lint": "eslint src/**/*.ts",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"seo",
"audit",
"job-board",
"structured-data",
"playwright",
"lighthouse"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0",
"playwright": "^1.40.0",
"fast-xml-parser": "^4.3.0",
"zod": "^3.22.0",
"cheerio": "^1.0.0-rc.12",
"p-limit": "^5.0.0",
"chalk": "^5.3.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.0",
"tsx": "^4.6.0",
"vitest": "^1.0.0",
"eslint": "^8.55.0",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0"
},
"engines": {
"node": ">=18.0.0"
},
"bin": {
"seo-audit-mcp": "./dist/index.js"
}
}