@mrgoonie/seo-insights-mcp-server
AMCP server package seo-insights-mcp-server
Install
agr install @mrgoonie/seo-insights-mcp-server --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "seo-insights-mcp-server", "version": "1.0.0", "description": "TypeScript Model Context Protocol (MCP) server for SEO Insights. Provides SEO tools for backlinks, keyword research, and traffic analysis. Includes CLI support and extensible structure for connecting AI systems (LLMs) to SEO APIs", "main": "dist/index.js", "types": "dist/index.d.ts", "_moduleNotes": "Although source code uses ESM syntax, the build output target is CommonJS to align with Node.js compatibility and patterns seen in related MCP servers. tsconfig.json's 'module': 'NodeNext' handles the input syntax, while tsc outputs CJS.", "type": "commonjs", "repository": { "type": "git", "url": "https://github.com/mrgoonie/seo-insights-mcp-server.git" }, "bin": { "mcp-server": "./dist/index.js" }, "scripts": { "build": "tsc", "test": "jest --passWithNoTests", "test:coverage": "jest --coverage", "lint": "eslint src --ext .ts --config eslint.config.mjs", "format": "prettier --write 'src//*.ts' 'scripts//.js'", "publish:npm": "npm publish", "update:check": "npx npm-check-updates", "update:deps": "npx npm-check-updates -u && npm install --legacy-peer-deps", "update:version": "node scripts/update-version.js", "dev:server": "DEBUG=true npm run build && node dist/index.js", "dev:server:http": "DEBUG=true npm run build && node dist/index.js --transport http", "dev:cli": "DEBUG=true npm run build && DEBUG=true node dist/index.js", "start:server": "npm run build && npx @modelcontextprotocol/inspector node dist/index.js", "start:server:http": "node dist/index.js --transport http", "start:inspector": "npx @modelcontextprotocol/inspector", "start:cli": "npm run build && node dist/index.js", "inspector": "npx @modelcontextprotocol/inspector" }, "keywords": [ "mcp", "model context protocol", "typescript", "claude", "anthropic", "ai", "boilerplate", "server", "model-context-protocol", "tools", "resources", "tooling", "ai-integration", "mcp-server", "llm", "ai-connector", "external-tools", "cli", "mcp-inspector" ], "author": "", "license": "ISC", "devDependencies": { "@eslint/js": "^9.26.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.2", "@semantic-release/npm": "^12.0.1", "@types/bcrypt": "^5.0.2", "@types/content-type": "^1.1.8", "@types/cors": "^2.8.17", "@types/express": "^5.0.1", "@types/humanize-duration": "^3.27.4", "@types/jest": "^29.5.14", "@types/lodash": "^4.17.16", "@types/node": "^22.15.3", "@typescript-eslint/eslint-plugin": "^8.31.1", "@typescript-eslint/parser": "^8.32.0", "eslint": "^9.26.0", "eslint-config-prettier": "^10.1.2", "eslint-plugin-prettier": "^5.4.0", "jest": "^29.7.0", "nodemon": "^3.1.10", "npm-check-updates": "^18.0.1", "prettier": "^3.5.3", "semantic-release": "^24.2.3", "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "tsc-alias": "^1.8.16", "tsconfig-paths": "^4.2.0", "typescript": "^5.8.3", "typescript-eslint": "^8.32.0" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "dependencies": { "@aws-sdk/client-s3": "^3.806.0", "@aws-sdk/node-http-handler": "^3.374.0", "@modelcontextprotocol/sdk": "^1.11.0", "axios": "^1.9.0", "bcrypt": "^5.1.1", "commander": "^13.1.0", "content-type": "^1.0.5", "cors": "^2.8.5", "dayjs": "^1.11.13", "diginext-utils": "^3.13.8", "dotenv": "^16.5.0", "express": "^5.1.0", "humanize-duration": "^3.32.1", "jimp": "^1.6.0", "lodash": "^4.17.21", "module-alias": "^2.2.3", "zod": "^3.24.3" }, "directories": { "example": "examples" }, "jest": { "preset": "ts-jest", "testEnvironment": "node", "testMatch": [ "/src//.test.ts" ], "collectCoverageFrom": [ "src//*.ts", "!src//.test.ts", "!src/**/.spec.ts" ], "coveragePathIgnorePatterns": [ "/node_modules/", "/dist/", "/coverage/" ], "coverageReporters": [ "text", "lcov", "json-summary" ], "transform": { "^.+\.tsx?$": [ "ts-jest", { "useESM": true } ] }, "moduleNameMapper": { "(.*)\.(js|jsx)$": "$1" }, "extensionsToTreatAsEsm": [ ".ts" ], "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] } }
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- warnType matchbest-effort: server code not analyzed
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-ee8f12522d3f2026-08-06