Catalog
io.github.dgtalquantumleap-ai/ebenova-insights
OfficialReddit and Nairaland keyword monitoring with AI reply drafts.
Track keyword mentions on Reddit and Nairaland with AI-assisted reply generation.
README not available yet.
Install
Configuration
Environment variables
EBENOVA_API_KEYrequiredsecretEbenova API key from ebenova.dev/dashboard
claude_desktop_config.json
{
"mcpServers": {
"ebenova-insights": {
"command": "npx",
"args": [
"-y",
"@ebenova/insights-mcp@1.0.4"
],
"env": {
"EBENOVA_API_KEY": "<YOUR_EBENOVA_API_KEY>"
}
}
}
}