@naridon/mcp-server
v0.5.0
Published
MCP server exposing Naridon AI visibility data to AI assistants
Maintainers
Readme
@naridon/mcp-server
MCP server for Naridon — manage your AI visibility, optimization, CMS, and content from any MCP-compatible AI assistant.
Quick Setup
Claude Code
Add to your project's .mcp.json or ~/.claude/settings.json:
{
"mcpServers": {
"naridon": {
"command": "npx",
"args": ["-y", "@naridon/mcp-server"],
"env": {
"NARIDON_API_KEY": "nrdn_your_api_key_here"
}
}
}
}Cursor / Windsurf
Add to your MCP config:
{
"naridon": {
"command": "npx",
"args": ["-y", "@naridon/mcp-server"],
"env": {
"NARIDON_API_KEY": "nrdn_your_api_key_here"
}
}
}Getting your API Key
- Log in to Naridon
- Go to Settings > API Keys
- Click Generate API Key
- Copy the key (starts with
nrdn_)
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| NARIDON_API_KEY | Yes | Your per-shop API key |
| NARIDON_API_URL | No | API base URL (default: https://app.naridon.com/api/v1) |
For staging, set:
NARIDON_API_URL=https://api-staging.naridon.com/api/v1Available Tools
Monitoring
get_dashboard— Full monitoring dashboard overviewget_prompt_rankings— Visibility rankings for tracked promptsget_sentiment— Sentiment analysis dataget_citations— Citation data for your brandget_mentions— Social mentions and brand referencesget_platforms— Platform visibility rankingsget_content_gaps— Content gap analysisget_competitors— Competitor analysisdiscover_prompts— Discover new prompts to trackcalculate_aeo_score— Optimization readiness score
Optimization
get_store_stats— Optimization statisticsget_fix_suggestions— Pending fix suggestionsapply_fix— Apply a fix to the storeapprove_fix— Approve a drafted fixrevert_fix— Revert an applied fixtrigger_scan— Trigger an optimization scan
Content AI
generate_content— Generate optimized contentlist_content— List generated contentget_content— Get content detailspublish_content— Publish content to your platform
CMS
cms_create_page— Create a page or blog postcms_update_page— Update a pagecms_publish_page— Publish a pagecms_list_pages— List all pagescms_list_media— List uploaded mediacms_export— Export all pages as JSON
Other
get_settings/update_settings— Shop settingsget_credit_balance/get_credit_usage— Credit balancesend_chat_message— AI assistant chatget_brand_voice/update_brand_voice— Brand voicelist_reports/generate_report— Reports
Example Usage
Once connected, ask your AI assistant:
- "What's my current visibility score?"
- "Show me pending optimization fixes"
- "Create a blog post about our new product launch"
- "What content gaps do I have compared to competitors?"
- "Generate a product description optimized for AI search"
- "Export all my CMS pages"
License
MIT
