MCP HubMCP Hub
d-kimuson

esa-mcp-server

by: d-kimuson

esa の Model Context Protocol サーバー実装

20created 24/01/2025
Visit
Protocol
Japanese

📌Overview

Purpose: To provide access to the esa.io API via the Model Context Protocol (MCP).

Overview: The esa-mcp-server acts as a bridge between the esa.io platform and applications using the Model Context Protocol, enabling seamless interactions with esa.io’s content management features.

Key Features:

  • Article Search: Allows users to search for posts on esa.io based on specific queries and parameters, improving content discoverability.

  • Post Retrieval: Offers functionality to fetch details of individual or multiple articles, making it easier to access necessary information.

  • MCP Compliant Interface: Ensures that the server adheres to Model Context Protocol standards, facilitating integration with various tools and systems.


Using esa tools

esa の情報を検索するために esa 以下のツールを利用できます。

  • 記事の検索には search_esa_posts ツールを利用します。複雑なクエリを利用する場合は get_search_query_document ツールで正確なクエリの記述方法を理解してから利用します。
  • 記事本文を取得するには read_esa_post, read_esa_multiple_posts ツールを利用します。複数の記事を取得する必要がある場合は read_esa_multiple_posts でまとめて取得することを推奨します。
  • 記事を作成/更新/削除するにはそれぞれ create_esa_post, update_esa_post, delete_esa_post ツールを利用します。