Integrations
Provides tools for interacting with the esa.io platform, allowing search of articles, retrieval of single or multiple posts, and utilizing esa.io's advanced search query syntax to filter results by various criteria like title, content, tags, authors, and dates.
esa-mcp-server
esa-mcp-server is a server that makes esa.io 's API available via the Model Context Protocol (MCP) .
function
- get_search_query_document: Provides documentation to search articles on esa.io
- search_esa_posts: Search for esa.io articles
- read_esa_post, read_esa_multiple_posts: Get details of posts (single/multiple)
- create_esa_post: Create an article
- update_esa_post: Update an article
- delete_esa_post: Delete an article
Usage
Please prepare a configuration file as follows according to the tool you will use.
Example prompt
Available Tools
Check out src/server.ts .
Contribution
You are welcome.
You must be authenticated.
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.
Enables interaction with esa.io's API through the Model Context Protocol, supporting article search and retrieval with a compliant MCP interface.