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
Related MCP server: eToro MCP Server
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.