← Back to Plugins
MCP Server MCP

naia GEO Autopilot

github By github 👁 3 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://naia.today/api/v1/mcp",
      "headers": [
        {
          "description": "Bearer token generated in the naia dashboard, for example: Bearer naia_your_key",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "naia-mcp-server",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "naia API key generated in Dashboard > Settings > API",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "NAIA_API_KEY"
        },
        {
          "description": "Optional override for the naia MCP endpoint. Defaults to https://naia.today/api/v1/mcp.",
          "format": "string",
          "name": "NAIA_MCP_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...