Catalog
io.github.darylerivers/nicheiqs
Officialby darylerivers · JavaScript
Score any market niche 0-100. Analyzes Reddit pain signals, Google Trends, and competition level.
Score market niches by analyzing Reddit signals, Google Trends, and competition.
README not available yet.
Install
Configuration
Environment variables
NICHE_ENGINE_API_KEYrequiredsecretYour NicheIQs API key. Get one at https://nicheiqs.com/dashboard
NICHE_ENGINE_BASE_URLAPI base URL. Defaults to https://nicheiqs.com
claude_desktop_config.json
{
"mcpServers": {
"nicheiqs": {
"command": "npx",
"args": [
"-y",
"nicheiqs-mcp@1.0.0"
],
"env": {
"NICHE_ENGINE_API_KEY": "<YOUR_NICHE_ENGINE_API_KEY>",
"NICHE_ENGINE_BASE_URL": "<YOUR_NICHE_ENGINE_BASE_URL>"
}
}
}
}