Back to Browse

Naia MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Autopilot MCP server for GEO analyses, reports, content, audits, memories and agents.

About

Autopilot MCP server for GEO analyses, reports, content, audits, memories and agents.

Remote endpoints: streamable-http: https://naia.today/api/v1/mcp

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

Endpoint verified · Requires authentication · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

naia API key generated in Dashboard > Settings > APIRequired

Environment variable: NAIA_API_KEY

Optional override for the naia MCP endpoint. Defaults to https://naia.today/api/v1/mcp.Optional

Environment variable: NAIA_MCP_URL

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

Naia MCP Server

Generative Engine Optimization (GEO) platform — analyze and optimize brand visibility across AI engines.

Naia provides an MCP server that lets AI assistants interact with the full GEO platform: run analyses across ChatGPT, Gemini, Claude and Perplexity, generate optimized content, and manage execution plans.

Quick Install

Claude Code

claude mcp add naia-api --transport http --url https://naia.today/api/v1/mcp --header "Authorization: Bearer YOUR_API_KEY"

Cursor

Create .cursor/mcp.json:

{
  "mcpServers": {
    "naia": {
      "url": "https://naia.today/api/v1/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

VS Code

Add to settings.json:

{
  "mcp": {
    "servers": {
      "naia": {
        "type": "http",
        "url": "https://naia.today/api/v1/mcp",
        "headers": {
          "Authorization": "Bearer YOUR_API_KEY"
        }
      }
    }
  }
}

Windsurf

Create .windsurf/mcp.json:

{
  "mcpServers": {
    "naia": {
      "url": "https://naia.today/api/v1/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Replit / Lovable

Configure as MCP HTTP server:

  • URL: https://naia.today/api/v1/mcp
  • Header: Authorization: Bearer YOUR_API_KEY

Get Your API Key

  1. Create an account at naia.today
  2. Go to Dashboard > Settings > API
  3. Create a new API key with the scopes you need

Available Tools

ToolDescriptionCredits
list_businessesList your businesses/brandsFree
get_businessGet business detailsFree
create_businessCreate a new businessFree
trigger_analysisRun GEO analysisVariable
get_analysisGet analysis results (poll until completed)Free
get_recommendationsGet optimization recommendationsFree
list_contentList generated contentFree
get_contentGet content with full draftFree
create_contentGenerate AI-optimized content5 credits
approve_contentToggle content approvalFree
get_creditsCheck credit balanceFree
list_execution_plansList execution plansFree
get_execution_planGet plan with phases and tasksFree
create_execution_planGenerate strategic plan5 credits
generate_task_contentGenerate content for a task5 credits
update_task_statusUpdate task statusFree
get_queriesGet search queriesFree
update_queriesUpdate search queriesFree

Example Usage

After configuring the MCP server, you can ask your AI assistant:

  • "List my businesses on Naia"
  • "Run a GEO analysis for my business across ChatGPT and Gemini"
  • "Check the results of my latest analysis"
  • "Generate a blog post about AI visibility optimization"
  • "Create an execution plan based on the analysis recommendations"
  • "What is my current credit balance?"

REST API

The same functionality is available via REST API at https://naia.today/api/v1/.

Full documentation: naia.today/developers

Authentication

All requests require an API key in the Authorization header:

Authorization: Bearer naia_YOUR_API_KEY

Scopes

  • read — GET requests (list, get, search)
  • write — POST, PUT, PATCH (create, update, generate)
  • admin — DELETE + key/webhook management

Rate Limits

200 requests per minute per API key (configurable).

Links

License

Proprietary. Usage subject to Terms of Service.

Reviews

No reviews yet

Be the first to review this server!

Naia MCP Server - Autopilot MCP server for GEO analyses, reports, content, | MCP Marketplace