Naver Search Tools

Naver Korean web search engine

Overview

Naver Search Tools gives AI agents access to Naver through a managed naver search api — South Korea's dominant search engine with over 70% domestic market share, operating its own independent web crawler and index entirely separate from Google, with deep coverage of Korean-language content including Naver Blog, Naver Cafe, and Naver News that simply do not appear in any Western search index.

It acts as a standardized bridge between large language models and Korean internet data. Because Naver operates a fully independent platform with its own content ecosystem, a naver search api integration is the only way for AI agents to access genuine Korean web intelligence — content types that are completely absent from Google, Bing, and all Western search engines.

By integrating Naver Search Tools, developers enable AI agents to:

• Execute general Naver queries with search_web and surface results including Naver Blog posts, Naver Cafe community discussions, and Naver News articles — unique content absent from all Western search engines • Improve accuracy and relevance for Hangul-language queries using search_korean_content, specifically optimised for Korean-language naver search api research • Discover Korean-market search intent and keyword associations with get_related_searches — including insights available only through a live naver search api • Access naver search ad api quality data on how brands and products appear in Korean sponsored and organic search results

Critical for AI applications targeting Korean-speaking markets, K-culture content intelligence, Korean market entry research, localisation projects, and any workflow that requires authentic access to Korean internet data through a managed naver search api.

Highlights

Protocol
MCP v1.0
Security
OAuth 2.0
Access
Real-time
Tools
3 Tools

Standardized bridge for real-time model context.

Installation

Connect this server to your local or remote agent environment.

mcp_config.json
{
  "mcpServers": {
    "mcp360": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://connect.mcp360.ai/v1/naver-search/mcp?token=YOUR_API_KEY"
      ]
    }
  }
}
Replace YOUR_API_KEY with your actual key from the dashboard.

Available Tools

Technical specifications for the 3 available protocol tools.

3 tools

get_related_searches tool

Input Specification
{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Query for related searches"
    }
  },
  "additionalProperties": false
}
Output Response
{
  "type": "object",
  "required": [
    "search_metadata",
    "search_parameters",
    "organic_results"
  ],
  "properties": {
    "pagination": {
      "type": "object",
      "properties": {
        "next": {
          "type": "string"
        },
        "current": {
          "type": "number"
        },
        "other_pages": {
          "type": "object"
        }
      }
    },
    "inline_images": {
      "type": "object",
      "properties": {
        "images": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "tag": {
                "type": "string"
              },
              "title": {
                "type": "string"
              },
              "source": {
                "type": "object",
                "properties": {
                  "link": {
                    "type": "string"
                  },
                  "name": {
                    "type": "string"
                  }
                }
              },
              "original": {
                "type": "object",
                "properties": {
                  "link": {
                    "type": "string"
                  },
                  "width": {
                    "type": "number"
                  },
                  "height": {
                    "type": "number"
                  }
                }
              },
              "thumbnail": {
                "type": "string"
              }
            }
          }
        }
      }
    },
    "organic_results": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "link": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "favicon": {
            "type": "string"
          },
          "snippet": {
            "type": "string"
          },
          "position": {
            "type": "number"
          },
          "thumbnail": {
            "type": "string"
          },
          "snippet_highlighted_words": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      }
    },
    "search_metadata": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "html_url": {
          "type": "string"
        },
        "json_url": {
          "type": "string"
        },
        "created_at": {
          "type": "string"
        },
        "request_url": {
          "type": "string"
        },
        "total_time_taken": {
          "type": "number"
        },
        "parsing_time_taken": {
          "type": "number"
        },
        "request_time_taken": {
          "type": "number"
        }
      }
    },
    "search_parameters": {
      "type": "object",
      "properties": {
        "q": {
          "type": "string"
        },
        "page": {
          "type": "number"
        },
        "sort": {
          "type": "string"
        },
        "engine": {
          "type": "string"
        },
        "time_period": {
          "type": "string"
        }
      }
    }
  }
}

Direct API Access

Production-ready REST endpoints for custom integrations.

POSTServer Metadata
/api/v1/naver-search
curl "https://connect.mcp360.ai/api/v1/naver-search" \
  -H "Authorization: Bearer YOUR_API_KEY"
POSTExecute Tool
/api/v1/naver-search/{tool_name}
curl -X POST "https://connect.mcp360.ai/api/v1/naver-search/get_related_searches" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "query": "string"
}'
Authentication

To authenticate, include your API key in the Authorization header using the Bearer scheme. Alternatively, you can use the X-API-KEY header.

Infrastructure

Unified MCP Gateway

One hub for 100+ production-ready tools with centralized management.

Unified API Key

Access 100+ MCP servers with a single authentication token.

Instant Testing

Test and debug any MCP server instantly in our integrated environment.

Centralized Billing

One monthly subscription for all your AI tool integrations and credits.

Scenarios

Standard Use Cases

Integrate the naver search api to retrieve web results, news, blogs, and shopping listings from South Korea's leading search engine
Use naver search ad api data to monitor keyword ad performance, bid landscapes, and sponsored placement trends on Naver
Build Korean market research tools that query Naver for trending topics, search volume signals, and organic content rankings
Power multilingual SEO dashboards that include Naver search result data alongside Google and Bing for brands targeting Korean audiences
Automate brand monitoring in South Korea by querying Naver for news coverage, blog posts, and community discussions about your products

Frequently Asked Questions

What is Naver Search Tools?

Naver Search Tools is an MCP server that provides structured access to naver search tools capabilities through a standardized protocol, enabling AI models to retrieve and process real-time data.

Which AI models are supported?

Any model that supports MCP protocol including Claude (via Claude Desktop), GPT-4, Gemini, and open-source LLMs through compatible frameworks.

How do I authenticate?

The server supports OAuth 2.0 authentication with API keys. You'll receive credentials upon registration which can be configured in your MCP client.

Is there rate limiting?

Yes, rate limits apply based on your subscription tier. Free tier includes generous limits for development, with higher limits available in paid plans.

Can I use this in production?

Absolutely. Naver Search Tools is designed for production use with enterprise-grade reliability, security, and performance.

Deploy AI agent with Naver Search Tools today.

Start building production-ready AI agent integrations in minutes with standardized protocol access.

Enterprise Ready
Secure OAuth
24/7 Support