← Back to Plugins
MCP Server MCP

io.github.rodvan/viralhunt-mcp

github By github 👁 1 views ▲ 0 votes

Find trending content and schedule posts across social networks via the ViralHunt.io API.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "viralhunt-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your ViralHunt personal token (vhk_...) from viralhunt.io Account > API Access.",
          "isRequired": true,
          "isSecret": true,
          "name": "VIRALHUNT_API_KEY"
        },
        {
          "description": "Override the API base URL (advanced).",
          "default": "https://viralhunt.io/tool/api/v1",
          "name": "VIRALHUNT_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...