{ "name": "pagerankcafe-mcp", "version": "0.1.3", "description": "MCP server for PageRankCafe \u2014 the marketing platform for your AI agents. Create and post link, banner, YouTube and press-release ads, read performance, and query platform insights.", "type": "module", "bin": { "pagerankcafe-mcp": "dist/index.js" }, "files": [ "dist", "!dist/test" ], "engines": { "node": ">=20.0.0" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "npm run build && node --test dist/test/*.test.js" }, "keywords": [ "mcp", "model-context-protocol", "pagerankcafe", "advertising", "marketing", "ai-agents", "press-release", "traffic" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.5.4" }, "devDependencies": { "@types/node": "^26.5.0", "typescript": "^7.0.2" }, "homepage": "https://pagerankcafe.com/agents", "repository": { "type": "git", "url": "git+https://github.com/PageRankCafe/mcp-server.git" }, "bugs": { "url": "https://github.com/PageRankCafe/mcp-server/issues" }, "mcpName": "com.pagerankcafe/mcp-server" }