CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

naia GEO Autopilot

arielvdl/naia-mcp-server
authSTDIO, HTTPregistry active
Summary

Connects your AI assistant directly to the Naia GEO platform for analyzing brand visibility across ChatGPT, Gemini, Claude, and Perplexity. You get tools to trigger multi-engine analyses, pull optimization recommendations, generate AI-optimized content, and manage execution plans with phased tasks. Operations like trigger_analysis, create_content, and generate_task_content cost credits (typically 5 per generation), while reads and status checks are free. Supports both stdio and HTTP transports, so you can run it locally or point to their hosted endpoint at naia.today/api/v1/mcp. Useful if you're managing SEO strategy for the age of AI answers and need programmatic access to cross-engine visibility data and content generation workflows.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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

  • Documentation
  • Get API Key
  • OpenAPI Spec
  • llms.txt
  • MCP Server Card

License

Proprietary. Usage subject to Terms of Service.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

NAIA_API_KEY*secret

naia API key generated in Dashboard > Settings > API

NAIA_MCP_URL

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

Registryactive
Packagenaia-mcp-server
TransportSTDIO, HTTP
AuthRequired
UpdatedMay 23, 2026
View on GitHub