MCP Server
MCP
io.github.rodvan/viralhunt-mcp
Find trending content and schedule posts across social networks via the ViralHunt.io API.
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
By
Comments
Sign in to leave a comment