{ "name": "seo-backlinks-mcp", "version": "0.1.2", "mcpName": "io.github.mouhabmzibra-rgb/seo-backlinks", "description": "MCP server for seo-backlinks.net — check domain backlinks, referring domains, and expired domain drops directly from Claude/Cursor/Windsurf", "type": "module", "bin": { "seo-backlinks-mcp": "./dist/index.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "prepublishOnly": "npm run build", "start": "node dist/index.js", "dev": "tsc --watch" }, "keywords": [ "mcp", "modelcontextprotocol", "seo", "backlinks", "claude", "ahrefs-alternative", "domain-rating", "common-crawl", "cursor", "windsurf" ], "author": "Mouhab Mzibra ", "license": "MIT", "homepage": "https://seo-backlinks.net", "repository": { "type": "git", "url": "https://github.com/mouhabmzibra-rgb/mcp-seo-backlinks" }, "bugs": { "url": "https://github.com/mouhabmzibra-rgb/mcp-seo-backlinks/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.6.0" }, "engines": { "node": ">=18" } }