esa-mcp-server
26
The esa-mcp-server allows users to interact with the esa.io API using the Model Context Protocol. It supports various functionalities such as searching, creating, reading, updating, and deleting articles.
Overview
The esa-mcp-server is a server that facilitates the use of the esa.io API via the Model Context Protocol (MCP). It offers the following features:
- Searching for articles on esa.io
- Fetching details of single or multiple articles
- Creating, updating, and deleting articles
Features
- get_search_query_document: Provides documentation for searching articles
- search_esa_posts: Searches articles
- read_esa_post / read_esa_multiple_posts: Fetches article details
- create_esa_post: Creates a new article
- update_esa_post: Updates an article
- delete_esa_post: Deletes an article
Usage
Prepare the configuration file according to the tools you use.
Contributions
Contributions are welcome.