ESA MCP Server
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.
esa-mcp-server
esa-mcp-server は、esa.io の API を Model Context Protocol (MCP) を介して利用できるようにするサーバーです。
<a href="https://glama.ai/mcp/servers/undwqgwbtd"><img width="380" height="200" src="https://glama.ai/mcp/servers/undwqgwbtd/badge" alt="ESA Server MCP server" /></a>
機能
- esa.io の記事検索
- 記事の詳細取得(単一・複数)
- MCP 準拠のインターフェース提供
Usage
利用するツールに合わせて以下のように設定ファイルを準備してください。
利用可能なツール
search_esa_posts
esa.io の記事を検索します。
esa の記事検索 API は、記事の本文も返しますが MCP Server のレスポンスには含めないようにしています。
これは検索の時点でヒットした全記事の本文を返すとトークン数を激しく消費してしまうためです。
各パラメータの用途は esa API v1 の公式ドキュメント を参照してください。
read_esa_post
指定した投稿番号の記事を取得します。
read_esa_multiple_posts
複数の投稿番号の記事を一括で取得します。
Contribution
歓迎します。
You must be authenticated.
Enables interaction with esa.io's API through the Model Context Protocol, supporting article search and retrieval with a compliant MCP interface.