Naver Search Ad MCP
Provides read/analytics-focused integration with Naver Search Ad API, allowing querying of campaigns, ad groups, keywords, stats, keyword research, and bid estimates across multiple advertiser accounts.
Naver Search Ad MCP
An MCP server for the Naver Search Ad (네이버 검색광고) API — read/analytics focused. Query campaigns, ad groups, keywords, stats, keyword research, and bid estimates through any MCP client.
Read-only by default (safe): all tools are annotated
readOnlyHint.Multi-account: one credential per user auto-discovers every advertiser account it can access (agency-delegated + own) via
/ad-accounts+child-ad-accounts, addressed byaccount_id(= NavercustomerId).Two transports: local
stdiofor a single account, or hostedstreamable-http(Google Workspace OAuth) for a team — see DEPLOY.md.
Quick start (local, stdio)
Get your credentials at searchad.naver.com → 관리 → 도구 → API 사용 관리 (CUSTOMER_ID, access license, secret key).
uv venv --python 3.13
uv pip install -e .
export NAVER_API_KEY=... # access license
export NAVER_SECRET_KEY=... # secret key
export NAVER_CUSTOMER_ID=... # customer id (integer)
naver-searchad-mcp # stdio MCP serverRegister with an MCP client (e.g. Claude Desktop):
{
"mcpServers": {
"naver-searchad": {
"command": "/path/to/.venv/bin/naver-searchad-mcp",
"env": {
"NAVER_API_KEY": "...",
"NAVER_SECRET_KEY": "...",
"NAVER_CUSTOMER_ID": "..."
}
}
}
}Related MCP server: Naver Search MCP Server
Tools
Accounts
Tool | Description |
| All accessible ad accounts ( |
| Per-account campaign count + period performance summary |
| Diagnostic: authenticated caller + linked credential (hosted mode) |
Entities
Tool | Description |
| Campaigns |
| Campaign detail |
| Ad groups |
| Ad group detail |
| Keywords |
| Ads (creatives) |
| Business channels |
Performance & analytics
Tool | Description |
| Low-level |
| All campaigns + names |
| Keyword performance + text |
| Related keywords, search volume, competition ( |
| Named report; auto-chunks >92 days; aggregate (ratios recomputed) or daily |
| Async bulk StatReport job (1 job = 1 day) |
| Download StatReport TSV (raw, columns not interpreted) |
Bid estimates
Tool | Description |
| Target-position / min-exposure bid |
| Predicted impressions/clicks/cost per bid |
Metric field names are terse and sometimes misleading (salesAmt = cost,
ror = ROAS %); the server attaches clear aliases (cost, roas_pct, …)
and exposes a naver://metric-glossary resource.
Hosted deployment (team, Google OAuth)
See DEPLOY.md — Cloud Run + Secret Manager + Google Workspace
OAuth, per-email credential model, and a self-service admin console at /admin.
Development
uv pip install -e ".[dev]"
pytestNotes
This server covers Search Ad only. Naver GFA (성과형 디스플레이광고) is a separate API (partner-only OAuth) and is out of scope.
Signing rule:
base64(HMAC_SHA256(secret, "{timestamp}.{METHOD}.{path}"))— path only, query excluded, timestamp in ms.
License
MIT — see LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAn MCP server that provides access to Naver OpenAPI services, enabling users to search blogs, news, books, images, and other content through standardized Model Context Protocol interfaces.Last updated114MIT
- AlicenseBqualityBmaintenanceAn MCP server that enables searching various content types (news, blogs, shopping, images, etc.) through Naver's search API.Last updated191,06680MIT
- Flicense-qualityCmaintenanceNaver Search API + Datalab API MCP server with 19 tools for Korean web search and trend analysis.Last updated30
- Flicense-qualityDmaintenance이 MCP 서버는 네이버 쇼핑인사이트 API와 검색 API를 통합하여 카테고리 및 키워드 트렌드를 조회하고 블로그, 쇼핑, 지식iN, 백과사전 검색을 수행할 수 있게 해줍니다.Last updated
Related MCP Connectors
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
MCP server for Appcircle mobile CI/CD platform.
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PlatAid/naver-searchad-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server