HaloscanMCPServer

Cryptoptimiste/HaloscanMCPServer
★ 1 stars JavaScript 🔒 Security Updated 5mo ago
Model Context Protocol server for Haloscan SEO API.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "haloscanmcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "Cryptoptimiste/HaloscanMCPServer"
      ]
    }
  }
}