Skip to main content
The Naridon MCP server exposes 45 tools for AI visibility, optimization, content management, and the Naridon Shop catalog — usable from any AI tool that speaks the Model Context Protocol. Once connected, you can ask your AI tool things like:
  • “What’s my current visibility score?”
  • “Show me pending optimization fixes and apply the safe ones.”
  • “Create a blog post about our new product launch and publish it.”
  • “Run a fresh scan and report what changed.”
  • “What content gaps do I have compared to competitors?”

Quickstart

Get connected in under 60 seconds with one command.

Manual setup

Edit your AI tool’s MCP config by hand.

Tools reference

Every tool the server exposes, grouped by area.

Troubleshooting

Common errors and what to do about them.

Supported AI tools

Claude Code

Cursor

Windsurf

Claude Desktop

Cline (VS Code)

Continue.dev

Any MCP-compatible client works — these are just the ones with auto-detect support in the installer.

How it works

The MCP server runs locally on your machine via npx. It speaks MCP over stdio with your AI tool, and HTTPS to Naridon’s API. Your per-shop API key authenticates the requests — the server resolves your shop automatically from the key, so you never have to type a shop ID.

Security

  • Per-shop API keys are scoped — pick the smallest set of permissions a key needs
  • Keys can be revoked any time from Settings → API Keys
  • The server only sends data to Naridon’s API; nothing goes to third parties
  • The optional CLI installer uses loopback OAuth — your raw key is never copied to the dashboard’s JavaScript

Next

Quickstart

One-command install with browser-based authentication.