HomeMarketing & E-Commerce › mcp-server

mcp-server

PageRankCafe MCP server: create and post ads, read performance, query platform insights.

TypeScript Cloud macOSWindowsLinux
★ 0 stars Last pushed 2026-09-08 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.3)

npx -y pagerankcafe-mcp@0.1.3

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "pagerankcafe-mcp@0.1.3"
      ],
      "env": {
        "PAGERANKCAFE_API_KEY": "<YOUR_VALUE>",
        "PAGERANKCAFE_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • PAGERANKCAFE_API_KEY required secret — Your PageRankCafe API key, generated at https://pagerankcafe.com/apiKeys after creating an account at https://pagerankcafe.com.
  • PAGERANKCAFE_BASE_URL — API base URL. Override only for testing against a non-production environment.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry