{
  "markdown": "# Naia MCP Server\n\n> Generative Engine Optimization (GEO) platform — analyze and optimize brand visibility across AI engines.\n\nNaia 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.\n\n## Quick Install\n\n### Claude Code\n\n```bash\nclaude mcp add naia-api --transport http --url https://naia.today/api/v1/mcp --header \"Authorization: Bearer YOUR_API_KEY\"\n```\n\n### Cursor\n\nCreate `.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"naia\": {\n      \"url\": \"https://naia.today/api/v1/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_API_KEY\"\n      }\n    }\n  }\n}\n```\n\n### VS Code\n\nAdd to `settings.json`:\n\n```json\n{\n  \"mcp\": {\n    \"servers\": {\n      \"naia\": {\n        \"type\": \"http\",\n        \"url\": \"https://naia.today/api/v1/mcp\",\n        \"headers\": {\n          \"Authorization\": \"Bearer YOUR_API_KEY\"\n        }\n      }\n    }\n  }\n}\n```\n\n### Windsurf\n\nCreate `.windsurf/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"naia\": {\n      \"url\": \"https://naia.today/api/v1/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_API_KEY\"\n      }\n    }\n  }\n}\n```\n\n### Replit / Lovable\n\nConfigure as MCP HTTP server:\n- URL: `https://naia.today/api/v1/mcp`\n- Header: `Authorization: Bearer YOUR_API_KEY`\n\n## Get Your API Key\n\n1. Create an account at [naia.today](https://naia.today)\n2. Go to [Dashboard > Settings > API](https://naia.today/dashboard/settings/api)\n3. Create a new API key with the scopes you need\n\n## Available Tools\n\n| Tool | Description | Credits |\n|------|-------------|---------|\n| `list_businesses` | List your businesses/brands | Free |\n| `get_business` | Get business details | Free |\n| `create_business` | Create a new business | Free |\n| `trigger_analysis` | Run GEO analysis | Variable |\n| `get_analysis` | Get analysis results (poll until completed) | Free |\n| `get_recommendations` | Get optimization recommendations | Free |\n| `list_content` | List generated content | Free |\n| `get_content` | Get content with full draft | Free |\n| `create_content` | Generate AI-optimized content | 5 credits |\n| `approve_content` | Toggle content approval | Free |\n| `get_credits` | Check credit balance | Free |\n| `list_execution_plans` | List execution plans | Free |\n| `get_execution_plan` | Get plan with phases and tasks | Free |\n| `create_execution_plan` | Generate strategic plan | 5 credits |\n| `generate_task_content` | Generate content for a task | 5 credits |\n| `update_task_status` | Update task status | Free |\n| `get_queries` | Get search queries | Free |\n| `update_queries` | Update search queries | Free |\n\n## Example Usage\n\nAfter configuring the MCP server, you can ask your AI assistant:\n\n- \"List my businesses on Naia\"\n- \"Run a GEO analysis for my business across ChatGPT and Gemini\"\n- \"Check the results of my latest analysis\"\n- \"Generate a blog post about AI visibility optimization\"\n- \"Create an execution plan based on the analysis recommendations\"\n- \"What is my current credit balance?\"\n\n## REST API\n\nThe same functionality is available via REST API at `https://naia.today/api/v1/`.\n\nFull documentation: [naia.today/developers](https://naia.today/developers)\n\n## Authentication\n\nAll requests require an API key in the `Authorization` header:\n\n```\nAuthorization: Bearer naia_YOUR_API_KEY\n```\n\n### Scopes\n\n- `read` — GET requests (list, get, search)\n- `write` — POST, PUT, PATCH (create, update, generate)\n- `admin` — DELETE + key/webhook management\n\n### Rate Limits\n\n200 requests per minute per API key (configurable).\n\n## Links\n\n- [Documentation](https://naia.today/developers)\n- [Get API Key](https://naia.today/dashboard/settings/api)\n- [OpenAPI Spec](https://naia.today/api/v1/openapi.json)\n- [llms.txt](https://naia.today/api/v1/llms.txt)\n- [MCP Server Card](https://naia.today/.well-known/mcp/server-card.json)\n\n## License\n\nProprietary. Usage subject to [Terms of Service](https://naia.today/terms).\n",
  "bytes": 3993,
  "sha": "0f579ddebb225c3c0c7524dfb9b914a881b71c1ea19bd29d9fc085c7aeb68f3a",
  "repo_slug": "arielvdl/naia-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_today_naia_platform_965ef1a5/readme"
}