esa-mcp-server

koki-develop/esa-mcp-server

3.3

If you are the rightful owner of esa-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The esa MCP Server is a Model Context Protocol server designed for integration with the esa.io platform, providing tools for managing posts, tags, and comments.

Tools

Functions exposed to the LLM to take actions

get_posts

Retrieve a list of posts from the esa team with support for search queries, filtering, sorting, and pagination.

get_post

Retrieve a specific post by post number, including complete details and optional nested inclusion of comments and stargazers.

create_post

Create a new post with a title, content, tags, and other metadata.

update_post

Update an existing post with new content, tags, and other metadata.

delete_post

Permanently delete a post by post number.

get_tags

Get a list of all tags used in the esa team, sorted by post count.

get_post_comments

Retrieve a list of comments for a specific post, with support for pagination.

create_post_comment

Create a new comment on an existing post with content in Markdown format.

update_comment

Update an existing comment with new content in Markdown format.

delete_comment

Permanently delete a comment by comment ID.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources