Skip to main content
Glama

Naver MCP Server

by pfldy2850

使用模型上下文协议 (MCP) 实现 Naver OpenAPI 的服务器。该项目提供与各种 Naver 服务交互的工具,例如搜索博客、新闻、书籍等。

快速概览

安装

# Clone the repository git clone https://github.com/pfldy2850/py-mcp-naver.git # Navigate into the project directory cd py-mcp-naver # Synchronize dependencies uv sync --dev --all-extras

先决条件

要使用 Naver MCP 服务器,您需要申请访问 Naver Open API。您可以通过以下链接申请访问:

https://developers.naver.com/apps/#/register=datalab

跑步

使用以下命令运行它:

# Start the server (Using FastMCP CLI) fastmcp install src/server.py -e NAVER_CLIENT_ID=<YOUR NAVER CLIENT ID> -e NAVER_CLIENT_SECRET=<YOUR NAVER CLIENT SECRET>

该工具设置了创建与 Naver OpenAPI 集成的 MCP 服务器所需的一切。

特征

该服务器提供以下与 Naver OpenAPI 交互的工具:

  • 博客搜索:在 Naver 上搜索博客文章。
  • 新闻搜索:在 Naver 上搜索新闻文章。
  • 图书搜索:搜索图书和高级图书信息。
  • 成人内容检查:检查搜索词是否为成人内容。
  • 百科全书搜索:搜索百科全书条目。
  • 咖啡馆文章搜索:在 Naver 咖啡馆中搜索文章。
  • 问答搜索:在 Naver 上搜索问题和答案。
  • 本地搜索:搜索本地信息。
  • 拼写纠正:纠正文本中的拼写错误。
  • 网页搜索:搜索网页。
  • 图像搜索:使用过滤器搜索图像。
  • 购物搜索:使用过滤器搜索购物商品。
  • 文档搜索:搜索文档。

服务器中实现了以下工具:

博客搜索

在 Naver 上搜索博客文章。

search_blog(query: str, display: int = 10, start: int = 1, sort: str = "sim")

新闻搜索

在 Naver 上搜索新闻文章。

search_news(query: str, display: int = 10, start: int = 1, sort: str = "sim")

图书搜索

在 Naver 上搜索书籍。

search_book(query: str, display: int = 10, start: int = 1, sort: str = "sim")

高级图书搜索

使用标题或 ISBN 获取详细的书籍信息。

get_book_adv(query: str = None, d_titl: str = None, d_isbn: str = None, ...)

成人内容检查

检查搜索词是否为成人内容。

adult_check(query: str)

百科全书搜索

在 Naver 上搜索百科全书条目。

search_encyc(query: str, display: int = 10, start: int = 1)

咖啡馆文章搜索

在 Naver 咖啡馆中搜索文章。

search_cafe_article(query: str, display: int = 10, start: int = 1, sort: str = "sim")

问答搜索

在 Naver 上搜索问题和答案。

search_kin(query: str, display: int = 10, start: int = 1, sort: str = "sim")

本地搜索

在 Naver 上搜索本地信息。

search_local(query: str, display: int = 10, start: int = 1, sort: str = "random")

拼写纠正

纠正给定文本中的拼写错误。

fix_spelling(query: str)

网页搜索

在 Naver 上搜索网页。

search_webkr(query: str, display: int = 10, start: int = 1)

图像搜索

使用过滤器在 Naver 上搜索图像。

search_image(query: str, display: int = 10, start: int = 1, sort: str = "sim", filter: str = "all")

购物搜索

使用过滤器在 Naver 上搜索购物商品。

search_shop(query: str, display: int = 10, start: int = 1, sort: str = "sim", filter: str = None, exclude: str = None)

文档搜索

在 Naver 上搜索文档。

search_doc(query: str, display: int = 10, start: int = 1)

执照

该项目是获得 MIT 许可的开源软件。

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

提供对 Naver OpenAPI 服务的访问的 MCP 服务器,使用户能够通过标准化的模型上下文协议接口搜索博客、新闻、书籍、图像和其他内容。

  1. 快速概览
    1. 安装
    2. 先决条件
    3. 跑步
  2. 特征
    1. Naver MCP 工具
      1. 博客搜索
      2. 新闻搜索
      3. 图书搜索
      4. 高级图书搜索
      5. 成人内容检查
      6. 百科全书搜索
      7. 咖啡馆文章搜索
      8. 问答搜索
      9. 本地搜索
      10. 拼写纠正
      11. 网页搜索
      12. 图像搜索
      13. 购物搜索
      14. 文档搜索
    2. 执照

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol (MCP) server that provides search and crawl functionality using Search1API.
        Last updated -
        5
        206
        111
        TypeScript
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        An MCP server that exposes HTTP methods defined in an OpenAPI specification as tools, enabling interaction with APIs via the Model Context Protocol.
        Last updated -
        2
        Python
        MIT License
      • -
        security
        F
        license
        -
        quality
        A MCP server that exposes OpenAPI schema information to LLMs like Claude. This server allows an LLM to explore and understand large OpenAPI schemas through a set of specialized tools, without needing to load the whole schema into the context
        Last updated -
        37
        5
        JavaScript
        • Apple
        • Linux
      • A
        security
        F
        license
        A
        quality
        An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
        Last updated -
        39
        28
        • Apple

      View all related MCP servers

      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/pfldy2850/py-mcp-naver'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server