Labsco
isnow890 logo

Naver Search

β˜… 75

from isnow890

Search across various Naver services and analyze data trends using the Naver Search and DataLab APIs.

πŸ”₯πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedAccount requiredAdvanced setup

Naver Search MCP Server

ν•œκ΅­μ–΄

Trust Score MCP.so

MCP server for Naver Search API and DataLab API integration, enabling comprehensive search across various Naver services and data trend analysis.

Available on ClawHub for OpenClaw

You can install this MCP server as an OpenClaw skill from ClawHub:

Copy & paste β€” that's it
openclaw skills install naver-search-mcp

The ClawHub skill uses the published npm package internally and requires NAVER_CLIENT_ID and NAVER_CLIENT_SECRET in your OpenClaw environment.

Tool Details

Available tools:

πŸ†• Category Search

  • find_category: Category search tool so you no longer need to manually check category numbers in URLs for trend and shopping insight searches. Just describe the category in natural language.

Search Tools

  • search_webkr: Search Naver web documents
  • search_news: Search Naver news
  • search_blog: Search Naver blogs
  • search_cafearticle: Search Naver cafe articles
  • search_shop: Search Naver shopping
  • search_image: Search Naver images
  • search_kin: Search Naver KnowledgeiN
  • search_book: Search Naver books
  • search_encyc: Search Naver encyclopedia
  • search_academic: Search Naver academic papers
  • search_local: Search Naver local places

DataLab Tools

  • datalab_search: Analyze search term trends
  • datalab_shopping_category: Analyze shopping category trends
  • datalab_shopping_by_device: Analyze shopping trends by device
  • datalab_shopping_by_gender: Analyze shopping trends by gender
  • datalab_shopping_by_age: Analyze shopping trends by age group
  • datalab_shopping_keywords: Analyze shopping keyword trends
  • datalab_shopping_keyword_by_device: Analyze shopping keyword trends by device
  • datalab_shopping_keyword_by_gender: Analyze shopping keyword trends by gender
  • datalab_shopping_keyword_by_age: Analyze shopping keyword trends by age group

Getting API Keys

  1. Visit Naver Developers and log in with your Naver account
  2. Click the "Application Registration" (μ• ν”Œλ¦¬μΌ€μ΄μ…˜ 등둝) button
  3. Fill in the application information:
    • Application Name: Enter any name (e.g., "Naver Search MCP")
    • Usage: Select "Search" (검색)
  4. In the API Settings section, check ALL of the following APIs:
    • Search (검색) - Required for blog, news, book, cafe article, web, image, kin, encyclopedia, academic, and local search
    • DataLab - Search Trends (λ°μ΄ν„°λž© - 검색어 νŠΈλ Œλ“œ) - Required for search term trend analysis
    • DataLab - Shopping Insight (λ°μ΄ν„°λž© - μ‡Όν•‘μΈμ‚¬μ΄νŠΈ) - Required for shopping trend analysis
  5. Click "Register" to complete registration
  6. After registration, you'll see your Client ID and Client Secret on the application detail page
  7. Use these credentials in the configuration below

License

MIT License


Version History

1.0.48 (2026-05-12)

  • Fixed find_category data loading when the MCP server is launched by npx from a different working directory
  • Category data is now resolved relative to the installed package before falling back to local development paths

1.0.47 (2025-01-03)

  • Added "today" keyword support for all DataLab date parameters - no need to call separate time tool
  • Fixed server termination issue - MCP server now properly exits when client disconnects
  • Added graceful shutdown handlers for SIGINT, SIGTERM, and transport close events
  • Removed get_current_korean_time tool - redundant with new "today" keyword feature
  • Removed memory monitoring module - resolved setInterval blocking process exit
  • Special thanks to @gloomyrobot for reporting the server termination issue

1.0.45 (2025-09-28)

  • Resolved platform compatibility issues for hosted MCP installations
  • Replaced the Excel export in category search with JSON for better compatibility
  • Restored the search_webkr tool for Korean web search
  • Improved hosted platform installation compatibility

1.0.44 (2025-08-31)

  • Added the get_current_korean_time tool for essential Korea Standard Time context
  • Referenced the time tool across existing tool descriptions for temporal queries
  • Improved handling of "today", "now", and "current" searches with temporal context
  • Expanded Korean date and time formatting outputs with multiple formats

1.0.40 (2025-08-21)

  • Added the find_category tool with fuzzy matching so you no longer need to check category numbers manually in URLs
  • Enhanced parameter validation with Zod schema
  • Improved the category search workflow
  • Implemented a level-based category ranking system that prioritizes top-level categories

1.0.30 (2025-08-04)

  • MCP SDK upgraded to 1.17.1
  • Fixed compatibility issues with hosted MCP platform specification changes
  • Added comprehensive DataLab shopping category code documentation

1.0.2 (2025-04-26)

  • README updated: cafe article search tool and version history section improved

1.0.1 (2025-04-26)

  • Cafe article search feature added
  • Shopping category info added to zod
  • Source code refactored

1.0.0 (2025-04-08)

  • Initial release